DropsToInventory
With this plugin blocks and drops of animals, creatures and players will not drop on the ground. Instead they will be transferred directly to inventory of the player who broke the block / killed the entity.
Another rewrite for Bukkit/Spigot/Paper 1.18 (1.18.2): This is a very simplistic implementation that tries to be simple and fast and without any configuration, commands or permissions. I'd like to fix this at least for some major things but I give no guarantees that I'll ever get to it.
If you want anything more complex look somewhere else - I stumbled across "Drops2Inventory Plus" on Spigot and it looks decent (though it's paid).
Please see the GitHub repository for more information (present in the README).
-
View User Profile
-
Send Message
Posted Jul 9, 2014So far for the next update I've added WorldGuard/Faction Protection support, a possible EXP bug, and fortune unsafe enchantments.
-
View User Profile
-
Send Message
Posted Jul 9, 2014@augesrob
Unfortunately I have not yet implemented the world guard api. I'll get that ready for the next update.
@ToXicMoZeZz
Edit: I found said bug. See I thought durability counted downwards. When in fact durability starts at 0, and counts up. This has been fixed for the next update.
-
View User Profile
-
Send Message
Posted Jul 9, 2014bypasses world guard for everyone :(
-
View User Profile
-
Send Message
Posted Jul 9, 2014@ToXicMoZeZz
The sound comes from the item constantly repairing? When you use the item, it keeps repairing itself, hence making the sound..every 2 blocks you break, it auto repairs, once i removed it, this issue was gone
-
View User Profile
-
Send Message
Posted Jul 9, 2014Thanks for fixing the bug! Hopefully you get the fortune above 3 working! Thanks again! :) Edit: There is a sound when you break any block with this plugin...it's really annoying. lol
-
View User Profile
-
Send Message
Posted Jul 8, 2014@ToXicMoZeZz
Note v2.0.1 Fixes the vine bug, and creative breaking bug.
-
View User Profile
-
Send Message
Posted Jul 8, 2014@ToXicMoZeZz
Ah I see my mistake for the creative bug. I will push a fix for that tomorrow (along with several other fixes), and unfortunately I can only calculate fortune with a level 3. Because I have not found the official break recipe.
If you take a look at: minecraft.gamepedia.com/Enchanting You will see under fortune: "level III gives a chance to multiply drops by 2, 3 or 4 (20% chance each, averaging 120% increase)." That is as high as fortune goes in vanilla. So over that I can not calculate.
Since you received more than one piece of coal. Fortune did in fact kick in. I just can't make it drop a billion coal as that level would calculate for.
-
View User Profile
-
Send Message
Posted Jul 8, 2014@MrRevolutionz
Hmm..weird it wasnt working for me, also there is an issue when in creative mode you cant break blocks :p
Edit: Just removed the plugin and re-installed.
Fortune doesn't work. I enchanted a fortune 10000 pickaxe, when i mined coal, only 3 pieces.
You cant break blocks when you're in creative mode, it just doesnt work. So i had to remove the plugin.
-
View User Profile
-
Send Message
Posted Jul 7, 2014@ToXicMoZeZz
Fortune enchantments should work in the new update.
-
View User Profile
-
Send Message
Posted Jul 7, 2014Love the new update, i was wondering when you will be able to get fortune enchants working? I really need that enchant badly :/
-
View User Profile
-
Send Message
Posted Jul 7, 2014Update 2.0 has been released!
-
View User Profile
-
Send Message
Posted Jul 6, 2014@stoneminer02
Yea no problem! Update should be out tomorrow, and I just realized I forgot to push an update. So I'd check back tomorrow to see the 2.0 release! Where the full inventory bug was fixed with the new push.
-
View User Profile
-
Send Message
Posted Jul 6, 2014@MrRevolutionz
Okay, thanks! I just wanted to help my friend in his server and I only wanted to add a wildcard to the config to then allow all blocks and it will void all blocks that should get dropped on inv full..
-
View User Profile
-
Send Message
Posted Jul 5, 2014@stoneminer02
I have pushed the new update to github. It supports multiblock items, should have at least a little support with other breaking plugins, and handles enchantments. I will be submitting the request to craftbukkit to upload it. You can build from the source yourself if you wish.
-
View User Profile
-
Send Message
Posted Jul 5, 2014@Amunak Can I please take this plugin and fix it? As of the BlockBreakEvent on line 107 throws a null exceptions.
-
View User Profile
-
Send Message
Posted Jun 29, 2014@Kytro
Add
to the end of your config file
-
View User Profile
-
Send Message
Posted Jun 27, 2014Anyone knows how to add other blocks?
I tried to add Redstone Block for example and it stills drop on the ground.
-
View User Profile
-
Send Message
Posted Jun 23, 2014@super16mm
Works well at the moment.
-
View User Profile
-
Send Message
Posted Jun 10, 2014Before you implement permissions, could you implement a disabledWorlds option where it disables drops from moving into the inventory in the specified worlds?
-
View User Profile
-
Send Message
Posted Jun 10, 2014This plugin is exactly what I'm looking for but it's way out of date. Is there a current plugin that does something like this?