-
Notifications
You must be signed in to change notification settings - Fork 8
Ignore
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
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.
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) |
Project initially created by csh, maintained by PantherMan594! Visit plugin page