Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
AutoPickup
PluginMPL-2.0

AutoPickup

Automatically pickup blocks that you mine! If a block drops XP you get that too!

1.6K
Downloads
10
Followers
2 years ago
Updated
📦
1
Versions
game-mechanicsstorageutilitybukkitpaperpurpurspigot
Download Latestv1.4.2-SNAPSHOTView on Modrinth

📖About AutoPickup

Auto Pickup - Header

Commands and Permissions:

  • /auto - autopickup.pickup.mined (Enables auto pickup)
  • /auto reload - autopickup.admin (Reloads config)
  • /autodrops - autopickup.pickup.entities (Mob drops)
  • /autosmelt - autopickup.pickup.mined.autosmelt (Auto Smelt)
  • autopickup.pickup.mined.autoenabled (Automatically enables when a player joins the server)
  • autopickup.pickup.entities.autoenabled (Automatically enables when a player joins the server)
  • autopickup.pickup.mined.autosmelt.autoenabled (Automatically enables when a player joins the server)

Features and Configuration:

  • Automatically pickup blocks & exp
  • Supports mob drops & entity exp
  • Auto smelt for blocks
  • Stays enabled on relog/server restart
  • Custom Messages (Hex Support)
  • Hex Example: &#00AAFF
  • Disable permissions
  • PAPI Placeholders
  • bStats
  • Dev Builds
  • Support Discord
Config.yml
ConfigVersion: 1.4
#############################################################################################################
#                          _             _____    _          _                                              #
#          /\             | |           |  __ \  (_)        | |                                             #
#         /  \     _   _  | |_    ___   | |__) |  _    ___  | | __  _   _   _ __                            #
#        / /\ \   | | | | | __|  / _ \  |  ___/  | |  / __| | |/ / | | | | | '_ \                           #
#       / ____ \  | |_| | | |_  | (_) | | |      | | | (__  |   <  | |_| | | |_) |                          #
#      /_/    \_\  \__,_|  \__|  \___/  |_|      |_|  \___| |_|\_\  \__,_| | .__/                           #
#                                                                          | |                              #
#                                                                          |_|                              #
#############################################################################################################
# By: BUTTERFIELD8 & The Zircon Network                                                                     #
# Discord: https://discord.gg/ncHH4FP                                                                       #
#############################################################################################################

#Message Prefix
msgPrefix: "&8[&5Auto&d&oPickup&8]"

#Toggle Message - /auto
msgAutoPickupEnable: "&7You have&a enabled &7auto pickup."
msgAutoPickupDisable: "&7You have&c disabled &7auto pickup."

#Toggle Message - /autosmelt
msgAutoSmeltEnable: "&7You have&a enabled &7auto smelt."
msgAutoSmeltDisable: "&7You have&c disabled &7auto smelt."

#Toggle Message - /drops
msgAutoMobDropsEnable: "&7You have&a enabled &7auto drops."
msgAutoMobDropsDisable: "&7You have&c disabled &7auto drops."

#Toggle Message - /fishingdrops
msgAutoFishingDropsEnable: "&7You have&a enabled &7auto fishing drops."
msgAutoFishingDropsDisable: "&7You have&c disabled &7auto fishing drops."

#Aditional toggling messages
msgAutoEnable: "&7Auto pickup has been automatically&a enabled&7."
doAutoEnableMSG: true
msgEnabledJoinMSG: "&7Auto pickup has been automatically&a enabled&7."
doEnabledOnJoinMSG: true

#Reload Config Message
msgReload: "&cReloaded Config"

#Fully Inventory Message
msgFullInv: "&7Your inventory is full!"
doFullInvMSG: true
titlebar:
  doTitleBar: false
  line1: "&cWarning"
  line2: "&7Inventory is full!"

#This is most useful for prison servers! -- This setting is not normally recommended
#This feature voids any extra blocks broken when /auto is enabled and the inventory is full!
voidOnFullInv: false

#If set to true AutoPickup will ignore XP drop calculations from when using a silk spawner plugin.
usingSilkSpawnerPlugin: true

#If set to true mobs will naturally drop XP
ignoreMobXPDrops: false

#Plase does not have permission
msgNoperms: "&cYou don't have permission to use this command"

#Require Permissions | Do players require permission to run commands?
requirePerms:
  autopickup: true
  auto-reload: true
Blacklist.yml
#############################################################################################################
#                          _             _____    _          _                                              #
#          /\             | |           |  __ \  (_)        | |             B L A C K L I S T . Y M L       #
#         /  \     _   _  | |_    ___   | |__) |  _    ___  | | __  _   _   _ __                            #
#        / /\ \   | | | | | __|  / _ \  |  ___/  | |  / __| | |/ / | | | | | '_ \                           #
#       / ____ \  | |_| | | |_  | (_) | | |      | | | (__  |   <  | |_| | | |_) |                          #
#      /_/    \_\  \__,_|  \__|  \___/  |_|      |_|  \___| |_|\_\  \__,_| | .__/                           #
#                                                                          | |                              #
#                                                                          |_|                              #
#############################################################################################################
# By: BUTTERFIELD8 & The Zircon Network                                                                     #
# Discord: https://discord.gg/ncHH4FP                                                                       #
# Material Names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html                         #
# Entity Names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html                  #
#############################################################################################################

#Set to "true" if you would like to enable the blacklist
doBlacklisted: false
doBlacklistedEntities: true
doAutoSmeltBlacklist: false

#By listing blocks below you are adding them to the blacklist therefore causing them to drop to the ground.
Blacklisted:
  - DIRT
  - SAND

BlacklistedEntities:
  - PLAYER

BlacklistedFishing: []

BlacklistedWorlds:
  - example

#These materials will be ignored when auto smelt is enabled. Only items that can be smelted should be added.
AutoSmeltBlacklist:
  - OAK_LOG
papi.yml
#############################################################################################################
#                          _             _____    _          _                                              #
#          /\             | |           |  __ \  (_)        | |                       P A P I . Y M L       #
#         /  \     _   _  | |_    ___   | |__) |  _    ___  | | __  _   _   _ __                            #
#        / /\ \   | | | | | __|  / _ \  |  ___/  | |  / __| | |/ / | | | | | '_ \                           #
#       / ____ \  | |_| | | |_  | (_) | | |      | | | (__  |   <  | |_| | | |_) |                          #
#      /_/    \_\  \__,_|  \__|  \___/  |_|      |_|  \___| |_|\_\  \__,_| | .__/                           #
#                                                                          | |                              #
#                                                                          |_|                              #
#############################################################################################################
# By: BUTTERFIELD8 & The Zircon Network                                                                     #
# Discord: https://discord.gg/ncHH4FP                                                                       #
#############################################################################################################
papi:
  enabled:
    true: "&aEnabled"
    false: "&cDisabled"

Auto Pickup - bStats Chart

👥 Team & Contributors

MrButtersDev
MrButtersDevOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.131.13.11.13.21.141.14.11.14.21.14.31.14.4+21 more

🔗 Links

Modrinth Page