Description
A simple lightweight plugin that stores location data. This plugin allows to you store as many locations as you want so you can't get lost anymore. If enabled you can store your most recent death and even teleported if needed.Commands
/playercords: Shows all the commands in chat./playercords add <name>: Saves a new cord with said name.
/playercords remove <name>: Deletes the cord with said name.
/playercords get <name>: Get the cords of said name.
/playercords list: Will list all saved cords.
/playercords teleport <name>: Teleports to said location if enabled by the server.
Configuration
allowTeleportation:
this enables players to teleport to their saved cords. Default: false
teleportationCooldown:
how long a player must wait before teleporting again. Default: 10
teleportationDelay:
how long it takes to teleport in seconds. Default: 5
saveCordsonDeath:
this enables onPlayerDeath to store the cords where they died. Default: false
Side Notes
To change the config and or any saved player data. It is stored in the playerCords folder listed as config for configuration and savedCords for playerData.
If you encounter any bugs or have any suggestions, please comment, and ill fix any bugs or take your suggestions into consideration.