summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-09-22 06:21:51 -0700
committerKHobbits <rob@khobbits.co.uk>2012-09-22 06:21:51 -0700
commitf905ae87016d64867ed5ce3991e6828d83a3d7a9 (patch)
treed6bde3683718a4246267373718ab89f6c8fa1bb1
parent71d39bc23b2f0370fa15407592a5b328e8d1bb2c (diff)
parent0f2dda6b002be339d10183cb49800bbe82f7f85d (diff)
downloadEssentials-f905ae87016d64867ed5ce3991e6828d83a3d7a9.tar
Essentials-f905ae87016d64867ed5ce3991e6828d83a3d7a9.tar.gz
Essentials-f905ae87016d64867ed5ce3991e6828d83a3d7a9.tar.lz
Essentials-f905ae87016d64867ed5ce3991e6828d83a3d7a9.tar.xz
Essentials-f905ae87016d64867ed5ce3991e6828d83a3d7a9.zip
Merge pull request #148 from necrodoom/patch-7
fix info.txt colors and tags I'll do a little manual cleanup.
-rw-r--r--Essentials/src/info.txt40
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