griefprevention config for ftb ultimate

DarkDestry

New Member
Jul 29, 2019
68
0
0
What text editor are you using? If its Notepad++ check if theres any Red text. Last common mistake is that tab is used instead of spaces. YAML insists you use 4 spaces to replace a tab.
 

Greedseed

New Member
Jul 29, 2019
1,107
0
0
I will add my ultimate config that i made later today, contains most mods in there. Also it properly uses the acces trust and container trust.
 

Tro11C1ient

New Member
Jul 29, 2019
27
0
0
What text editor are you using? If its Notepad++ check if theres any Red text. Last common mistake is that tab is used instead of spaces. YAML insists you use 4 spaces to replace a tab.
yes i use notepad++ no there is no red text in any of my lines.
 

DarkDestry

New Member
Jul 29, 2019
68
0
0
I forget to ask. Can you state out the exact symptoms of your problem? The list of unprotected items or the list of protected items, whichever shorter. Also check the console for any errors shown.
 

Tro11C1ient

New Member
Jul 29, 2019
27
0
0
I forget to ask. Can you state out the exact symptoms of your problem? The list of unprotected items or the list of protected items, whichever shorter. Also check the console for any errors shown.
the config provided is the one i uploaded and on reboot resulted in a reset to default settings, there are no errors that show on startup or during normal day to day operation from this plugin.

the exact symptoms are well there are none except when i modify the config for grief prevention, upload it to the server and reboot all changes that i make do not stay... it simply resets to defaults and i have no idea why because there is no errors that output from the plugin. i have contacted the developer of the plugin as it may be an issue with the version im using that was fixed in another so if u might have an idea ill give it a go if not ill wait for what the dev has to say about the issue. thank you kindly darkdestry
 

DarkDestry

New Member
Jul 29, 2019
68
0
0
Try updating to the latest version of GP that is for 1.4.7. I assume when you say it resets to the default version you mean that the plugin regenerates a config file?
This might be a stupid thing but assuming you are using FTP to upload the files,
1. Are you actually uploading the files/ saving the file? I often make the mistake of changing the file and not uploading it back to the server.
2. Is the file named correctly? Once again, with the anal-ness of YAML anything could happen.
3. Try to stop the server before changing anything. Verify all changes are saved before rebooting the server.
 

Greedseed

New Member
Jul 29, 2019
1,107
0
0
the config provided is the one i uploaded and on reboot resulted in a reset to default settings, there are no errors that show on startup or during normal day to day operation from this plugin.

the exact symptoms are well there are none except when i modify the config for grief prevention, upload it to the server and reboot all changes that i make do not stay... it simply resets to defaults and i have no idea why because there is no errors that output from the plugin. i have contacted the developer of the plugin as it may be an issue with the version im using that was fixed in another so if u might have an idea ill give it a go if not ill wait for what the dev has to say about the issue. thank you kindly darkdestry

GP wont show a error on the console when the config is bad, it wil just reset it to the original config file from in its jar file.
You might be able to see why it is happening by enabeling the debug. I'm not sure where since i cant acces the bukkit site atm but i know there is a debug :p.

Some reasons i know that i might reset for are these, ( i had these happen to me so thats why i know this might couse it)

  • Use spaces in front of the items to line them out, not TAB. Its 4 space's to be exact
  • IF you use notepad++ to edit: Writing a line and then pressing enter wil send you to the next line but on the same distance from the edge! warning! notepad++ will do this with "TAB" not with spaces and braik your config.
  • if you dont use one of the sections like containertrust or one of the other 3, then you must close it by adding [] on the end.
  • Not sure if this resets but if you use a database ant the info is wrong it might reset as wel.
  • Make sure you do not add any blank lines that where not there before, (Enter)
  • Use the correct format for adding items, This includes the space issue in point one but also the "-" and one space behind it.
  • adding a item never do "661:temp sensor" Always add the value, "661:0:temp sensor" not adding a value wont reset but it wont work, seen some of the configs that are posted have this issue.
I sugest if you have a lot of "TAB" you do find and replace tab by 4 spaces.
Hope this might help.
 

DarkDestry

New Member
Jul 29, 2019
68
0
0

Do take note its a complete regeneration of the configs. As far as I am concerned, a bad config doesn't do that. And PS GP does tell you if there is a problem. Its just flooded over by the startup messages. For example

