DropModifier
What this plugin does:
With this plugin you can configure all sort of drops you can imagine.
Like when you mine a dirt block with a gold shovel you have a chance of 45% to get one diamond, or so...
Features:
- no commands needed
- Let Spawners drop their Spawner-type
- configurable drops from Blocks, Mobs and Players
- configurable chances of drops
- some presets as a suggestion
- set special drops for OPs
- no permissions needed
Installation:
- First stop your server.
- Put the jar in your plugins folder.
- Then stat your server.
- You should now Stop your server and edit the now created config.
Configuration:
located in config.yml
A example config is planned, but for now heres the sheme of how to configure it.
Drop Modifier config:
- Presets:
- * glass always give glass back: false
- * glasspanes always give glasspanes back: false
- * always get dirt with grass when you mine dirt with grass: false
- Spawners:
- * spawners give spawners: false
- * item on spawners become drops: _ #type 0 for every item
- List: #unlimited amount of statements
- * #Item ID of Tool of what the alter drop occur
- * * #Item id of Block you want to alter drops for when broken
- * * * #item ID of what item will drop from the broken block ( item: _)
- * * * #amount of the new drops (amount: _)
- * * * #chance that all this happen (chance: _)
- * * * #should this only work for OPs (ops only: _)
- Mobs: #unlimited amount of Mobs, if nothing is set the default drops will occur
- * #MOBNAME
- * #items limited to 3
- * * #item 1: _
- * * #amount of item 1: _
- * * #chance of item 1: _
- Player:
- * Player drop their inventory: true
- * if not:
- * #if Player Drop their inventory is false (limited to 4 items)
- * * #item 1: _
- * * #amount of item 1: _
- * * #chance of item 1: _