It's a plugin that is developed as a hobby project. It offers the functions:
The main command is /position or /pos
/position track [player]
/position untrack [player]
/position waypoint save [name]
/position waypoint remove [name]
/position waypoint get [name]
Positions are saved in the "positions.json" file

Groups are an important issue when playing on the server with several people. They allow you to share positions in groups so that you always have the target in mind!
/position group create [name]
To create a group, use this command!
/position group invite [name] [player]
To invite a player, use the /position group invite command. You must use the arguments "name" and "player" with the corresponding attributes. E.g. /position group invite group PapaKekse
/position group leave [name]
The command is used to leave a group
/position group remove [name]
The command is used to delete a group
/position group accept [player]
This command is used to accept an invitation sent with the invite command

The command is used to divide a position in a group. Everyone in the group will then see the position in the chat
/position share [name] [group]

Available:
You can change the language in the config.yml File
After you have changed the language, you can reload the language data with the /position reload command. When you update the plugin, the selected file will automatically update.
To add your own language, you can create a file in the "language" folder of the plugin folder (PlayerLocater) and set the language in the config.yml file to the filename without the ".json" extension. The first time you start the server with the new language file, the file will automatically have the English translation in it, so you can add your language more easily.
Follow these steps to create and use your own language file:
lang_fr.json (or any name you like).config.ymlconfig.yml and set the language to the name of your file without the .json extension.language: lang_fr/position reload
/position track [player] - "position.track"
/position untrack [player] - "position.untrack"
/position waypoint save [name] - "position.waypoint.save"
/position waypoint remove [name] - "position.waypoint.remove"
/position waypoint get [name] - "position.waypoint.get"
/position group create [name] - "position.group.create"
/position group invite [name] [player] - "position.group.invite"
/position group leave [name] - "position.group.leave"
/position group remove [name] - "position.group.remove"
/position group accept [player] - position.group.accept"
⚠️ Notice: If permission is removed from Group, it is recommended to remove this permission as well
/position share [name] [group] - "position.share"
This plugin uses bStats to collect anonymous usage data.
These statistics help the developer understand how the plugin is used (e.g., server version, player count) and improve future updates.
/plugins/bStats/config.yml.Thank you for helping to improve the plugin! ❤️