More message tweaks

This commit is contained in:
Ghoti 2020-01-19 19:56:18 -06:00
parent 7587416203
commit c35d359d44
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>FPChatX</groupId> <groupId>FPChatX</groupId>
<artifactId>FPChatX</artifactId> <artifactId>FPChatX</artifactId>
<version>1.0.2-BETA</version> <version>1.0.3-BETA</version>
<repositories> <repositories>
<repository> <repository>
<id>spigot-repo</id> <id>spigot-repo</id>

View File

@ -27,7 +27,7 @@ public class BadgeList {
public static void badgeList(FPlayer p , int page){ public static void badgeList(FPlayer p , int page){
p.sendMessage(""); p.sendMessage("");
p.sendMessage(ChatColor.RED + "HOW TO USE:" + ChatColor.YELLOW + " You can equip badges with " + ChatColor.DARK_AQUA + "/equip slot# badge#" + ChatColor.YELLOW +". To unequip all badges, use " + ChatColor.DARK_AQUA + "/badgesclear" + ChatColor.YELLOW + "."); p.sendMessage(ChatColor.RED + "HOW TO USE:" + ChatColor.YELLOW + " You can equip badges with " + ChatColor.DARK_AQUA + "/equip <slot number> <badge number>" + ChatColor.YELLOW +". To unequip all badges, use " + ChatColor.DARK_AQUA + "/badgesclear" + ChatColor.YELLOW + ".");
p.sendMessage(ChatColor.AQUA + "------------------- Your Badges -------------------"); p.sendMessage(ChatColor.AQUA + "------------------- Your Badges -------------------");
p.sendMessage(""); p.sendMessage("");
int eventnum = 0; int eventnum = 0;