1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/defaultconfigs/usefulrailroads-server.toml
2021-01-24 17:10:27 +01:00

10 lines
530 B
TOML

#Server configuration settings
[server]
#This option controlls the behaviour of the nbt synchronization between the server and the client on a dedicated server.
#If set to true this mod sync all inventory data to the client which may lead to very large nbt packets or even timeouts when the nbt data is > 2mb.
#If set to false this fix this issue but don't let you use the item in creative mod.
#If you set this to false DO NOT CHANGE YOUR GAMEMODE to creative as this will clear the inventory data!
shareAllNBTData = true