Automatic Corrupt Chunk/Block/Entity Remover?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Lithia

New Member
Jul 29, 2019
53
0
0
Does anyone know if such technology exists?

Recently Updated my FTB infinity to 1.3.4
Corrupt Chunks and blocks are popping up everywhere and 70% of my players bases are being corrupted and crash the server on chunk load

does anyone know of an Mod or Spigot plugin that works on the fly Deleting Crashing Entities Chunks or Blocks and regions preventing a crash

basically the error is saying it cannot read a Certain NBT file at some Java port, doesn't say which NBT file it is.

i just wanted to know if there was a fix for this so my players can enjoy more of this excellent modpack :)
 

devryb

New Member
Jul 29, 2019
248
0
0
Cauldron does some of this on its own and there is also this in the forge.cfg file

# Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringEntities=true

# Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringTileEntities=true
 

Lithia

New Member
Jul 29, 2019
53
0
0
I tried the ththing in the forge configs :p they didnt fix the crashes sadly

Oh and ill try out the thing you said mc.crab once I get home from school

Thanks for the replies. Ill also post some crash logs when I get back too