Code:
2013-04-19 11:16:35 [INFO] GriefPrevention: Error: Claims Configuration: There's no world named "overworld".  Please update your config.yml.
2013-04-19 11:16:35 [INFO] GriefPrevention: Error: Claims Configuration: There's no world named "twilight_forest".  Please update your config.yml.
2013-04-19 11:16:35 [INFO] GriefPrevention: Error: PvP Configuration: There's no world named "overworld".  Please update your config.yml.
2013-04-19 11:16:35 [INFO] GriefPrevention: Error: PvP Configuration: There's no world named "the_end".  Please update your config.yml.
2013-04-19 11:16:35 [INFO] GriefPrevention: Error: PvP Configuration: There's no world named "twilight_forest".  Please update your config.yml.
2013-04-19 11:16:35 [INFO] GriefPrevention: Error: PvP Configuration: There's no world named "nether".  Please update your config.yml.

Also with Notepad++, If tabs are used in a YAML file, that line is highlighted with RED text.

Example,
KBCWdob.png


To make it always replace tabs with spaces for you, look for this in the prefrences
6pv6oWa.png

This will make Notepad++ replace tabs by space with 4 spaces.

Also please read the config he posted earlier for us to check. It showed that he did not make any of the mistakes mentioned in points 3-7
 

Greedseed

New Member
Jul 29, 2019
1,107
0
0


I can confirm that it will reset just your config if there is a wrongly writen line in it.
With the worlds it will error but talking about the items you want to protect, it will just reset it. I have had this multiple times whele i was setting up my config just a couple of days ago, mean reasons i had it was with the closing of unused groups with [] as wel ass the not useg 4 spaces. Had one line that had a tab and it fracked it up.

Other plugins like TekkitCustomizer will do the same thing if there is a issue with the config file, it basicly is if it cant read it it will reset.

If you add a world that is not in your server in the config, it will error then since its is not a bad config, it can still read it but the world just aint there and GP cant find it.


basicly, a plugin will regeneratie its config file if the plugin cannot read the config file due to a bad line, some of them have a debug in there that show your mistake and in what line. But a lot of them do not have this feature.
 

DarkDestry

New Member
Jul 29, 2019
68
0
0
McMMO only ignored the config when i had a bad config. Same goes when I had GP set up wrong. Nothing works but things are still there. Anyways go look in that post earlier and see if there is any mistakes. I cant find any at all.
 

Greedseed

New Member
Jul 29, 2019
1,107
0
0
McMMO only ignored the config when i had a bad config. Same goes when I had GP set up wrong. Nothing works but things are still there. Anyways go look in that post earlier and see if there is any mistakes. I cant find any at all.

MCMMO is not Gp, GP will reset its config if there are issues with it, no doubt about it, and with issues i am talking about plugin reading the config file issues. you can easly promt that by just messing with the config. Il check his config when i get home, i dont have notepad++ at work. And no cant install it here.

Also i do see there is no "sorting" make sure you dont have any ID's double, i dont know if that can make it break but it is possible. as wel as the fact that you add a lot of lines that look like this " - 150:*:"
the fact that the last ":" is there but nothing after it might be a problem, again i dont confirm this is a problem but just give it a try by adding text behind them all. I cant test anything from here at work.

Stupid hardware firewall even blocks bukkit website xD
 

Greedseed

New Member
Jul 29, 2019
1,107
0
0
Oke Tro11C1ient, ive done some magic and found your issue, its your config.

What i did to confirm this. coppy pasted your config in my server localy and i got the same issue, it resets the config.

How i fixed the problem:
I added 1 enter at the bottom of the page
And i added text after ALL of the item ID's, so no more 661:*: ...
Once i did those things it worked perfectly.

Gone test out witch of the two is now exactly the problem creates.

Edit

Oke i can confirm now that is is in fact that you dind add text behind the lines that is making it reset.
This config works, i tested it myself.

You will need to edit our the "Nuclear Reactor" and change it with the correct name :p Just used it to test it out.

