Updated Power Ups (markdown)

filoghost 2014-08-29 05:42:01 -07:00
parent d67b7a23a5
commit 2cc90bd500

@ -6,7 +6,7 @@ A power up is very simple, is made of a floating item (the icon) and a hologram.
**Example**: a power up (Blaze Powder) that gives fire resistance when is collected.
``` java
String text = ChatColor.GOLD + "" + ChatColor.BOLD + "Fire Resistance"
String text = ChatColor.GOLD + "" + ChatColor.BOLD + "Fire Resistance";
Location where = ... // Suppose you have a random location in your minigame
ItemStack powder = new ItemStack(Material.BLAZE_POWDER);