BuildSystem [1.8-1.20]

MC Plugin BuildSystem [1.8-1.20] 2.24.1
× Easy to use system for builders, with lots of great features

  • Added 1.19.4 support

  • Added ability to not send messages
    » Blank messages are no longer sent to the player
    » Example: A command is to be hidden from /buildsystem -> Set buildsystem_XXX: "" in the messages.yml file

  • Multi-page /buildsystem command
    » The /buildsystem [page] command now takes a page argument, as it no longer displays all commands at once

  • Bug fixes
    » Players not in build-mode could not interact with other inventories when move-items was disabled
+ Compress world level.dat with GZIP when writing server version
Fixes a bug that would stop worlds being loaded on servers using Spigot 1.8
  • Fix NoSuchMethodError thrown in legacy versions
+ Don't use StringUtils from apache commons lang3
+ Switch from Spigot 1.19 to 1.19.1 as API version
+ Fix "Double Stone Slab" block being placed incorrectly (Minecraft 1.14+)
+ Show archived private worlds in world archive
+ Navigator permission changes
» Changes the permission needed to open the navigator to buildsystem.navigator
» Adds a permission which is needed to receive the navigator item: buildsystem.navigator.item

+ Fixed bugs with the modern navigator

» Item used to close navigator could be dropped
» Players were able to modify other player's navigator leaving them unusable

+ Minor optimisation
» Reset unload task after world switch (or quitting) to ensure correct unload time
Top Bottom