▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/AutoPickup

AutoPickup

A Minecraft Plugin that Auto-pickups items

2
0

AutoPickup is a lightweight and efficient utility plugin that automatically teleports mined blocks directly into the player's inventory. Say goodbye to ground clutter, item lag, and the hassle of running around to collect your resources!

Key Features

Instant Delivery: Resources are moved to the inventory the moment a block is broken.

Smart Mechanics: Automatically ignores multi-block structures (like doors, beds, tall flowers, etc.) to maintain vanilla logic and prevent glitches.

Highly Configurable: Use Whitelists or Blacklists to control exactly which items should be picked up.

Performance Optimized: Designed to run smoothly even on high-population servers with minimal CPU usage.

Full Inventory Support: If a player's inventory is full, items will drop naturally on the ground.

Configuration (config.yml)

The plugin offers granular control over block handling. You can choose to only allow specific valuable ores or exclude "junk" blocks like stone and dirt.

# Whitelist: Only blocks in this list will be auto-picked up.
whitelist:
  enabled: false
  list: 
    - DIAMOND_ORE
    - DEEPSLATE_DIAMOND_ORE
    - ANCIENT_DEBRIS

# Blacklist: Blocks in this list will ALWAYS drop on the ground.
blacklist:
  enabled: true
  list: 
    - COBBLESTONE
    - DIRT
    - NETHERRACK

How It Works

Filtering Logic: * If whitelist is enabled, the plugin only processes blocks specified in that list.

If blacklist is enabled, the plugin ignores those specific blocks and picks up everything else.

Safety First: We’ve hardcoded exceptions for "double blocks" (beds, doors, etc.) to ensure that breaking them doesn't result in broken animations or missing items.

Vanilla Feel: Experience points (XP) still drop normally or can be handled alongside the items for a seamless survival experience.

Installation

Download the AutoPickup.jar file.

Place it into your server's plugins folder.

Restart your server to generate the configuration.

Customize the config.yml using standard Bukkit Material names and enjoy!

Совместимость

Minecraft: Java Edition

1.18.x

Платформы

Поддерживаемые окружения

Сервер

Детали

Лицензия:GPL-3.0-only
Опубликован:1 неделю назад
Обновлён:1 неделю назад
Главная