Simple Player Warps is a lightweight and efficient solution to give your players the ability to create and manage their own warps. Just like regular warps, players can choose icon and name of their warp. They can even toggle their warp, if needed.
Efficient and fast data storage All player warps are stored in a list variable in form of NBT (Named Binary Tag). Minecraft uses NBTs to store general player data like their inventory, enderchest, last position and more. This makes NBTs one of the most efficient and performant storage methods. Skript does unfortunatly not provide built-in NBT support, but that's what SkBee is for.
Features: - Permission based maximum warps - Colored warp names - Simple management via GUI - Highly efficient and performant - Filtering and sorting
Permission overview:
Code (Text):
playerwarps.admin - Allows players with this permission to delete and edit other player's warps
playerwarps.use - Allows to create, delete and edit warps (Still requires playerwarps.max.<amount>!)
playerwarps.max.<amount> - Allows to set x amount of warps
playerwarps.max.infinite - Allow to set infinite warps
playerwarps.colored - Allows for colored warp names & descriptions
Available commands: - Aliases: playerwarps, pwarp, pw
If you encounter any issues with the script, please don't hesitate to reach out to me on Discord (sluhtie). Use the reviews exclusively for providing feedback on your experience; refrain from posting bug or issue reports there. Your constructive feedback is valuable and helps improve the script, so please contact me directly instead of leaving a negative review for technical concerns. Thank you!