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 | f96359e31cc8ea12b52b55afae5b6cb109e57eed (patch) | |
tree | 14cc47e0803e4a7e13a47fda65df4293965300c2 | |
parent | cf79daddde6a081092edaf1b31a937f7376c252d (diff) | |
download | Essentials-f96359e31cc8ea12b52b55afae5b6cb109e57eed.tar Essentials-f96359e31cc8ea12b52b55afae5b6cb109e57eed.tar.gz Essentials-f96359e31cc8ea12b52b55afae5b6cb109e57eed.tar.lz Essentials-f96359e31cc8ea12b52b55afae5b6cb109e57eed.tar.xz Essentials-f96359e31cc8ea12b52b55afae5b6cb109e57eed.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 |