From 495e433c433fda5cb21eea7e1c3dddece7607816 Mon Sep 17 00:00:00 2001 From: Fabrizio La Rosa Date: Fri, 31 Jul 2020 23:46:36 +0200 Subject: [PATCH] LoadChunks value in config --- src/main/resources/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 8defda5e..f0f61846 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -364,6 +364,9 @@ Island: Limits: # Should slime split bypass limits.yml AllowSlimeSplit: true + # If true, load all chunks on player's island to count entities. + # If false, do not load all chunks and only count entites on loaded chunks on player's island. + LoadChunks: true Nether: # Allow placing water in the Nether AllowNetherWater: false