🧊Blocks
Basic settings
example:
location:
world: "world"
x: 0
y: 100
z: 0
type: GOLD_BLOCK
health: 100
hologram:
lines:
- "#ICON: %type%"
- "#2C74B3&lMINE BLOCKS"
- "#2C74B3&lᴛᴏᴘ"
- "&7%player_1% &8- #2C74B3%player_1_breaks%"
- "&7%player_2% &8- #2C74B3%player_2_breaks%"
- "&7%player_3% &8- #2C74B3%player_3_breaks%"
- "#2C74B3%health%/%max_health%"
- "&7Break to get reward"
- "&c%timeout%"
permission: "mb.example.break"
Type
Type of the block. You can find a list at spigot docs.
Health
Health of the block witch decreases with every break.
Hologram
Hologram that is displayed on top of the block. More information about them here.
Permission
Define permission that player is required to have when breaking it.
Last updated
Was this helpful?