Tested Minecraft Versions:
This plugin allows you to automatically pickup items from your activity like mining and killing.
It not only pick up items, but also:
... coming...
Installation:
Just install VKAutoPickup.jar in the plugin folder. Then you can either "restart the server" or "reload the plugin.
Commands: [aliases: /ap, /autopick, /apickup, /apick]
To allow players to use auto smelting, auto blocking features, you need to give them the following permissions.
The following three types of permissions should be given to players.
Configuration:
Code (Text):
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
This plugin allows you to automatically pickup items from your activity like mining and killing.
It not only pick up items, but also:
- process enchantments on the tool such as
- Fortune
- Silk touch
- process mass pickups from mining explosion from TokenEnchant, MineBomb, etc. Again, Fortune, Silk touch will be applied to all picked up exploded blocks!!
- supports two types of Fortune behaviours:
- Minecraft's standard fortune
- Custom Fortune behaviour, as seen in @clip's AutoSell plugin.
- explicitly specify the priority of the following event processing:
- BlockBreakEvent
- TEBlockExplodeEvent
- allows you to list types of blocks, which should not be broken and picked up manually. This feature included to support plugins like SilkSpawner.
- knows how to put items in VKBackPack, if a player has one.
- knows how to talk to AutoSell plugin to automatically sell picked up items.
... coming...
Installation:
Just install VKAutoPickup.jar in the plugin folder. Then you can either "restart the server" or "reload the plugin.
Commands: [aliases: /ap, /autopick, /apickup, /apick]
- /autopickup smelt : toggles auto smelting mode.
- /autopickup block : toggles auto blocking mode.
- /autopickup plant : toggles auto planting mode.
To allow players to use auto smelting, auto blocking features, you need to give them the following permissions.
The following three types of permissions should be given to players.
- autopickup.pickup
- autopickup.material.* :
- autopickup.material.<material_type>
- autopickup.event.* :
- autopickup.event.teblockexplode
- autopickup.event.entitydeath
- autopickup.event.blockbreak
- autopickup.event.vehiclebreak
- autopickup.event.fish
- autopickup.auto_smelt
- autopickup.auto_block
- autopickup.pickuptoggle : in order to toggle autopickup, "UserPermission:" option needs to be on.
- autopickup.auto_plant
Configuration:
Code (Text):