- Added permission to be able to create, delete and edit warps (
playerwarps.use)
- Fixed an Issue where normal player's could set warps without permission.
- Fixed an Issue where warps with space would not get recognized in the command.
- Renamed the function that retreives the max amount of warps a player has.
- Added create alias tab completion for
/pwarp set/create - Added a delete button to the warp edit GUI, allowing to delete the warp directly in the GUI
- Added a transfer button to the warp edit GUI, allowing to transfer your warp to another player.
- Remade the whole warp edit GUI
- Improved code readability and quality
- Fixed an issue where you"d have to manually close your inventory when renaming or changing the description of a warp.
- Changed that when a chat input is prompted, the required data for this will be saved in NBT instead of a var.
- Added create as alias for set in
/pwarp set/create <warp> - Added a new item to the edit GUI, allowing to reposition the warp
- Added a new item to the edit GUI, allowing to set a custom description
- Added a new button to the warp overview GUI, that filters for only owned warps
- Added sounds to the filter button
- Fixed bug where you could create warps without name
- Added maximum warp name length option, excluding color codes. (Default is
20 characters)
- Added the possibility to create colored warp names. (Requires the
playerwarps.colored permission)
- Changed the way how warp location and facing direction are saved in NBT. (Now uses lists, like minecraft does it)
- Fixed an issue where you could click the glass panes to switch pages in the GUI.
- Improved loading times.
- Changed so that the '
Item can't be air' error is now only displayed when the player's tool is air
- Changed warp editing GUI title
- Fixed issue where you couldn't edit warps with spaces in their name
- Added teleportation & teleportation cancelled messages.
- Added maximum warps permission (
playerwarps.max.<amount> and
"playerwarps.max.infinite")
- Changed some message colors.
- Fixed
/pwarp <warp> command bug, opening the gui instead of instantly teleporting the player to the warp.