You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
- Author ArteffCods
- Creation date
Bug Fixes
- Fixed World Rename: Renaming a build world no longer causes its folder reference to become out of sync.
- Fixed Backup Service: The backup service now correctly reloads on plugin initialisation, preventing backups from silently not running after a reload.
Full Changelog: https://github.com/thomasmny/BuildSystem/compare/3.0.1...3.0.2
Fix `java.lang.ClassCastException` when sending title to player that a world is loading
What's changed
Bug fixes
- 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 for viewing/joining worlds by @thomasmny
Full Changelog: https://github.com/thomasmny/BuildSystem/compare/2.25.2...2.26.0
- Fix UUID fetch bug in offline server by @Lumine1909 in #300
- Add permission check when navigating from /worlds builders to the world editor by @thomasmny
Full Changelog: https://github.com/thomasmny/BuildSystem/compare/2.25.1...2.25.2
- Removed fall damage cancellation
- Added the option to disable the adventure game mode on archived worlds
Fixed `IncompatibleClassChangeError`
Full Changelog: https://github.com/thomasmny/BuildSystem/compare/2.25.0...2.25.1
+ 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 exists
» World was not saved before chunks are unloaded
» Fixed NPE when using filters
- 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 character in the world's name matches the specified regex, it is removed
- New placeholders
»...