Color names of report buttons properly
This commit is contained in:
parent
b0c4a86790
commit
71efe0503b
@ -29,14 +29,14 @@ public class ReportCategoryButton extends SimpleGuiItem
|
|||||||
|
|
||||||
ItemStack itemChatAbuse = new ItemBuilder(Material.INK_SACK)
|
ItemStack itemChatAbuse = new ItemBuilder(Material.INK_SACK)
|
||||||
.setData((short) 11)
|
.setData((short) 11)
|
||||||
.setTitle(C.cDAquaB + "Chat Abuse")
|
.setTitle(C.cYellowB + "Chat Abuse")
|
||||||
.addLore(C.cGray + "Verbal Abuse, Spam, Harassment, Trolling, etc")
|
.addLore(C.cGray + "Verbal Abuse, Spam, Harassment, Trolling, etc")
|
||||||
.build();
|
.build();
|
||||||
put(ReportCategory.CHAT_ABUSE, itemChatAbuse);
|
put(ReportCategory.CHAT_ABUSE, itemChatAbuse);
|
||||||
|
|
||||||
ItemStack itemGameplay = new ItemBuilder(Material.INK_SACK)
|
ItemStack itemGameplay = new ItemBuilder(Material.INK_SACK)
|
||||||
.setData((short) 2)
|
.setData((short) 2)
|
||||||
.setTitle("Gameplay")
|
.setTitle(C.cGreenB + "Gameplay")
|
||||||
.addLore(C.cGray + "Map and Bug Exploits")
|
.addLore(C.cGray + "Map and Bug Exploits")
|
||||||
.build();
|
.build();
|
||||||
put(ReportCategory.GAMEPLAY, itemGameplay);
|
put(ReportCategory.GAMEPLAY, itemGameplay);
|
||||||
|
Loading…
Reference in New Issue
Block a user