diff --git a/README.md b/README.md index c32b782..b059537 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# server +# base-files -Server files for the Kaboom server +Base files for the Kaboom server diff --git a/bukkit.yml b/bukkit.yml index dee3d8d..1db4d4d 100644 --- a/bukkit.yml +++ b/bukkit.yml @@ -23,6 +23,7 @@ settings: deprecated-verbose: false shutdown-message: The server is restarting. Please wait... minimum-api: none + world-container: worlds spawn-limits: monsters: 70 animals: 10 diff --git a/plugins/Extras.jar b/plugins/Extras.jar index a3f7764..5dcae15 100644 Binary files a/plugins/Extras.jar and b/plugins/Extras.jar differ diff --git a/plugins/FastAsyncWorldEdit/config.yml b/plugins/FastAsyncWorldEdit/config.yml index 8e6c85a..ce1ed38 100644 --- a/plugins/FastAsyncWorldEdit/config.yml +++ b/plugins/FastAsyncWorldEdit/config.yml @@ -31,13 +31,13 @@ clipboard: # - 0 = No compression # - 1 = Fast compression # - 2-17 = Slower compression - compression-level: 1 + compression-level: 0 # Number of days to keep history on disk before deleting it delete-after-days: 1 lighting: # If packet sending should be delayed until relight is finished - delay-packet-sending: false + delay-packet-sending: true async: true # The relighting mode to use: # - 0 = None (Do no relighting) @@ -180,7 +180,7 @@ history: # 8 = 1 x high, 1 x medium, 2 x fast # 9 = 1 x high, 1 x medium, 3 x fast (best compression) # NOTE: If using disk, do some compression (3+) as smaller files save faster - compression-level: 3 + compression-level: 0 # The buffer size for compression: # - Larger = better ratio but uses more upfront memory # - Must be in the range [64, 33554432] @@ -199,7 +199,7 @@ history: # and displaying an error message. In this case, either copy a smaller section, # or increase chunk-wait-ms. # A value of 0 is faster simply because it doesn't bother loading the chunks or waiting. - chunk-wait-ms: 1000 + chunk-wait-ms: 100 # Delete history on disk after a number of days delete-after-days: 1 # Delete history in memory on logout (does not effect disk) diff --git a/plugins/ViaVersion.jar b/plugins/ViaVersion.jar index a65d5b2..fe811e6 100644 Binary files a/plugins/ViaVersion.jar and b/plugins/ViaVersion.jar differ