From 7e93b2ae5316849aebfc6b3c4cdb0bc4f2fba330 Mon Sep 17 00:00:00 2001 From: ZeroEpoch1969 <13510767+ZeroEpoch1969@users.noreply.github.com> Date: Tue, 24 Jul 2018 19:20:01 -0700 Subject: [PATCH] ... --- .../totalfreedommod/command/Command_debugstick.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_debugstick.java b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_debugstick.java index bc45efe4..f689e616 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_debugstick.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_debugstick.java @@ -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 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?");