mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2025-02-19 21:41:53 +01:00
Updated Power Ups (markdown)
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);
|
||||
|
Loading…
Reference in New Issue
Block a user