Skip to content
PantherMan594 edited this page Sep 22, 2015 · 4 revisions

Need to ban or reward a player, but forgot his/her full name? This command is here to help.

Command

lookup is the base command that gets registered, it is associated with the permission node gssentials.admin.lookup. Optional arguments are -b (beginning), -m (middle), and -e (end), corresponding to the location of the known part of the name.

Configuration

When you first install BungeeEssentials the command will be enabled, though if you wish you can disable it by removing lookup from the enable section of the config file.

Key Default
lookup.header &6Found {{ SIZE }} player(s):
lookup.body &f - {{ PLAYER }}

When adjusting the message format you may include any global variables as well as those listed below.

Variable Replacement
{{ SIZE }} The number of matching players found
{{ PLAYER }} The name of a matching player

Clone this wiki locally