Перейти к содержимому
Mineforgian

Coordy

Adds a command that allows players to save, and share their coordinates. Now with optional death coordinates!

Загрузки
1K
Подписчики
4
Обновлён
14 октября 2025 г.
Лицензия
MIT

Опубликован 5 июля 2024 г.

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 Lists all of a users saved coordinates for them to see.
/coords add <label> Adds the players current coordinates to their list and labels them.
/coords remove <label> Removes the specified coordinate from the list.
/coords share <player> [<label>] Shares your current or chosen coordinates with the selected player.

Examples

List all of the coordinates you previously saved
/coords
Save your current coordinates to your list as "home"
/coords add home
Save your current coordinates to your list as "A really long name with special characters!"
/coords add A really long name with special characters!
Remove a previously saved coordinate
/coords remove home
Share your current coordinates with another player
/coords share herobrine
Share specific coordinates with another player
/coords share herobrine home

Note: The @a target selector only works for ops on versions of Paper 1.21.1 and newer.

Share your current 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 plugins\bStats\config.yml .
Console log now checks for updates on server start.

Ченджлог

1.6.07Релиз1.21.8, 1.21.9, 1.21.10 · 14 октября 2025 г.

Now compatible with 1.21.9 and 1.21.10, lost compatibility for versions 1.20.5 and below.

1.6.06Релиз1.21.6, 1.21.7, 1.21.8 · 22 июля 2025 г.

Now compatible with 1.21.8

1.6.05Релиз1.21.5, 1.21.6, 1.21.7 · 7 июля 2025 г.

Now compatible with 1.21.7. Sharing coordinates with @a is still bugged.

1.6.04Релиз1.21.2, 1.21.3, 1.21.4 · 20 декабря 2024 г.

Compatible with 1.21.4

1.6.03Релиз1.21.1, 1.21.2, 1.21.3 · 8 ноября 2024 г.

Now compatible with 1.21.3! Currently there is a bug with the @a target selector for sharing coordinates not working. Hopefully this will be fixed soon.

1.6.02Релиз1.20.6, 1.21, 1.21.1 · 21 августа 2024 г.

Compatible with 1.21.1 now

1.6.01Релиз1.20.5, 1.20.6, 1.21 · 10 июля 2024 г.
  • Consolidated /coords send and /coords broadcast into one command /coords share
  • To broadcast to the server use /coords share @a
  • Added share-coords-all configuration that allows server admins to adjust the default permission required to use @a
  • Added statistics logging with bStats
  • Added automatic update checks on server start
  • Cleaned up command logic
1.5.02Релиз1.20.5, 1.20.6, 1.21 · 7 июля 2024 г.

Added compatibility for PaperMC 1.18 and above

Комментарии

Загружаем…