mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-25 02:27:33 +01:00
Clean up the info.txt
This commit is contained in:
parent
30faa39070
commit
0952150235
@ -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)
|
||||
{
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user