Search results

  1. Tosti

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

    BuildSystem [1.8-1.21] - Legacy bug fix

    Fix NoSuchMethodError thrown in legacy versions
  3. Tosti

    BuildSystem [1.8-1.21] - Bug fix

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

    BuildSystem [1.8-1.21] - Bug fixes

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

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

    BuildSystem [1.8-1.21] - Bug fix

    + Fix updater showing incorrect version
  7. Tosti

    BuildSystem [1.8-1.21] - Add support for Minecraft 1.19

    + Add support for Minecraft 1.19 + Bug fixes: » Don't import a world twice if already existent (/worlds importAll)
  8. Tosti

    BuildSystem [1.8-1.21] - Permission refinement

    + Default world permissions » Added 2 new config options: world.default.permission.public and world.default.permission.public » Each option sets the default permission the respected world type will have when created » Use %world% as a placeholder for the world's name + Restrict commands to...
  9. Tosti

    BuildSystem [1.8-1.21] - Hotfix

    + Correctly allow multiple private worlds to be created
  10. Tosti

    BuildSystem [1.8-1.21] - Bug fixes and improvements to worlds

    + Fixes a bug where creators could not add builders to their world with /worlds addBuilder + From now on, only the creator of a world can delete it (or players with the admin permission: buildsystem.admin) + Players are no longer limited to one private world. Use the permission...
  11. Tosti

    BuildSystem [1.8-1.21] - Navigator permission changes and bug fixes

    + 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 »...
  12. Tosti

    BuildSystem [1.8-1.21] - QOL update

    + Allow unloaded worlds to be renamed » Previously, a world had to be imported in order for it to be renamed + Changes to world difficulty » Allow a world's difficulty to be changed in the /worlds edit menu » Correctly retrieve the default world difficultly from the config
  13. Tosti

    BuildSystem [1.8-1.21] - A few bug fixes

    + Some listeners were registered twice + Instant Place Signs would not work with Material#DARK_OAK_SIGN + Unloaded worlds were not being deleted correctly + /settings would throw a NPE when using Minecraft versions < 1.13
  14. Tosti

    BuildSystem [1.8-1.21] - New config option & bug fix

    + Added new config option: teleport-after-creation (default: true) » When enabled, the player is teleported a world after it is created instead of having to enter through the navigator + Bug fix » Chunks in void worlds were not generated correctly after the server restarts
  15. Tosti

    BuildSystem [1.8-1.21] - Add support for Minecraft 1.18.2

    + Add support for Minecraft 1.18.2 + Bug fixes: » Sending commands that use CommandSender#spigot throws NoSuchMethodError » NullPointerException while opening GameRule inventory » Navigator does not stay in inventory when „Keep Navigator“ is enabled
  16. Tosti

    BuildSystem [1.8-1.21] - Huge update

    1. Add support for RGB messages 2. Implement "buildsystem:role" Context for LuckPerms 3. Add limits to the amount of worlds allowed to be created 4. Other changes 5. Full Changelog
  17. Tosti

    BuildSystem [1.8-1.21] - Quality of life changes

    + Expand PlaceholderAPI expansion » Add placeholders for player-settings » Full list of (newly introduced) placeholders can be found here: https://buildsystem.eintosti.com/placeholders#settings-placeholders + Bug fixes » Worlds can no longer have a blank name when only consisting of special...
  18. Tosti

    BuildSystem [1.8-1.21] - Bug fix

    + Fix WorldEdit wand breaking blocks