About
This is my first self-coded open-source Minecraft plugin. With this plugin, you can save your position (as coordinates) and if you want back to the saved position, you can call it and it will respond it with the coordinates.
How does it work?
It's pretty simple:
Command to save your position:
/position set {custom name}
It will announce everyone on the Server if a new position will be created
Permission: position.set
Default: OP
Command to get a saved position:
/position get {position name}
Permission: position.get
Default: Everyone
Command to remove a saved position:
/position remove {position name}
Permission: position.remove
Default: OP
Command to list all available positions:
/position list
Permission: position.list
Default: Everyone
Note: The Plugin will create a file called "position.yml". The Plugin will save all Positions in this file. He will create the File when someone saves a position for the first time, not directly at the start.