Skip to content
PantherMan594 edited this page Apr 21, 2015 · 13 revisions

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.

Aliases

  • gspy

Configuration

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

Key Default
spy.message &7[{{ SENDER }} » {{ RECIPIENT }}] &7{{ MESSAGE }}
spy.command &7[{{ SENDER }}] &b{{ COMMAND }}

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

Clone this wiki locally