diff --git a/Readme.md b/Readme.md index 85d7863..1ff7983 100644 --- a/Readme.md +++ b/Readme.md @@ -25,4 +25,4 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu * Up flower patch chance to 20, from 16 (actually decreases spawn chance!) * Up flower patch size from 6 to 8 * Decrease mushroom chance to 35, from 40 - +* Disable chunk viewer for non OPs, allow OPs to edit chunk loaders diff --git a/src/config/ChickenChunks.cfg b/src/config/ChickenChunks.cfg index bdfaa62..5006a6f 100644 --- a/src/config/ChickenChunks.cfg +++ b/src/config/ChickenChunks.cfg @@ -20,7 +20,7 @@ allowoffline #Set to false to deny a player access to the chunk viewer allowchunkviewer { - DEFAULT=true + DEFAULT=false OP=true } @@ -36,7 +36,7 @@ cleanuptime=1200 maxchunks=400 #Enabling this lets OPs alter other player's chunkloaders. WARNING: If you change a chunkloader, you have no idea what may break/explode by not being chunkloaded. -op-interact=false +op-interact=true #Set to false to disable the automatic reloading of mystcraft dimensions on server restart reload-dimensions=true