Clean up the info.txt

This commit is contained in:
KHobbits 2012-09-22 14:36:07 +01:00
parent 30faa39070
commit 0952150235
2 changed files with 11 additions and 13 deletions

View file

@ -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)
{

View file

@ -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}