mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
...
This commit is contained in:
parent
7170b1c999
commit
7e93b2ae53
@ -23,7 +23,7 @@ public class Command_debugstick extends FreedomCommand
|
|||||||
ItemMeta itemMeta = itemStack.getItemMeta();
|
ItemMeta itemMeta = itemStack.getItemMeta();
|
||||||
itemMeta.setDisplayName(ChatColor.GOLD.toString() + ChatColor.BOLD.toString() + "Stick of Happiness");
|
itemMeta.setDisplayName(ChatColor.GOLD.toString() + ChatColor.BOLD.toString() + "Stick of Happiness");
|
||||||
List<String> lore = Arrays.asList(
|
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_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_GREEN + "And then you can right click to change it!",
|
||||||
ChatColor.DARK_PURPLE + "Isn't technology amazing?");
|
ChatColor.DARK_PURPLE + "Isn't technology amazing?");
|
||||||
|
Loading…
Reference in New Issue
Block a user