Skip to content
Connor Spencer Harries edited this page Jan 17, 2015 · 3 revisions

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.

Command

find is the base command that gets registered, it is associated with the permission node gssentials.find and has no aliases.

Aliases

None.

Configuration

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

Clone this wiki locally