summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-09-22 14:36:07 +0100
committerKHobbits <rob@khobbits.co.uk>2012-09-22 14:36:07 +0100
commit0952150235982206291aad71d9041a7fd48ae04f (patch)
treeb47cfe4c5687ab6ef3d0ff695b111f7a906de8f0
parent30faa3907047c22b8b84314bf9524c4a1995d2e0 (diff)
downloadEssentials-0952150235982206291aad71d9041a7fd48ae04f.tar
Essentials-0952150235982206291aad71d9041a7fd48ae04f.tar.gz
Essentials-0952150235982206291aad71d9041a7fd48ae04f.tar.lz
Essentials-0952150235982206291aad71d9041a7fd48ae04f.tar.xz
Essentials-0952150235982206291aad71d9041a7fd48ae04f.zip
Clean up the info.txt
-rw-r--r--Essentials/src/com/earth2me/essentials/textreader/TextPager.java6
-rw-r--r--Essentials/src/info.txt18
2 files changed, 11 insertions, 13 deletions
diff --git a/Essentials/src/com/earth2me/essentials/textreader/TextPager.java b/Essentials/src/com/earth2me/essentials/textreader/TextPager.java
index 7b73f49ab..3242d7509 100644
--- a/Essentials/src/com/earth2me/essentials/textreader/TextPager.java
+++ b/Essentials/src/com/earth2me/essentials/textreader/TextPager.java
@@ -70,7 +70,7 @@ public class TextPager
}
for (int i = start; i < lines.size() && i < start + (onePage ? 20 : 9); i++)
{
- sender.sendMessage(lines.get(i));
+ sender.sendMessage("§r" + lines.get(i));
}
if (!onePage && page < pages && commandName != null)
{
@@ -137,7 +137,7 @@ public class TextPager
}
for (int i = start; i < end && i < start + (onePage ? 20 : 9); i++)
{
- sender.sendMessage(lines.get(i));
+ sender.sendMessage("§r" + lines.get(i));
}
if (!onePage && page < pages && commandName != null)
{
@@ -189,7 +189,7 @@ public class TextPager
}
for (int i = start; i < chapterend && i < start + (onePage ? 20 : 9); i++)
{
- sender.sendMessage(lines.get(i));
+ sender.sendMessage("§r" + lines.get(i));
}
if (!onePage && page < pages && commandName != null)
{
diff --git a/Essentials/src/info.txt b/Essentials/src/info.txt
index c0e327fe5..bd816d2a8 100644
--- a/Essentials/src/info.txt
+++ b/Essentials/src/info.txt
@@ -25,16 +25,14 @@ when he does not select a chapter.
#Colors
Minecraft colors:
-&0 &&0 &1 &&1 &2 &&2 &3 &&3
-&4 &&4 &5 &&5 &6 &&6 &7 &&7
-&8 &&8 &9 &&9 &a &&a &b &&b
-&c &&c &d &&d &e &&e &f &&f
-&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!
+&0 &&0 &1 &&1 &2 &&2 &3 &&3
+&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 &&l &l Bold!
+&&m &m Strike!&r &&n &n Underline!
+&&o &o Italic!&r &&r &r reset format codes!
#Tags
Player name: {PLAYER}