HelmetDrops
Use any block as a helmet! - Simply put it into your helmet slot in the inventory.
Every block you move, an specific amount of items will rain down around you !
Features:
- Use every Block as helmet
- Spawn items around you
- Define spawn item for each block individually!
- Spawned items cannot be picked up!
- Spawned items do not stack themselves on the ground (looks cool!)
- Change spawnsettings and items on the fly!
- Player related
- Will be resettet when the player changes his helmet.
- Autocomplete on /hd set drop <item> (press tab after typeddrop)
- Permissions!
- Define spawn rate in ticks!
- Wool and other Items with multiple variations wiulldrop in the right way (red wool -> red wool etc.)
Commands:
- /helmetdrops or /helmetd or /hd
- set
- drop <block_enum>: change the item thelmet will be dropped (enum see: here)
- amount <number>: Change amount of items getting dropped
- radius <number>: Change the spawnrange in blocks
- lifetime <number>: Change spawned item lifetime (0-6000)
- period <number>: Change drop rate until plugin reload(Global)
- set
config.yml:
- settings:
- amount: Number of items spawned
- max: maximum allowed
- default: default value
- radius: Radius of spawning
- max: maximum allowed
- default: default value
- lifetime: lifetime in ticks (Max 6000!)
- max: maximum allowed
- default: default value
- variance: variance (prevents looking ugly!)
- period: spawn period in ticks
- max: maximum allowed
- default: default value
- min: min allowed (min 0)
- amount: Number of items spawned
- blocks:
- [block_enum]: enum of the block (see here)
- allow: [true/false] Allow Block used as Helmet
- drop: [block_enum] Item to be dropped
- data: [small] Data number (for dyes and wool for example - leave out if not necessary)
- [block_enum]: enum of the block (see here)
Permissions:
- helmetdrops.*: Gives access to all helmetdrops commands and features
default: op- helmetdrops.usehelmet: Able to use a head
default: true - helmetdrops.drop: Drop items
default: op - helmetdrops.set.*: Gives access to all helmetdrops set commands
default: op- helmetdrops.set.drop: change drop temporary
default: false - helmetdrops.set.amount: change amount temporary
default: false - helmetdrops.set.radius: change radius temporary
default: false - helmetdrops.set.lifetime: change lifetime temporary
default: false - helmetdrops.set.period: change period untill restart
default: false
- helmetdrops.set.drop: change drop temporary
- helmetdrops.usehelmet: Able to use a head
Please Note:
The Materials:
- AIR
- LEATHER_HELMET
- IRON_HELMET
- GOLD_HELMET
- DIAMOND_HELMET
- CHAINMAIL_HELMET
- PUMPKIN
are not allowed as helmet at any time! (but still droppable)

