Search results

  1. Tosti

    BuildSystem [1.8-1.20] - Minecraft 1.20.4 support

    + Added support for Minecraft 1.20.4 + Fixed message error in world editor
  2. Tosti

    BuildSystem [1.8-1.20] - QOL improvements & bug fixes

    QOL improvements + Worlds are now unloaded by default; If you do not have this setting activated, I suggest you do so + Add permission to setting individual status states (/worlds setStatus): https://buildsystem.eintosti.de/worlds/setstatus#individual-permission + Improve player teleportation...
  3. Tosti

    BuildSystem [1.8-1.20] - 1.20.2 support

    + Added 1.20.2 support + Bug fixes
  4. Tosti

    BuildSystem [1.8-1.20] - 1.20.1 support

    + Added 1.20.1 support
  5. Tosti

    BuildSystem [1.8-1.20] - 1.20 support & other changes

    Added 1.20 support Added ability to filter words in navigator » New slot in the navigator » Toggle through multiple settings: "none", "starts with", "contains" and "matches" Allow admins to specify further illegal characters in a world's name » New config option: invalid-characters » If a...
  6. Tosti

    BuildSystem [1.8-1.20] - Bug fixes & QOL improvements

    Click here to view the changelog: https://github.com/thomasmny/BuildSystem/releases/tag/2.23.1
  7. Tosti

    BuildSystem [1.8-1.20] - 1.19.4 support & other changes

    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...
  8. Tosti

    BuildSystem [1.8-1.20] - Message bug fixes

    + Fix duplicate message key » The key "worlds_import_newer_version" was supposed to be "worlds_importall_newer_version" + Allow messages to contain commas » Previously, when using commas (,) in multi-line messages would result in the message being split
  9. Tosti

    BuildSystem [1.8-1.20] - Minor change

    + Compress world level.dat with GZIP when writing server version
  10. Tosti

    BuildSystem [1.8-1.20] - NPE hotfix

    Fixes a bug that would stop worlds from being loaded on servers using Spigot 1.8
  11. Tosti

    BuildSystem [1.8-1.20] - 1.19.3 support & other features

    + Added 1.19.3 support + Check world DataVersion before loading » Prevents newer worlds from being loaded in older versions » Is ignored when `Paper.ignoreWorldDataVersion` flag is enabled + Add "move-items" config option » Stops a player from moving/taking items to/from other inventories when...
  12. Tosti

    BuildSystem [1.8-1.20] - Improvements to /build

    + Improvements to /build » Add permission for when setting other players into build-mode: buildsystem.build.others » Reset player inventory when leaving build-mode » New config option for disabling item drops when in build-mode (default: false) » Add LuckPerms context for when players are in...
  13. Tosti

    BuildSystem [1.8-1.20] - Hotfix

    Fix world icon not displaying correctly
  14. Tosti

    BuildSystem [1.8-1.20] - Removed need to specify worlds, new secret block & other changes

    + Improved /worlds command » Up till now, whenever a command such as /worlds edit <world> was run, the world always had to be specified » Now, whenever a world is not specified (/worlds edit) the player's current world is used + Improvements to /blocks » Added invisible item frame to servers...
  15. Tosti

    BuildSystem [1.8-1.20] - QOL update

    Add permissions to each world type creation » Allows server owners to restrict which world types can be created » Permissions can be found here Allow admins to bypass a world's permission » Use the admin permission: buildsystem.admin
  16. Tosti

    BuildSystem [1.8-1.20] - Legacy bug fix

    Fix NoSuchMethodError thrown in legacy versions
  17. Tosti

    BuildSystem [1.8-1.20] - Bug fix

    + Don't use StringUtils from apache commons lang3 + Switch from Spigot 1.19 to 1.19.1 as API version
  18. Tosti

    BuildSystem [1.8-1.20] - Bug fixes

    + Fix "Double Stone Slab" block being placed incorrectly (Minecraft 1.14+) + Show archived private worlds in world archive
  19. Tosti

    BuildSystem [1.8-1.20] - Piston head block, bug fix

    + Added piston head block to /blocks + When editing gamerules in a world (/worlds edit), the next page button should now work as intended in versions <1.13
  20. Tosti

    BuildSystem [1.8-1.20] - Bug fix

    + Fix updater showing incorrect version