diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-08-20 23:43:40 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-08-20 23:43:40 +0100 |
commit | ca12b47a5cb0b806dac3b44735f8ef4a3dc04b3d (patch) | |
tree | 901ea367260a05ddf226cf4b382dd27ca1abde04 | |
parent | acc6a12b1c2c3fb851f0cdbe4a8106dcb86ebbe2 (diff) | |
download | Essentials-ca12b47a5cb0b806dac3b44735f8ef4a3dc04b3d.tar Essentials-ca12b47a5cb0b806dac3b44735f8ef4a3dc04b3d.tar.gz Essentials-ca12b47a5cb0b806dac3b44735f8ef4a3dc04b3d.tar.lz Essentials-ca12b47a5cb0b806dac3b44735f8ef4a3dc04b3d.tar.xz Essentials-ca12b47a5cb0b806dac3b44735f8ef4a3dc04b3d.zip |
Add another customtext example (including one with multiple aliases)
-rw-r--r-- | Essentials/src/custom.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Essentials/src/custom.txt b/Essentials/src/custom.txt index ff8ac8e9a..25a635795 100644 --- a/Essentials/src/custom.txt +++ b/Essentials/src/custom.txt @@ -27,3 +27,7 @@ aliases: #vote If you add the correct alias to bukkit.yml This text here will be shown if you type /vote + +#stafflist,onlinestaff +&6Online Staff: +{PLAYERLIST:MODERATOR} {PLAYERLIST:ADMIN} {PLAYERLIST:OWNER}
\ No newline at end of file |