+ 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
+ Added 1.19.3 support
+ Check world DataVersion before loading
» Prevents newer worlds from being loaded in older versions
» Is ignored whenPaper.ignoreWorldDataVersionflag is enabled
+ Add "move-items" config option
» Stops a player from moving/taking items to/from other inventories when in build-mode
» Also changed the default of "drop-items" to true
+ Bug fixes
» Player would receive navigator even if setting was disabled
» Instant Place Signs didn't support mangrove_sign
+ 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 build-mode (build-mode)
+ Bug fix
» Custom blocks were not being placed when disable interactions is enabled
+ 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 running 1.17+
» Improved rotation of orientable blocks
+ Allow players to rejoin server in unloaded worlds
» If a player has spawn teleportation deactivated and world unloading has been enabled, the world the player was previously in is now loaded automatically
+ Utilize PaperLib
» If the server is running Paper, players will be teleported asynchronously
+ Bug fixes
- 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