Code:
GriefPrevention:
  SeaLevelOverrides:
    world: -1
    world_twilightforest: -1
    world_the_end: -1
    world_nether: -1
    world_myst\age3: -1
  Claims:
    Expiration:
      ChestClaimDays: 7
      UnusedClaimDays: 14
      AllClaimDays: 0
      AutomaticNatureRestoration:
        SurvivalWorlds: false
        CreativeWorlds: true
    Worlds:
    - world
    - world_twilightforest
    - world_the_end
    - world_nether
    - world_myst\age12
    - world_myst\age8
    CreativeRulesWorlds: []
    PreventTheft: true
    ProtectCreatures: true
    PreventButtonsSwitches: true
    LockWoodenDoors: false
    LockTrapDoors: false
    LockFenceGates: true
    EnderPearlsRequireAccessTrust: true
    InitialBlocks: 100
    BlocksAccruedPerHour: 100
    MaxAccruedBlocks: 80000
    AutomaticNewPlayerClaimsRadius: 4
    ExtendIntoGroundDistance: 5
    CreationRequiresPermission: false
    MinimumSize: 10
    MaximumDepth: 0
    IdleLimitDays: 0
    TrappedCommandCooldownHours: 8
    InvestigationTool: STICK
    ModificationTool: GOLD_SPADE
    NoSurvivalBuildingOutsideClaims: false
    WarnWhenBuildingOutsideClaims: true
    AllowUnclaimingCreativeModeLand: true
    AutoRestoreUnclaimedCreativeLand: true
  Spam:
    Enabled: true
    LoginCooldownMinutes: 2
    MonitorSlashCommands: /me;/tell;/global;/local
    WarningMessage: Please reduce your noise level.  Spammers will be banned.
    BanOffenders: true
    BanMessage: Banned for spam.
    AllowedIpAddresses: 1.2.3.4; 5.6.7.8
    DeathMessageCooldownSeconds: 60
  PvP:
    Worlds:
    - world
    - world_twilightforest
    - world_the_end
    - world_nether
    - world_myst\age12
    - world_myst\age8
    ProtectFreshSpawns: true
    PunishLogout: true
    CombatTimeoutSeconds: 15
    AllowCombatItemDrop: false
    BlockedSlashCommands: /home;/vanish;/spawn;/tpa
    ProtectPlayersInLandClaims:
      PlayerOwnedClaims: true
      AdministrativeClaims: true
  Trees:
    RemoveFloatingTreetops: true
    RegrowGriefedTrees: true
  Economy:
    ClaimBlocksPurchaseCost: 0.0
    ClaimBlocksSellValue: 0.0
  BlockSurfaceCreeperExplosions: true
  BlockSurfaceOtherExplosions: true
  LimitSurfaceWaterBuckets: true
  LimitSkyTrees: true
  FireSpreads: false
  FireDestroys: false
  AddItemsToClaimedChests: true
  EavesdropEnabled: false
  WhisperCommands: /tell;/pm;/r
  SmartBan: true
  Siege:
    Worlds: []
    BreakableBlocks:
    - DIRT
    - GRASS
    - LONG_GRASS
    - COBBLESTONE
    - GRAVEL
    - SAND
    - GLASS
    - THIN_GLASS
    - WOOD
    - WOOL
    - SNOW
  EndermenMoveBlocks: false
  SilverfishBreakBlocks: false
  CreaturesTrampleCrops: false
  HardModeZombiesBreakDoors: false
  Database:
    URL: ''
    UserName: ''
    Password: ''
  Mods:
    BlockIdsRequiringAccessTrust: []
    BlockIdsRequiringContainerTrust:
    - 227:*:Battery Box
    - 130:*:Transmutation Tablet
    - 128:*:Alchemical Chest and Energy Condenser
    - 181:*:Various Chests
    - 178:*:Ender Chest
    - 150:*:Various BuildCraft Gadgets
    - 155:*:Filler
    - 157:*:Builder
    - 158:*:Template Drawing Table
    - 126:*:Various EE Gadgets
    - 138:*:Various RedPower Gadgets
    - 137:*:BuildCraft Project Table and Furnaces
    - 250:*:Various IC2 Machines
    - 161:*:BuildCraft Engines
    - 169:*:Automatic Crafting Table
    - 177:*:Wireless Components
    - 183:*:Solar Arrays
    - 187:*:Charging Benches
    - 188:*:More IC2 Machines
    - 190:*:Generators, Fabricators, Strainers
    - 194:*:More Gadgets
    - 207:*:Computer
    - 208:*:Computer Peripherals
    - 246:*:IC2 Generators
    - 24303:*:Teleport Pipe
    - 24304:*:Waterproof Teleport Pipe
    - 24305:*:Power Teleport Pipe
    - 4311:*:Diamond Sorting Pipe
    - 216:*:Turtle
    - 248:4:Exo-modder
    - 500:*:achitect table
    - 501:*:Nuclear Reactor
    - 502:*:Nuclear Reactor
    - 503:*:Nuclear Reactor
    - 504:*:Nuclear Reactor
    - 506:*:Nuclear Reactor
    - 507:*:Nuclear Reactor
    - 509:*:Nuclear Reactor
    - 517:*:Nuclear Reactor
    - 518:*:Nuclear Reactor
    - 580:*:Nuclear Reactor
    - 608:*:Nuclear Reactor
    - 611:*:Nuclear Reactor
    - 617:*:Nuclear Reactor
    - 618:*:Nuclear Reactor
    - 623:*:Nuclear Reactor
    - 624:*:Nuclear Reactor
    - 645:*:Nuclear Reactor
    - 650:*:Nuclear Reactor
    - 665:*:Nuclear Reactor
    - 680:*:Nuclear Reactor
    - 681:*:Nuclear Reactor
    - 682:*:Nuclear Reactor
    - 684:*:Nuclear Reactor
    - 685:*:Nuclear Reactor
    - 686:*:Nuclear Reactor
    - 687:*:Nuclear Reactor
    - 690:*:Nuclear Reactor
    - 702:*:Nuclear Reactor
    - 720:*:Nuclear Reactor
    - 725:*:Nuclear Reactor
    - 750:*:Nuclear Reactor
    - 761:*:Nuclear Reactor
    - 763:*:Nuclear Reactor
    - 764:*:Nuclear Reactor
    - 765:*:Nuclear Reactor
    - 755:*:Nuclear Reactor
    - 756:*:Nuclear Reactor
    - 850:*:Nuclear Reactor
    - 901:*:Nuclear Reactor
    - 902:*:Nuclear Reactor
    - 905:*:Nuclear Reactor
    - 906:*:Nuclear Reactor
    - 907:*:Nuclear Reactor
    - 925:*:Nuclear Reactor
    - 927:*:Nuclear Reactor
    - 928:*:Nuclear Reactor
    - 932:*:Nuclear Reactor
    - 938:*:Nuclear Reactor
    - 939:*:Nuclear Reactor
    - 942:*:Nuclear Reactor
    - 950:*:Nuclear Reactor
    - 952:*:Nuclear Reactor
    - 962:*:Nuclear Reactor
    - 963:*:Nuclear Reactor
    - 964:*:Nuclear Reactor
    - 965:*:Nuclear Reactor
    - 975:*:Nuclear Reactor
    - 1000:*:Nuclear Reactor
    - 1053:*:Nuclear Reactor
    - 1054:*:Nuclear Reactor
    - 1055:*:Nuclear Reactor
    - 1075:*:Nuclear Reactor
    - 1080:*:Nuclear Reactor
    - 1085:*:Nuclear Reactor
    - 1150:*:Nuclear Reactor
    - 1200:*:Nuclear Reactor
    - 1225:*:Nuclear Reactor
    - 1226:*:Nuclear Reactor
    - 1227:*:Nuclear Reactor
    - 1228:*:Nuclear Reactor
    - 1229:*:Nuclear Reactor
    - 1230:*:Nuclear Reactor
    - 1252:*:Nuclear Reactor
    - 1275:*:Nuclear Reactor
    - 1277:*:Nuclear Reactor
    - 1278:*:Nuclear Reactor
    - 1280:*:Nuclear Reactor
    - 1285:*:Nuclear Reactor
    - 1289:*:Nuclear Reactor
    - 1402:*:Nuclear Reactor
    - 1403:*:Nuclear Reactor
    - 1404:*:Nuclear Reactor
    - 1411:*:Nuclear Reactor
    - 1476:*:Nuclear Reactor
    - 1517:*:Nuclear Reactor
    - 1560:*:Nuclear Reactor
    - 1603:*:Nuclear Reactor
    - 1604:*:Nuclear Reactor
    - 1609:*:Nuclear Reactor
    - 1614:*:Nuclear Reactor
    - 1616:*:Nuclear Reactor
    - 2002:*:Nuclear Reactor
    - 2005:*:Nuclear Reactor
    - 2006:*:Nuclear Reactor
    - 2007:*:Nuclear Reactor
    - 2008:*:Nuclear Reactor
    - 2009:*:Nuclear Reactor
    - 2510:*:Nuclear Reactor
    - 2511:*:Nuclear Reactor
    - 2512:*:Nuclear Reactor
    - 2727:*:Nuclear Reactor
    - 2728:*:Nuclear Reactor
    - 2729:*:Nuclear Reactor
    - 2850:*:Nuclear Reactor
    - 2851:*:Nuclear Reactor
    - 2852:*:Nuclear Reactor
    - 2853:*:Nuclear Reactor
    - 2855:*:Nuclear Reactor
    - 2875:*:Nuclear Reactor
    - 2876:*:Nuclear Reactor
    - 2878:*:Nuclear Reactor
    - 2879:*:Nuclear Reactor
    - 2880:*:Nuclear Reactor
    - 2881:*:Nuclear Reactor
    - 2882:*:Nuclear Reactor
    - 3120:*:Nuclear Reactor
    - 3131:*:Nuclear Reactor
    BlockIdsExplodable:
    - 506:*:BuildCraft Engines
    - 624:*:Nuclear Reactor
    - 611:*:Nuclear Reactor
    - 613:*:Nuclear Reactor
    - 617:*:Nuclear Reactor
    - 618:*:Nuclear Reactor
    - 622:*:Nuclear Reactor
    - 645:*:Nuclear Reactor
    - 702:*:Nuclear Reactor
    - 720:*:Nuclear Reactor
    PlayersIgnoringAllClaims: []
 

