MP Auto Pickup icon

MP Auto Pickup -----

*Best* free AutoPickup/AutoSmelt solution on the market! [1.8 - 1.16.x]




[•] - Changed

[•]
- Fixed a bug where the plugin would try to drop AIR, causing an error (reported by dotNet on discord).
----------, Jul 24, 2022

[•] - Changed

[•]
- Fixed plugin compiled using java 16, preventing java 8 users from using the plugin.
[•]
- Fixed trying to call BlockDropItemEvent on all minecraft versions (the event was not added until 1.13, causing errors in versions previous to 1.13).
----------, Jul 23, 2022

[+] - Added
[•] - Changed


[+] - Added an option to just remove the items when a player's inventory is full, instead of dropping them to the ground, which may result useful to prison servers (Requested by !GU#5844 on discord).


[•] - Fixed a bug where blocks attached to a broken block would just vanish in 1.12+ (Reported by zsd).
[•] - Fixed a bug where tools would have infinite durability in 1.8-1.12 (Reported by !GU#5844 on discord).
[•] - Fixed an error that would appear in 1.8-1.12, "Unknow material "WOODEN_PICKAXE"" (Reported by a lot of players).
[•] - Fixed a bug where some items would bug out after breaking a block in 1.8-1.12 (Reported by !GU#5844 on discord).
[•] - Fixed a bug where snow balls would not drop in 1.8-1.12.
[•] - Fixed a bug with the unbreaking enchantment, where unbreaking 15 would be worse than unbreaking 3 (Reported by !GU#5844 on discord).
[•] - Fixed interactions with other plugins (BlockDropItemEvent not triggering) (Reported by @joex92).
[•] - Changed how block blacklist works - before: the block drops would be processed but not added to the inv of the player. Now: the block drops are not processed by the plugin (Suggested by @joex92 )
[•] - Fixed irregular permission nodes (autoPickup.autoPickup. blocks in some places and autoPickup.autoPickup. block in others) (Reported by TiaTheFairy#9935 on discord).
----------, Feb 25, 2022

[+] - Added
[•] - Changed


[+] - Added careful break and careful smelt features - These can be disabled in config and allow players to only auto pickup or auto smelt (depending which feature) when shifting (Requested by Radiant Sol on discord).


[•] - Fixed a bug where snow would not drop snow balls (Reported by @joex92).
----------, Dec 27, 2021

[•] - Changed

[•] -
Fixed a bug where tools would not break, but would go to negative durability (only for legacy versions) (Reported by Botta96).
----------, Dec 18, 2021

[+] - Added
[•] - Changed


[+] - Added support for BetterBackpacks! When a player's inventory is full, and if they have autopickup enabled, when opening a BetterBackpack's backpack, every item in the flor next to them will automatically be stored in the opened backpack (Requested by @joex92 ).


[•] - Implemented more of the classes contained in MPUtils that could be implemented but just weren't (probablly because I've added more stuff to MPUtils since I first used it in this plugin).
[•] - Code cleanup.
[•] -This plugin is now open source! You can check out the source code here (No documentation as of today). Feel free to contribute as well!
----------, Dec 16, 2021

[•] - Changed

[•] -
Fixed a bug where tools would not get damaged when breaking blocks (only for legacy versions) (Reported by Botta96).
----------, Dec 16, 2021

[•] - Changed

[•] - Fixed an error that would show in config when using MPUtils' versions newer than 1.8.1 (Reported by FurkanBoğar on discord).
----------, Dec 13, 2021

[+] - Added
[•] - Changed


[+] - Added mob auto-smelt.
[+] - Now you can choose whether to use vanilla enchantments or custom ones (works with fortune and silk touch).
[+] - Added MPUtils as a dependency (1.7.0+).
[+] - Added a GUI to enable/disable auto-pickup/auto-smelt (previously a command for auto-pickup and a separate command for auto-smelt).
[+] - Added block blacklist: blocks in that list will not be able to be auto-picked up (Sugested by Gobind).
[+] - Added item blacklist: items in this list will be droped to the gound every time.
[+] - Added entity blacklist: entities in this list will drop their items to the ground every time.
[+] - Added VKBackPacks support!: if the plugin is installed on your server, AutoPickup will check for any backpacks with empty slots before adding the items to the player's inventory (Requested by Stacee Ann)
[+] - Added PlaceholderAPI support!: Use: %MPAutoPickup_X% replace x with: ap_block (auto-pickup block drops), ap_mob (auto-pickup mob drops), ap_exp (auto-pickup exp orbs), as_block (auto-smelt block drops) and as_mob (auto-smelt mob drops) (Requested by Shroooomies).
[+] - Added cooldown for the inventory full sound an message.
[+] - Added mathematical expressions for fortune amount (from org.mariuszgromada.math.mxparser).



[•] - Re-did the auto-pickup class. (!)
[•] - Code improved drastically.
[•] - Now players can enable/disable each auto-pickup or auto-smelt type at a time.
[•] -Now containers will have their contents auto-picked up/droped to the ground (Reported by SOLJA).
[•] -Now fortune should be able to be applied to any type of item (Reported by SebasC2605)
[•] -Now event priorities for BlockBreakEvent and EntityDeathEvent are configurable (recommended not lower than NORMAL).
----------, Jun 9, 2021

[+] - Added
[•] - Changed


[+] - Added 1.8 support - finnaly, sorry it took me so long to publish (Requested by @wellimlookingfor and LordLucas_ ).


[•] - Fixed some bugs, better code overall.


NOTE: In the next months I will be revisiting this plugin and changing/re-making a lot of how auto picking up works, besides adding some more features. You can find all this info in my projects' trello table: https://trello.com/b/tT46N2bM/mp-projects
----------, Nov 21, 2020

[•] - Changed


[•] - Fixed a bug
that would remove any enchantments from a player's item in hand. Reported by @d3st1ny
[•] - Added command aliasses for enabling/disabling autopickup and autosmelt ( "/ap on","/ap off", "/as on", "/as off")
----------, Aug 2, 2020

[+] - Added
[•] - Changed


[+] - Added mob drops autopickup.
[+] - Added exp orbs autopickup.
[+] - Added "autopickup.autopickup.blocks" permission, allows a user to autopickup block drops when the player has autopickup enabled.
[+] - Added "autopickup.autopickup.mobs" permission, allows a user to autopickup mob drops when the player has autopickup enabled.
[+] - Added "autopickup.autopickup.exp" permission, allows a user to autopickup experience orbs from blocks or mobs when the player has autopickup enabled.
[+] - Added sound fields in config for customizing the sound played when auto picking up.
[+] - Added "config version" field in config for the plugin to correct and replace missing fields in your config through versions so you do not have to re-do your config every time there is and update in fear of breaking the plugin.


[•] - Improved code a bit.
[•] - Fixed minor bugs.
----------, Jul 29, 2020

Resource Information
Author:
----------
Total Downloads: 6,358
First Release: Jun 30, 2020
Last Update: Jul 24, 2022
Category: ---------------
All-Time Rating:
8 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings