-
Notifications
You must be signed in to change notification settings - Fork 8
Announcement
PantherMan594 edited this page May 10, 2015
·
3 revisions
Announcements were added in 2.2.0 as an easy way for server owners to give users information, without having to actually be online.
announcement is enabled by default in the enabled section of the config, but can be easily removed.
| Key | Explanation |
|---|---|
aliases.alias |
This is the command that the player runs. This can be anything you want. |
aliases.commands |
These are the command(s) that the console executes for the player (no need to worry about permissions, they are checked as normal). They can be any existing Bungee commands. If the commands require arguments, just add {0}, {1}, and so on in place of them, and the arguments are replaced with those the player gives. |
| Example Config | What Happens |
|---|---|
greet |
The player runs: /greet Notch
|
join {0} and msg {0} Hey! How are you doing today?
|
The console executes the commands /join Notch and /msg Notch Hey! How are you doing today? as the player. The player then joins Notch's server and messages him (if the player has the permissions) |
Project initially created by csh, maintained by PantherMan594! Visit plugin page