Tro11C1ient

New Member
Jul 29, 2019
27
0
0
Oke Tro11C1ient, ive done some magic and found your issue, its your config.

What i did to confirm this. coppy pasted your config in my server localy and i got the same issue, it resets the config.

How i fixed the problem:
I added 1 enter at the bottom of the page
And i added text after ALL of the item ID's, so no more 661:*: ...
Once i did those things it worked perfectly.

Gone test out witch of the two is now exactly the problem creates.

Edit

Oke i can confirm now that is is in fact that you dind add text behind the lines that is making it reset.
This config works, i tested it myself.

You will need to edit our the "Nuclear Reactor" and change it with the correct name :p Just used it to test it out.

Code:
GriefPrevention:
  SeaLevelOverrides:
    world: -1
    world_twilightforest: -1
    world_the_end: -1
    world_nether: -1
    world_myst\age3: -1
  Claims:
    Expiration:
      ChestClaimDays: 7
      UnusedClaimDays: 14
      AllClaimDays: 0
      AutomaticNatureRestoration:
        SurvivalWorlds: false
        CreativeWorlds: true
    Worlds:
    - world
    - world_twilightforest
    - world_the_end
    - world_nether
    - world_myst\age12
    - world_myst\age8
    CreativeRulesWorlds: []
    PreventTheft: true
    ProtectCreatures: true
    PreventButtonsSwitches: true
    LockWoodenDoors: false
    LockTrapDoors: false
    LockFenceGates: true
    EnderPearlsRequireAccessTrust: true
    InitialBlocks: 100
    BlocksAccruedPerHour: 100
    MaxAccruedBlocks: 80000
    AutomaticNewPlayerClaimsRadius: 4
    ExtendIntoGroundDistance: 5
    CreationRequiresPermission: false
    MinimumSize: 10
    MaximumDepth: 0
    IdleLimitDays: 0
    TrappedCommandCooldownHours: 8
    InvestigationTool: STICK
    ModificationTool: GOLD_SPADE
    NoSurvivalBuildingOutsideClaims: false
    WarnWhenBuildingOutsideClaims: true
    AllowUnclaimingCreativeModeLand: true
    AutoRestoreUnclaimedCreativeLand: true
  Spam:
    Enabled: true
    LoginCooldownMinutes: 2
    MonitorSlashCommands: /me;/tell;/global;/local
    WarningMessage: Please reduce your noise level.  Spammers will be banned.
    BanOffenders: true
    BanMessage: Banned for spam.
    AllowedIpAddresses: 1.2.3.4; 5.6.7.8
    DeathMessageCooldownSeconds: 60
  PvP:
    Worlds:
    - world
    - world_twilightforest
    - world_the_end
    - world_nether
    - world_myst\age12
    - world_myst\age8
    ProtectFreshSpawns: true
    PunishLogout: true
    CombatTimeoutSeconds: 15
    AllowCombatItemDrop: false
    BlockedSlashCommands: /home;/vanish;/spawn;/tpa
    ProtectPlayersInLandClaims:
      PlayerOwnedClaims: true
      AdministrativeClaims: true
  Trees:
    RemoveFloatingTreetops: true
    RegrowGriefedTrees: true
  Economy:
    ClaimBlocksPurchaseCost: 0.0
    ClaimBlocksSellValue: 0.0
  BlockSurfaceCreeperExplosions: true
  BlockSurfaceOtherExplosions: true
  LimitSurfaceWaterBuckets: true
  LimitSkyTrees: true
  FireSpreads: false
  FireDestroys: false
  AddItemsToClaimedChests: true
  EavesdropEnabled: false
  WhisperCommands: /tell;/pm;/r
  SmartBan: true
  Siege:
    Worlds: []
    BreakableBlocks:
    - DIRT
    - GRASS
    - LONG_GRASS
    - COBBLESTONE
    - GRAVEL
    - SAND
    - GLASS
    - THIN_GLASS
    - WOOD
    - WOOL
    - SNOW
  EndermenMoveBlocks: false
  SilverfishBreakBlocks: false
  CreaturesTrampleCrops: false
  HardModeZombiesBreakDoors: false
  Database:
    URL: ''
    UserName: ''
    Password: ''
  Mods:
    BlockIdsRequiringAccessTrust: []
    BlockIdsRequiringContainerTrust:
    - 227:*:Battery Box
    - 130:*:Transmutation Tablet
    - 128:*:Alchemical Chest and Energy Condenser
    - 181:*:Various Chests
    - 178:*:Ender Chest
    - 150:*:Various BuildCraft Gadgets
    - 155:*:Filler
    - 157:*:Builder
    - 158:*:Template Drawing Table
    - 126:*:Various EE Gadgets
    - 138:*:Various RedPower Gadgets
    - 137:*:BuildCraft Project Table and Furnaces
    - 250:*:Various IC2 Machines
    - 161:*:BuildCraft Engines
    - 169:*:Automatic Crafting Table
    - 177:*:Wireless Components
    - 183:*:Solar Arrays
    - 187:*:Charging Benches
    - 188:*:More IC2 Machines
    - 190:*:Generators, Fabricators, Strainers
    - 194:*:More Gadgets
    - 207:*:Computer
    - 208:*:Computer Peripherals
    - 246:*:IC2 Generators
    - 24303:*:Teleport Pipe
    - 24304:*:Waterproof Teleport Pipe
    - 24305:*:Power Teleport Pipe
    - 4311:*:Diamond Sorting Pipe
    - 216:*:Turtle
    - 248:4:Exo-modder
    - 500:*:achitect table
    - 501:*:Nuclear Reactor
    - 502:*:Nuclear Reactor
    - 503:*:Nuclear Reactor
    - 504:*:Nuclear Reactor
    - 506:*:Nuclear Reactor
    - 507:*:Nuclear Reactor
    - 509:*:Nuclear Reactor
    - 517:*:Nuclear Reactor
    - 518:*:Nuclear Reactor
    - 580:*:Nuclear Reactor
    - 608:*:Nuclear Reactor
    - 611:*:Nuclear Reactor
    - 617:*:Nuclear Reactor
    - 618:*:Nuclear Reactor
    - 623:*:Nuclear Reactor
    - 624:*:Nuclear Reactor
    - 645:*:Nuclear Reactor
    - 650:*:Nuclear Reactor
    - 665:*:Nuclear Reactor
    - 680:*:Nuclear Reactor
    - 681:*:Nuclear Reactor
    - 682:*:Nuclear Reactor
    - 684:*:Nuclear Reactor
    - 685:*:Nuclear Reactor
    - 686:*:Nuclear Reactor
    - 687:*:Nuclear Reactor
    - 690:*:Nuclear Reactor
    - 702:*:Nuclear Reactor
    - 720:*:Nuclear Reactor
    - 725:*:Nuclear Reactor
    - 750:*:Nuclear Reactor
    - 761:*:Nuclear Reactor
    - 763:*:Nuclear Reactor
    - 764:*:Nuclear Reactor
    - 765:*:Nuclear Reactor
    - 755:*:Nuclear Reactor
    - 756:*:Nuclear Reactor
    - 850:*:Nuclear Reactor
    - 901:*:Nuclear Reactor
    - 902:*:Nuclear Reactor
    - 905:*:Nuclear Reactor
    - 906:*:Nuclear Reactor
    - 907:*:Nuclear Reactor
    - 925:*:Nuclear Reactor
    - 927:*:Nuclear Reactor
    - 928:*:Nuclear Reactor
    - 932:*:Nuclear Reactor
    - 938:*:Nuclear Reactor
    - 939:*:Nuclear Reactor
    - 942:*:Nuclear Reactor
    - 950:*:Nuclear Reactor
    - 952:*:Nuclear Reactor
    - 962:*:Nuclear Reactor
    - 963:*:Nuclear Reactor
    - 964:*:Nuclear Reactor
    - 965:*:Nuclear Reactor
    - 975:*:Nuclear Reactor
    - 1000:*:Nuclear Reactor
    - 1053:*:Nuclear Reactor
    - 1054:*:Nuclear Reactor
    - 1055:*:Nuclear Reactor
    - 1075:*:Nuclear Reactor
    - 1080:*:Nuclear Reactor
    - 1085:*:Nuclear Reactor
    - 1150:*:Nuclear Reactor
    - 1200:*:Nuclear Reactor
    - 1225:*:Nuclear Reactor
    - 1226:*:Nuclear Reactor
    - 1227:*:Nuclear Reactor
    - 1228:*:Nuclear Reactor
    - 1229:*:Nuclear Reactor
    - 1230:*:Nuclear Reactor
    - 1252:*:Nuclear Reactor
    - 1275:*:Nuclear Reactor
    - 1277:*:Nuclear Reactor
    - 1278:*:Nuclear Reactor
    - 1280:*:Nuclear Reactor
    - 1285:*:Nuclear Reactor
    - 1289:*:Nuclear Reactor
    - 1402:*:Nuclear Reactor
    - 1403:*:Nuclear Reactor
    - 1404:*:Nuclear Reactor
    - 1411:*:Nuclear Reactor
    - 1476:*:Nuclear Reactor
    - 1517:*:Nuclear Reactor
    - 1560:*:Nuclear Reactor
    - 1603:*:Nuclear Reactor
    - 1604:*:Nuclear Reactor
    - 1609:*:Nuclear Reactor
    - 1614:*:Nuclear Reactor
    - 1616:*:Nuclear Reactor
    - 2002:*:Nuclear Reactor
    - 2005:*:Nuclear Reactor
    - 2006:*:Nuclear Reactor
    - 2007:*:Nuclear Reactor
    - 2008:*:Nuclear Reactor
    - 2009:*:Nuclear Reactor
    - 2510:*:Nuclear Reactor
    - 2511:*:Nuclear Reactor
    - 2512:*:Nuclear Reactor
    - 2727:*:Nuclear Reactor
    - 2728:*:Nuclear Reactor
    - 2729:*:Nuclear Reactor
    - 2850:*:Nuclear Reactor
    - 2851:*:Nuclear Reactor
    - 2852:*:Nuclear Reactor
    - 2853:*:Nuclear Reactor
    - 2855:*:Nuclear Reactor
    - 2875:*:Nuclear Reactor
    - 2876:*:Nuclear Reactor
    - 2878:*:Nuclear Reactor
    - 2879:*:Nuclear Reactor
    - 2880:*:Nuclear Reactor
    - 2881:*:Nuclear Reactor
    - 2882:*:Nuclear Reactor
    - 3120:*:Nuclear Reactor
    - 3131:*:Nuclear Reactor
    BlockIdsExplodable:
    - 506:*:BuildCraft Engines
    - 624:*:Nuclear Reactor
    - 611:*:Nuclear Reactor
    - 613:*:Nuclear Reactor
    - 617:*:Nuclear Reactor
    - 618:*:Nuclear Reactor
    - 622:*:Nuclear Reactor
    - 645:*:Nuclear Reactor
    - 702:*:Nuclear Reactor
    - 720:*:Nuclear Reactor
    PlayersIgnoringAllClaims: []
