This commit is contained in:
ZeroEpoch1969 2018-07-24 19:20:01 -07:00
parent 7170b1c999
commit 7e93b2ae53
No known key found for this signature in database
GPG key ID: A7BAB4E14F089CF3

View file

@ -23,7 +23,7 @@ public class Command_debugstick extends FreedomCommand
ItemMeta itemMeta = itemStack.getItemMeta();
itemMeta.setDisplayName(ChatColor.GOLD.toString() + ChatColor.BOLD.toString() + "Stick of Happiness");
List<String> lore = Arrays.asList(
ChatColor.RED + "This is the most powerfull stick in the game.",
ChatColor.RED + "This is the most powerful stick in the game.",
ChatColor.DARK_BLUE + "You can left click to select what you want to change.",
ChatColor.DARK_GREEN + "And then you can right click to change it!",
ChatColor.DARK_PURPLE + "Isn't technology amazing?");