A Minecraft Spigot/Paper plugin that automatically picks up block and mob drops directly into the player's inventory, with optional auto-smelting functionality.
✨ Features
Auto-Pickup
Block Drops: Any block mined goes directly to the player's inventory
Mob Drops: Mob drops are automatically collected (configurable)
Tool Compatibility: Works with silk touch and normal tools
Smart Inventory: Items that don't fit are dropped normally
Auto-Smelt
Ore Processing: Automatically smelts ores into ingots
Configurable: Each ore type can be configured individually
Supported Ores: Iron, Gold, Copper, and more
Experience: Maintains proper experience drops
⚙️ Player Control
Toggle Command:
Code (Text):
/autopickup
to enable/disable per player
Persistent State: Settings saved until logout
Actionbar Feedback: Visual feedback with actionbar messages
Sound Effects: Audio feedback for actions
️ Installation
Download the plugin JAR file
Place it in your server's
Code (Text):
plugins
folder
Restart your server
Configure the plugin in
Code (Text):
plugins/ArAutoPickupAndSmelt/config.yml
Commands
Command
Description
Permission
/autopickup
Toggle auto-pickup on/off
arauto.use
Permissions
Permission
Description
Default
arauto.use
Allows using auto-pickup functionality
true
arauto.admin
Allows access to admin commands
op
⚙️ Configuration
The plugin creates several configuration files:
Code (Text):
config.yml
- Main configuration
Code (Text):
Ores/iron.yml
- Iron ore settings
Code (Text):
Ores/gold.yml
- Gold ore settings
Code (Text):
Ores/copper.yml
- Copper ore settings
Main Config Options
Code (Text):
auto-pickup:
mob-drops: true # Enable auto-pickup for mob drops
block-drops: true # Enable auto-pickup for block drops
default-enabled: false # Default state for new players