thanks very much greed, works flawlessly now.
 

MaouKami

New Member
Jul 29, 2019
11
0
0
Hey,

Really great job guys.
I'm using one of the lists, but 1 type i am not sure how to add, Multi Tank. as you can use different type of blocks there how do i go about protecting it ?
People could just take lava from the tank without permission. what causes quite a problem. if theres a way into your house.

And is there a way to let people open a chest in a claim aka spawn ?
We got a chest there for people to trow in stuff and take stuff, but now its protected so :p.


Thanks again!
 

Tro11C1ient

New Member
Jul 29, 2019
27
0
0
My sugestion block the xycraft tank valve its extremly bugged and can crash ur server or lag it to death at the very least
 

MaouKami

New Member
Jul 29, 2019
11
0
0
Hey,

I have used the xycraft tank often enough and never had problem with it.
Is this limited to just a old version or even the current ?

Using FTB Ultimate v1.1.2 btw.
Since the first tank has been added to the server by a user, no lag spikes nor cpu/ram increases have been detected.
Even if i recall he even has 2. Could it be the pipes that causes the lag or actually the tanks ?

I dont really wanna bother the players by removing the tank as when you start off its the most easy one to make and store you lava and oils in etc.
Still thanks for the tip :). but i rather check the cause of the lag before i do so. even though i have not yet had any problem with it so far.

