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
P_AutoPickup
PluginMPL-2.0

P_AutoPickup

Um plugin avançado de autopickup que coleta itens e XP automaticamente, com sistema de níveis baseado em blocos quebrados, ranking Top 10, integração com Discord e suporte a regiões via WorldEdit. An advanced autopickup plugin that automatically collects

99
Downloads
1
Followers
5 months ago
Updated
📦
9
Versions
mobsoptimizationutilitybukkitpaperspigot
Download Latestv9.0View on Modrinth

📖About P_AutoPickup

P_autopickup

Auto coleta + progressão por níveis para 1.8/1.9, com autosmelt, autoblock, autoreplant, buffs, GUI de Top 10 e integrações.


✅ Principais recursos

  • AutoPickup (itens no inventário), AutoXP, AutoSmelt, AutoBlock, AutoReplant
  • Progressão por níveis com ActionBar de progresso, recompensas e buffs
  • Top 10 em GUI personalizável
  • Blacklist por metadata (ex.: INK_SACK:3), Compat Mode 1.8
  • Integrações: PlaceholderAPI, mcMMO, LuckPerms, Discord Webhook, WorldEdit/FAWE

🔧 Comandos essenciais

Os nomes/aliases são definidos em commands.yml.

  • /autopickup – menu/ajuda principal (exemplo)
  • /ap top – abre o Top 10 (se configurado no CommandManager)

🗝 Permissões

  • autopickup.auto – liga o sistema para o jogador
  • autopickup.autoxp – coleta XP automaticamente
  • autopickup.autosmelt – usa AutoSmelt
  • autopickup.autoblock – usa AutoBlock
  • autopickup.replant – habilita AutoReplant

Níveis mínimos que liberam cada feature: veja settings.*-level.


🔌 Placeholders (PAPI)

  • %autopickup_level%, %autopickup_broken_blocks%
  • %autopickup_autopickup_enabled%, %autopickup_autoxp_enabled%
  • %autopickup_autoreplant_enabled%, %autopickup_autosmelt_enabled%, %autopickup_autoblock_enabled%
  • %autopickup_next_level_blocks%

⚙️ Config – o essencial (config.yml)

Geral

settings:
  default-enabled: true
  default-xp-enabled: false
  debug: false
  count-unknown-blocks: true
  allowed-tools: [DIAMOND_PICKAXE, IRON_PICKAXE]

  # Compat 1.8 (captura drops no ItemSpawn)
  compat-mode: true
  compat-pickup-radius: 3.0
  compat-exp-pickup: true

  # Liberação por nível
  autoxp-level: 2
  autosmelt-level: 3
  autoblock-level: 4
  replant-level: 5

  # Autosmelt x Silk Touch
  silk-touch-bypass-autosmelt: true

Tarefas

settings:
  top-update-interval: 5      # min
  auto-save-interval: 5       # min
  autoblock-check-interval: 5 # s

ActionBar

actionbar:
  always-on: false
  update-interval-ticks: 20
  format: "&eNível {level} &7- {bar} &7({current}/{next})"

Progressão

level-progress:
  level-1: {blocks: 0}
  level-2: {blocks: 100}
  level-3: {blocks: 250}

Recompensas & Buffs

rewards:
  level-3:
    message: "§aNível 3!"
    icon: {material: FURNACE}
    commands: ["give %player% coal 10"]

level-buffs:
  apply-on-levelup: true
  reapply-on-join: true
  by-level:
    level-3:
      potions: ["HASTE:2:180", "RESISTANCE:0:90"]

Blacklist por metadata

autopickup:
  metadata-blacklist-action: DROP  # DROP | IGNORE | PICKUP
  metadata-blacklist:
    - "INK_SACK:3"
    - "WOOL:14"
    - "DIAMOND:*"

mcMMO (opcional)

mcmmo:
  enabled: true
  disable-with-silk-touch: true
  xp-list:
    - "COAL_ORE,MINING-1"
    - "IRON_ORE,MINING-2"

Discord (opcional)

discord:
  webhook-url: "https://discord.com/api/webhooks/..."
  notify-levels-enabled: true
  notify-levels: [2,3,4,5,10]

Outras configs úteis: autosmelt.yml, autoblock.yml, autoreplant.yml, inventory_full.yml, pontos_blocos.yml, menus.yml (Top 10).


🧠 Dicas rápidas

  • Autosmelt não ativou? Ferramenta com Silk Touch e silk-touch-bypass-autosmelt: true → ignora fundição.
  • Item não vai ao inventário? Confira autopickup.metadata-blacklist e a ação (DROP/IGNORE/PICKUP).
  • mcMMO sem XP? Habilite mcmmo.enabled, adicione o bloco em xp-list e veja Silk Touch.
  • ActionBar discreta? Ative actionbar.always-on: true para atualizar sempre.

📝 Descrição curta

P_autopickup — Auto coleta completa para 1.8/1.9 com níveis, recompensas, buffs, autosmelt, autoblock, autoreplant, ActionBar de progresso, Top 10 em GUI e integrações (PlaceholderAPI, mcMMO, LuckPerms, Discord). Blacklist por metadata, compat-mode para 1.8, tarefas automáticas e configs YAML. Ideal para survival/skyblock.


📌 Créditos

Criado por Pedro (P_Plugins). Integrações: PlaceholderAPI, mcMMO, LuckPerms, WorldEdit/FAWE, Discord Webhook.

👥 Team & Contributors

Mr_Haruki
Mr_HarukiOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.81.8.11.8.21.8.31.8.41.8.51.8.61.8.7+7 more

🔗 Links

Modrinth Page