Dropper
What does it do?
This plugin does some of these things (depending on the config):
- Save player items in a chest at their death location
- Replace drops with a certain item, and amount.
- Both
What could the items be?
The items can be anything. The server administrator can change that in the config.yml.
Current Features
- Customizable items and item amounts
- Chests can now be left with player's items at the death point
- Configuration allows you to be abstract with what you want to do
- Drops items or a chest (or both) at the player's location
- If the chest isn't generated, the drops are replaced with the selected item and item amount.
Enabling/Disabling Certain Configuration
- To disable items spawning, change the amount to 0 in config.yml.
- To enable items spawning, change the amount to above 0 in config.yml.
- To enable chests, change the "save" in the config.yml to true.
- To disable chests, set it to false.
- To choose how many items you want dropped, change the item amount in the config.yml.
- To choose what item you want dropped, change the item dropped in the config.yml
Developers
- TheMonkey1415
-
View User Profile
-
Send Message
Posted Jul 31, 2013@Beben107700
I need to change the description and there is a plugin.yml. :)
-
View User Profile
-
Send Message
Posted Jul 30, 2013What?! no plugin.yml
There is a 1 in 5 chance of each item being spawned and no other items can ever be dropped:
Diamond Gold Ingot Iron Ingot Glowstone Block Ender Pearl **
as i read your code,
event.getDrops().add(new ItemStack(Material.DIAMOND, 1)); ONLY a diamond could spawn;
-
View User Profile
-
Send Message
Posted Jul 30, 2013@TheMonkey1415
i dont know ask yourself :)
-
View User Profile
-
Send Message
Posted Jul 29, 2013@iArMineCraft
Not anymore. Why would I be joking?
-
View User Profile
-
Send Message
Posted Jul 27, 2013are you joking ?
there is no plugin.yml inside your plugin !!
-
View User Profile
-
Send Message
Posted Jul 20, 2013@xiProMan
Most likely will :) Config is coming soon!
-
View User Profile
-
Send Message
Posted Jul 19, 2013you can make it drop items with players items ? i mean player items will not remove,add this to config please :D
-
View User Profile
-
Send Message
Posted Jul 17, 2013Interesting, might be able to use this somewhere. :)