Edit:
New problem, the id
1000:*:Factorization Machines
This includes barrels. yet i cant put stuff in but i can take items out.
Any clue what the problem might be ?
 

Tro11C1ient

New Member
Jul 29, 2019
27
0
0
In my experince the tank valve block has the issue once its placed the tank is created and the lag and other issues are soon to follow the problem with xycraft tanks is they create the error of invailid tile entity and null pointer exception its not a big deal if the chunk is always loaded with a chunk loader I think but once the chunk the tank is in unloads the errors begin. I only know this because I watch my servers console constantly for errors people breaking rules or anyother issues my recommendatin stands still firmly blocking the tank valve and giving those that already made them a free up grade to the iron tanks

This issue pressists on all versions of the modpacks including 1.1.1 & 1.1.2 ultimate pack

the error you will most likely encounter with the xycraft tank and is also known to cause lag and other issues such as crashes (note the REDPOWERWORLD_STONE is the block attached to the valve this is will spam your logs and lead to instability and crashes, as it repeats for each block connected to the tank valve and also repeats each time the chunk is reloaded meaning any time the play logs in or walks in to the chunk that houses the tank valve)
Code:
Error:
CONSOLE: [INFO] Attempted to place a tile entity (soaryn.xycraft.machines.block.multiblock.TileMultiCopy@60f9519) at 233,98,-98 (REDPOWERWORLD_STONE) where there was no entity tile!
CONSOLE: [INFO] Chunk coordinates: 224,-112
CONSOLE: [SEVERE] java.lang.Exception
CONSOLE: [SEVERE] at zz.a(Chunk.java:1086)
CONSOLE: [SEVERE] at zz.a(Chunk.java:1050)
CONSOLE: [SEVERE] at aam.loadEntities(AnvilChunkLoader.java:509)
CONSOLE: [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:44)
CONSOLE: [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:10)
CONSOLE: [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
CONSOLE: [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
CONSOLE: [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:26)
CONSOLE: [SEVERE] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:907)
CONSOLE: [SEVERE] at ho.r(DedicatedServer.java:309)
CONSOLE: [SEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:857)
CONSOLE: [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:744)
CONSOLE: [SEVERE] at fy.run(ThreadMinecraftServer.java:16)


again its your choice to allow people to use these tanks but from my stand point its not worth the loss of stability, id rather block them and wait for soayrn to stop being lazy and fix this mod instead of putting my server in error city because one mod dev doesnt care about what people gives for bug reports.
 

MaouKami

New Member
Jul 29, 2019
11
0
0
Thank you for the information,
Have yet to see the error.

But will keep my eyes out for it, btw using MCPC-Plus with TickThreading. might be they are solving the problem not sure though.
But when i do get errors or the lag starts to hit the server, i know what to check first :D.