Search results

  1. Tosti

    BuildSystem - 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...
  2. Tosti

    BuildSystem - Hotfix

    Fix world icon not displaying correctly
  3. Tosti

    BuildSystem - 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...
  4. Tosti

    BuildSystem - 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
  5. Tosti

    BuildSystem - Legacy bug fix

    Fix NoSuchMethodError thrown in legacy versions
  6. Tosti

    BuildSystem - Bug fix

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

    BuildSystem - Bug fixes

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

    BuildSystem - 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
  9. Tosti

    BuildSystem - Bug fix

    + Fix updater showing incorrect version
  10. Tosti

    BuildSystem - 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)
  11. Tosti

    BuildSystem - 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...
  12. Tosti

    BuildSystem - Hotfix

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

    BuildSystem - 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...
  14. Tosti

    BuildSystem - 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 »...
  15. Tosti

    BuildSystem - 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
  16. Tosti

    BuildSystem - 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
  17. Tosti

    BuildSystem - 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
  18. Tosti

    BuildSystem - 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