diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 3614e65e6..ea09e5be5 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,4 +1,4 @@ -# BentoBox v1.9.0-SNAPSHOT-LOCAL configuration file. +# BentoBox v1.9.0 configuration file. # # This configuration file contains settings that mainly apply to or manage the following elements: # * Data storage @@ -123,8 +123,8 @@ island: # Smaller values will help reduce noticeable lag but will make pasting take slightly longer. # On the contrary, greater values will make pasting take less time, but this benefit is quickly severely impacted by the # resulting amount of chunks that must be loaded to fulfill the process, which often causes the server to hang out. - paste-speed: 128 - # Number of chunks per world to regenerate per second. + paste-speed: 64 + # Island deletion: Number of chunks per world to regenerate per second. # If there is a nether and end then 3x this number will be regenerated per second. # Smaller values will help reduce noticeable lag but will make deleting take longer. # A setting of 0 will leave island blocks (not recommended).