A simple Minecraft Spigot plugin to display the coordinates to your buddy.
I created this plugin for my buddy (Xeron998) and myself. Often times we'd be out exploring and we get lost from each other. We wanted a way to see where the other person was to be able to navigate back to them.
This plugin will show the targeted player's location, with the options to display health, experience level, and the world.
- When a player is online use /bl create
Command | Description | Permission |
---|---|---|
/bl create | Create a Location Board for the player | buddylocator.use |
/bl remove | Removes your Locator Board on your screen | buddylocator.use |
/bl remove | Removes the targeted player's Locator Board on thier screen | buddylocator.remove |
/bl clear | Removes all Locator Boards from every player | buddylocator.clear |
- Display a Buddy's Location, World, Health, and Experience Level on your screen
- Customizable update polling period
- Get a workaround for the re-arranging scores.
- The scores will re-arrange themselves on the board in order of decreasing value. This is a limitation of the native Scoreboard API within Minecraft.
- Built on Spigot-1.16.1
- Patched an NPE error that would be thrown when a player quits the server.
- Added update checking
- Built on Spigot-1.16.1
- Release