/mcplugin-position

A self-made Minecraft "/position" Plugin

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

McPlugin-Position

A self-made Minecraft "/position" Plugin
It is available here: https://www.spigotmc.org/resources/position.89357/

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 permission: OP

Command to get a saved position: /position get {position name}
Permission: position.get
Default permission: Everyone

Command to remove a saved position: /position remove {position name}
Permission: position.remove
Default permission: OP

Command to list all available positions: /position list
Permission: position.list
Default permission: Everyone

Supported Versions

This Plugin is made for the Version 1.16.5.
But it works also with these Versions: 1.8.X - 1.16.X

License

This Plugin is licensed under the GNU General Public License v3.0

Todo

  • Add Permissions
  • Add a GUI