[+] - 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).