Skip to content
PantherMan594 edited this page Sep 2, 2015 · 1 revision

If a player does not want to listen to the arguments, or other chat of another player, he/she can simply use the /ignore command

Command

bignore is the base command that gets registered, it is associated with the permission node gssentials.ignore and has no aliases. When run, it toggles the "ignored" status of the targeted player. Only the players who run the command are actually ignoring that player, and all other players may see his global chats and messages. This does not work within a server, only with global chat and messages.

Configuration

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

Key Default
ignore.enabled &6Now ignoring {{ PLAYER }}.
ignore.disabled &6No longer ignoring {{ PLAYER }}.

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

Variable Replacement
{{ PLAYER }} The player being ignored/un-ignored)

Clone this wiki locally