diff options
author | Necrodoom <doomed.war@gmail.com> | 2012-09-21 18:09:30 +0300 |
---|---|---|
committer | Necrodoom <doomed.war@gmail.com> | 2012-09-21 18:09:30 +0300 |
commit | f8cff25bda8fb9025dc1ea179bb93b45fce55d95 (patch) | |
tree | f348d9b24c61f310ca3f0881c4c37b1ef69761d0 | |
parent | 3e80bf479e7f311dfa31bd8d00b0cf7564cad3a7 (diff) | |
download | Essentials-f8cff25bda8fb9025dc1ea179bb93b45fce55d95.tar Essentials-f8cff25bda8fb9025dc1ea179bb93b45fce55d95.tar.gz Essentials-f8cff25bda8fb9025dc1ea179bb93b45fce55d95.tar.lz Essentials-f8cff25bda8fb9025dc1ea179bb93b45fce55d95.tar.xz Essentials-f8cff25bda8fb9025dc1ea179bb93b45fce55d95.zip |
fix info.txt colors and tags
-rw-r--r-- | Essentials/src/info.txt | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/Essentials/src/info.txt b/Essentials/src/info.txt index cfc037040..c0e327fe5 100644 --- a/Essentials/src/info.txt +++ b/Essentials/src/info.txt @@ -29,24 +29,28 @@ Minecraft colors: &4 &&4 &5 &&5 &6 &&6 &7 &&7 &8 &&8 &9 &&9 &a &&a &b &&b &c &&c &d &&d &e &&e &f &&f -&&k &k Magic! +&r&&k &k Magic! +&r&&l &l Bold! +&r&&m &m Strike! +&r&&n &n Underline! +&r&&o &o Italic! +&&r &r reset format codes! #Tags -PLAYER: {PLAYER} -USERNAME: {PLAYER} +Player name: {PLAYER} IP: {IP} -ADDRESS: {ADDRESS} -BALANCE: {BALANCE} -MAILS: {MAILS} -WORLD: {WORLD} -WORLDS: {WORLDS} -ONLINE: {ONLINE} -UNIQUE: {UNIQUE} -PLAYERLIST: {PLAYERLIST} -TIME: {TIME} -DATE: {DATE} -WORLDTIME12: {WORLDTIME12} -WORLDTIME24: {WORLDTIME24} -WORLDDATE: {WORLDDATE} -PLUGINS: {PLUGINS} -VERSION: {VERSION}
\ No newline at end of file +Address: {ADDRESS} +Balance: {BALANCE} +Unread mails:{MAILS} +Current world: {WORLD} +Worlds list: {WORLDS} +Number of online players: {ONLINE} +Number of unique players who joined the server: {UNIQUE} +Player list: {PLAYERLIST} +Time of server: {TIME} +Date of server: {DATE} +Time of world PM/AM: {WORLDTIME12} +Time of world: {WORLDTIME24} +Date of world: {WORLDDATE} +Plugin list: {PLUGINS} +Version of Craftbukkit: {VERSION}
\ No newline at end of file |