PlayerLocater It's a plugin developed as a hobby project. It offers the functions:
Save Waypoints
Share waypoint in chat (private, only for you)
Share waypoint in chat (Public, visible to members of your selected group)
Track the position of players and see the position every 5 seconds in the Bossbar.
The main command is /position or /pos
What can I do with it?
Track Command
Code (Text):
/position track <player>
Code (Text):
/position untrack <player>
Waypoint Command
Code (Text):
/position waypoint save <name>
Code (Text):
/position waypoint remove <name>
Code (Text):
/position waypoint get <name>
Positions are saved in the "positions.json" file
Position in Tab
Group Command 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!
Code (Text):
/position group create <name>
To create a group, use this command!
Code (Text):
/position group invite <name> <player>
To invite a player, you must use the arguments "name" and "player" with the corresponding attributes. Example: /position group invite group PapaKekse
Code (Text):
/position group leave <name>
The command is used to leave a group
Code (Text):
/position group remove <name>
The command is used to delete a group
Code (Text):
/position group accept <player>
This command is used to accept an invitation sent with the invite command
Share Command The command is used to share a position in a group. Everyone in the group will then see the position in the chat.
Code (Text):
/position share <name> <group>
Multiple Languages Available:
English (lang_en)
German (lang_de)
You can change the language in the config.yml file.
After you have changed the language, you can reload the language data with the command:
Code (Text):
/position reload
To add your own language, 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.
Permissions
Track Command
Code (Text):
/position track <player> - "position.track"
Code (Text):
/position untrack <player> - "position.untrack"
Waypoint Command - "position.waypoint"
Code (Text):
/position waypoint save <name> - "position.waypoint.save"