CoordBoard is a lightweight PaperMC plugin that provides an easy way to share and manage coordinates in-game. Designed for small servers that want to keep a vanilla feel without relying on teleport commands like /home, this plugin makes it simple to track and share important locations.
/coordsCommand – Opens the CoordBoard interface.- Create and Manage Posts – Players can create coordinate posts with:
- Custom names
- Selectable icons
- Specific coordinates
- Public & Private Posts – Players can:
- View public posts from others
- Manage their own public and private posts
- Edit & Delete – Users can modify or remove their own posts.
- Vanilla-Friendly – Keeps gameplay immersive without the need for teleport commands, making it easy to share locations without external note-taking or Discord messages.
- Download the latest version of CoordBoard.
- Place the
.jarfile in your server'spluginsfolder. - Restart the server.
- You're ready to go! Use
/coordsin-game to start sharing locations.
- CoordBoard utilizes the Foundation API by Kangarko to streamline development and enhance functionality.
- Type
/coordsto open the coordinate board. - Add a new coordinate post with a name, icon, and coordinates.
- View public posts shared by other players.
- Manage your own posts (edit, delete, or keep them private).
coordboard.command.coords– Allows players to use/coordsto view and manage coordinate posts.coordboard.admin– Grants administrative privileges, such as viewing private posts.
If you're not using a permission manager like LuckPerms or PermissionsEx, you can still grant players access to commands and manage permissions manually through the permissions.yml file in your server.
Here’s how to add permissions for players manually:
-
Locate the
permissions.ymlfile in your server’s root directory. This file is used to define permissions without relying on a plugin-based permission system. -
Open
permissions.ymlin a text editor. -
Add the necessary permissions. To allow all players to use the
/coordscommand, add the following lines to the file:coordboard.command.coords: default: true
This grants all players (the default group) permission to use the /coords command.
Save the permissions.yml file and restart the server.
If you have suggestions or need help, feel free to reach out!