Social Spy - pantherman594/BungeeEssentials GitHub Wiki
This module was designed to make inspecting every player extremely simple for administrators.
Command
spy is the base command that gets registered, it is associated with the permission nodes gssentials.admin.spy and gssentials.admin.spy.exempt and has 2 aliases.
Granting a player gssentials.admin.spy.exempt means that their messages and commands will no longer be broadcasted by socialspy.
Additionally, there is a command spy, associated with the permission node gssentials.admin.spy.command, and activated by /commandspy, to spy on all the commands executed by players.
Aliases
socialspycspy
Configuration
When you first install BungeeEssentials the command will be enabled, though if you wish you can disable it by removing spy and/or commandspy from the enable section of the config file.
| Key | Default |
|---|---|
spy.message |
&7[{{ SENDER }} ยป {{ RECIPIENT }}] &7{{ MESSAGE }} |
spy.enabled |
&aSpy has been enabled |
spy.disabled |
&cSpy has been disabled |
commandspy.command |
&7[{{ SENDER }}] &b{{ COMMAND }} |
commandspy.enabled |
&aCommand Spy has been enabled |
commandspy.disabled |
&cCommand Spy has been disabled |
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 where the message originated |
{{ SENDER }} |
The name of the CommandSender that the message originates from |
{{ RECIPIENT }} |
The name of the ProxiedPlayer that will receive the message |
{{ MESSAGE }} |
The message that was sent |
{{ COMMAND }} |
The command that was executed |