Coordy
Adds a command that allows players to save, and share their coordinates. Now with optional death coordinates!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Coordy
Coordy
Coordy is a PaperMC plugin that allows players to add, remove, list, and share in-game coordinates efficiently. It uses CommandAPI for command handling and stores coordinates in a JSON file for easy access and modification.
Commands
/coords share <player> [<label>] *Lists all of a users saved coordinates for them to see.* /coords share <player> [<label>] *Adds the players current coordinates to their list and labels them.* /coords share <player> [<label>] *Removes the specified coordinate from the list.* /coords share <player> [<label>] *Shares your current or chosen coordinates with the selected player.*
Examples
Note: `/coords` Note: `/coords add home` Note: `/coords add A really long name with special characters!` Note: `/coords remove home` Note: `/coords share herobrine` Note: `/coords share herobrine home` > Note: The `@a` target selector only works for ops on versions of Paper 1.21.1 and newer.
Share specific coordinates with the whole server `/coords share @a` Share specific coordinates with the whole server `/coords share @a home`
Other Features
In the configuation files if you set death-coords-enabled to be true then when a player dies they will be sent a private message of the coordinates where they died. You can configure the permissions required to use the @a target selector variable with the `/coords share` command by adjusting share-coords-all in the config file. Plugin statistics are recorded with bStats now, to disable this go to pluginsbStatsconfig.yml . Console log now checks for updates on server start.