-
Notifications
You must be signed in to change notification settings - Fork 8
Messaging
Connor Spencer Harries edited this page Jan 17, 2015
·
13 revisions
A lot of servers I've seen long for a messaging system that allows their players to communicate from completely different servers, the command even comes with tab completion so you don't have to remember person235432<more numbers> username.
msg is the base command that gets registered, it is associated with the permission node gssentials.message and has 5 aliases.
messagettellwwhisper
When you first install BungeeEssentials the command will be enabled, though if you wish you can disable it by removing message from the enable section of the config file.
| Key | Default |
|---|---|
format.message |
&a({{ SERVER }}) &7[{{ SENDER }} » {{ RECIPIENT }}] &f{{ MESSAGE }} |
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 receiving the message |
{{ MESSAGE }} |
The message that was sent |
Project initially created by csh, maintained by PantherMan594! Visit plugin page