Search results

  1. Tosti

    BuildSystem [1.8-1.21] - Bug fix when loading worlds

    Fix `java.lang.ClassCastException` when sending title to player that a world is loading
  2. Tosti

    BuildSystem [1.8-1.21] - Minecraft 1.21.5 support

    What's Changed Add individual permissions for each gamemode by @thomasmny in #329 Revert changes made to `UUIDFetcher` by @thomasmny in #333 Add support for Minecraft 1.21.5 by @thomasmny in #347 Full Changelog: 2.26.0...2.27.0
  3. Tosti

    BuildSystem [1.8-1.21] - Minecraft 1.21.3/4 support, Axiom support & more

    What's changed Add support for Minecraft 1.21.3 & 1.21.4 by @thomasmny Simple Axiom Support by @EinJOJO in #309 Reload messages.yml file when using /config reload by @thomasmny in #315 Add permissions to /buildsystem, /worlds help and /worlds item by @thomasmny in #324 Add bypass permissions...
  4. Tosti

    BuildSystem [1.8-1.21] - Bug fixes and improvements

    Removed fall damage cancellation Added the option to disable the adventure game mode on archived worlds Full Changelog: https://github.com/thomasmny/BuildSystem/compare/2.25.1...2.25.2
  5. Tosti

    BuildSystem [1.8-1.21] - Bug fix

    Fixed `IncompatibleClassChangeError` Full Changelog: https://github.com/thomasmny/BuildSystem/compare/2.25.0...2.25.1
  6. Tosti

    BuildSystem [1.8-1.21] - Minecraft 1.21 support & other changes

    + Add support for Minecraft 1.21 + Improve skull performance in menus + Added world type to the import command + Allow builders to be added and removed via command + Bug fixes » Fixed incorrectly implemented bypass logic » Don't allow world to be renamed if other world with new name already...
  7. Tosti

    BuildSystem [1.8-1.21] - Minecraft 1.20.4 support

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

    BuildSystem [1.8-1.21] - 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...
  9. Tosti

    BuildSystem [1.8-1.21] - 1.20.2 support

    + Added 1.20.2 support + Bug fixes
  10. Tosti

    BuildSystem [1.8-1.21] - 1.20.1 support

    + Added 1.20.1 support
  11. Tosti

    BuildSystem [1.8-1.21] - 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...
  12. Tosti

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

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

    BuildSystem [1.8-1.21] - 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...
  14. Tosti

    BuildSystem [1.8-1.21] - 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
  15. Tosti

    BuildSystem [1.8-1.21] - Minor change

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

    BuildSystem [1.8-1.21] - NPE hotfix

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

    BuildSystem [1.8-1.21] - 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...
  18. Tosti

    BuildSystem [1.8-1.21] - 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...
  19. Tosti

    BuildSystem [1.8-1.21] - Hotfix

    Fix world icon not displaying correctly
  20. Tosti

    BuildSystem [1.8-1.21] - 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...