-
Notifications
You must be signed in to change notification settings - Fork 8
Find
Before I discovered the /find <player> command I had to guess which server my friends were playing on (assuming there was no friends system implemented), this command was really created for my personal usage though I'm sure many more people than just myself benefit from it.
find is the base command that gets registered, it is associated with the permission node gssentials.find and has no aliases.
None.
When you first install BungeeEssentials the command will be enabled, though if you wish you can disable it by removing find from the enable section of the config file.
| Key | Default |
|---|---|
format.find |
&e{{ PLAYER }} &ais playing on &e{{ SERVER }} |
When adjusting the message format you may include any global variables as well as those listed below.
| Variable | Replacement |
|---|---|
{{ SERVER }} |
The name of the ServerInfo that a ProxiedPlayer is connected to, should one with the specified name be found |
{{ PLAYER }} |
The name of the ProxiedPlayer you wish to lookup |
Project initially created by csh, maintained by PantherMan594! Visit plugin page