πCrate configuration
# Cooldown in seconds until a player can collect a new crate of this type
# THIS OVERRIDES THE SAME SETTING IN THE ENVOY'S CATEGORY! If you do NOT want to override it, remove it from here
collect-cooldown: 10
broadcast-collect: false
display-name: "&cCommon"
block: diamond_block
falling-block:
enabled: true # If a falling block should be spawned where a crate is spawned
height: 10 # The height where the falling block will fall from
block: end_rod # The type of the block that is falling
speed: -1 # The speed at which the block will fall (blocks per second) -1 because we want downwards momentum
rewards:
- chance: 10.0
commands:
- "eco give %player% 1000"
- chance: 30.0
commands:
- "eco give %player% 500"
- chance: 100.0
commands:
- "eco give %player% 50"
hologram:
enabled: true
height: 2.0
lines:
- "&7Envoy!"
- "&fRarity: &acommon."Options
General
Falling block
Rewards
Hologram
Want to add a new crate?
Last updated