diff --git a/commands.yml b/commands.yml index c615533..3aa4774 100644 --- a/commands.yml +++ b/commands.yml @@ -11,14 +11,20 @@ # Bug tracker: https://www.spigotmc.org/go/bugs command-block-overrides: [] -ignore-vanilla-permissions: false +ignore-vanilla-permissions: true aliases: + icanhasbukkit: + - version $1- ban: - minecraft:ban $1- clear: - minecraft:clear $1- enchant: - minecraft:enchant $1- + minecraft:execute: + - ping Down for maintenance + execute: + - ping Down for maintenance gamemode: - minecraft:gamemode $1- give: @@ -39,8 +45,36 @@ aliases: - minecraft:pardon $1- recipe: - minecraft:recipe $1- + minecraft:reload: + - bcv Reloading! reload: - - minecraft:reload $1- + - bcv Reloading! + spigot:restart: + - bcv Restarting the server + restart: + - bcv Restarting the server + bukkit:reload: + - bcv &cPlease note that this command is not supported and may cause issues when + using some plugins. + - bcv &cIf you encounter any issues please use the /stop command to restart your + server. + - bcv &aReload complete. + bukkit:rl: + - bcv &cPlease note that this command is not supported and may cause issues when + using some plugins. + - bcv &cIf you encounter any issues please use the /stop command to restart your + server. + - bcv &aReload complete. + rl: + - bcv &cPlease note that this command is not supported and may cause issues when + using some plugins. + - bcv &cIf you encounter any issues please use the /stop command to restart your + server. + - bcv &aReload complete. + minecraft:stop: + - bcv Stopping the server + stop: + - bcv Stopping the server tag: - minecraft:tag $1- teleport: diff --git a/paper.yml b/paper.yml index 3e905d9..9857197 100644 --- a/paper.yml +++ b/paper.yml @@ -84,7 +84,7 @@ world-settings: duplicate-uuid-saferegen-delete-range: 32 remove-corrupt-tile-entities: true optimize-explosions: true - portal-search-radius: 128 + portal-search-radius: 16 disable-teleportation-suffocation-check: true fixed-chunk-inhabited-time: -1 use-vanilla-world-scoreboard-name-coloring: false diff --git a/permissions.yml b/permissions.yml index 977e33b..495c0ea 100644 --- a/permissions.yml +++ b/permissions.yml @@ -25,7 +25,6 @@ op: # Due to WorldEdit permission shenanigans, we have to grant # permissions manually to enforce block edit limits - fawe.limit.op: true fawe.worldeditregion: true fawe.cancel: true fawe.setupdispatcher: true diff --git a/plugins/DummyFawe.jar b/plugins/DummyFawe.jar new file mode 100644 index 0000000..fbb1de1 Binary files /dev/null and b/plugins/DummyFawe.jar differ diff --git a/plugins/Extras.jar b/plugins/Extras.jar index a6ec29f..6f3f9ba 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 a2fb058..0b8b603 100644 --- a/plugins/FastAsyncWorldEdit/config.yml +++ b/plugins/FastAsyncWorldEdit/config.yml @@ -19,7 +19,7 @@ prevent-crashes: true # FAWE will cancel non admin edits when memory consumption exceeds this % # - Bypass with `/wea` or `//fast` or `fawe.bypass` # - Disable with 100 or -1. -max-memory-percent: -1 +max-memory-percent: 95 clipboard: # Store the clipboard on disk instead of memory @@ -72,11 +72,11 @@ web: # - All schematics are anonymous and private # - Downloads can be deleted by the user # - Supports clipboard uploads, downloads and saves - url: "https://empcraft.com/fawe/" + url: "http://empcraft.com/fawe/" # The web interface for assets # - All schematics are organized and public # - Assets can be searched, selected and downloaded - assets: "https://empcraft.com/assetpack/" + assets: "http://empcraft.com/assetpack/" extent: # Don't bug console when these plugins slow down WorldEdit operations @@ -117,7 +117,7 @@ experimental: queue: # This should equal the number of processors you have # - Set this to 1 if you need reliable `/timings` - parallel-threads: 32 + parallel-threads: 8 progress: # Display constant titles about the progress of a user's edit # - false = disabled @@ -148,7 +148,7 @@ queue: # Loading the right amount of chunks beforehand can speed up operations # - Low values may result in FAWE waiting on requests to the main thread # - Higher values use more memory and isn't noticeably faster - preload-chunks: 32 + preload-chunks: 1 # Discard edits which have been idle for a certain amount of time (ms) # - E.g. A plugin creates an EditSession but never does anything with it # - This only applies to plugins improperly using WorldEdit's legacy API @@ -200,7 +200,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: 100 + chunk-wait-ms: 0 # Delete history on disk after a number of days delete-after-days: 1 # Delete history in memory on logout (does not effect disk) @@ -282,6 +282,6 @@ limits: # 2 = Inventory for placing (survival) inventory-mode: 0 # Should large edits require confirmation (>16384 chunks) - confirm-large: true + confirm-large: false # List of blocks to strip nbt from strip-nbt: [] diff --git a/plugins/ProtocolLib/config.yml b/plugins/ProtocolLib/config.yml index 2fbf963..ce71b8f 100644 --- a/plugins/ProtocolLib/config.yml +++ b/plugins/ProtocolLib/config.yml @@ -25,6 +25,6 @@ global: detailed error: false # The engine used by the filter command - script engine: JavaScript + script engine: rhino - suppressed reports: \ No newline at end of file + suppressed reports: diff --git a/plugins/ProtocolSupport.jar b/plugins/ProtocolSupport.jar new file mode 100644 index 0000000..35f472d Binary files /dev/null and b/plugins/ProtocolSupport.jar differ diff --git a/plugins/ViaBackwards.jar b/plugins/ViaBackwards.jar index 107f3df..ad29825 100644 Binary files a/plugins/ViaBackwards.jar and b/plugins/ViaBackwards.jar differ diff --git a/plugins/ViaRewind.jar b/plugins/ViaRewind.jar new file mode 100644 index 0000000..6624581 Binary files /dev/null and b/plugins/ViaRewind.jar differ diff --git a/plugins/ViaVersion.jar b/plugins/ViaVersion.jar index 007b636..4b3f26f 100644 Binary files a/plugins/ViaVersion.jar and b/plugins/ViaVersion.jar differ diff --git a/plugins/iControlU.jar b/plugins/iControlU.jar index 618b090..5469971 100644 Binary files a/plugins/iControlU.jar and b/plugins/iControlU.jar differ diff --git a/server.properties b/server.properties index b5750a5..afe4b41 100644 --- a/server.properties +++ b/server.properties @@ -5,7 +5,7 @@ broadcast-console-to-ops=true broadcast-rcon-to-ops=true debug=false difficulty=1 -enable-command-block=false +enable-command-block=true enable-query=false enable-rcon=false enforce-whitelist=false