A minecraft plugin to find your friends or entities!
The plugin features 2 different commands to find either other players or other entities. It also has the possibility to allow players to hide themselves, in which case the command will return a random location when a player tries to find them.
Retrieves the world and location of the online player, or a random location and world when they are hidden.
Toggles your hidden state. This is not persistent, so leaving/joining, server reloads and server restarts will reset your state to visible. The server console will bypass your hidden state.
Retrieves the world and location of all loaded entities of that type, and the total amount of them. Using the compact parameter will only display the count.
- find: Toggles if /find should be enabled.
- hide: Toggles if /hideme should be enabled.
- entityfind: Toggles if /findentity should be enabled.
- findme.*: All permissions. Do not use for normal players!
- findme.find: Allow player to use /find (default on)
- findme.hide: Allow player to use /hideme (default on)
- findme.findentity: Allow player to use /findentity (default on)