Перейти к содержимому
Mineforgian

xPickup

A simple yet powerful solution for automatic drops pickup.

Загрузки
570
Подписчики
7
Обновлён
7 июня 2026 г.
Лицензия
MIT

Опубликован 12 сентября 2025 г.

💎 xPickup - The Ultimate Auto-Pickup Solution

Downloads Version

Stop picking up items manually. xPickup automatically places mined blocks and mob drops directly into your inventory with zero lag. Designed for modern servers, RPGs, and prisons.

banner


✨ Key Features

  • 🚀 Instant Collection: Items go straight to the inventory. No more items on the ground causing lag.
  • 🧩 Advanced Compatibility: New! Fully compatible with CataMines, RealMines, axMines, MMOItems, and other custom item plugins. It detects custom drops instantly.
  • 💰 Vault Integration: Optional economy support. Charge money for auto-pickup or handle full inventories smartly.
  • Visual & Sound Effects: Customizable particles and sounds when picking up items.
  • 🌎 World Management: Enable or disable the plugin in specific worlds (Whitelist/Blacklist modes).
  • 🎒 Full Inventory Logic: Handles full inventories gracefully with customizable messages and titles.

🔧 Commands & Permissions

Command Permission Description
Auto Pickup xpickup.use Allows the player to auto-pickup items (Custom).
/xpickup reload xpickup.admin Reloads the configuration file.
Update Check xpickup.admin See update notifications on join.

⚙️ Configuration (Preview)

Everything is configurable in config.yml:

#
#         ▐▄• ▄  ▄▄▄·▪   ▄▄· ▄ •▄ ▄• ▄▌ ▄▄▄·
#          █▌█▌▪▐█ ▄███ ▐█ ▌▪█▌▄▌▪█▪██▌▐█ ▄█
#         ·██·  ██▀·▐█·██ ▄▄▐▀▀▄·█▌▐█▌ ██▀·
#        ▪▐█·█▌▐█▪·•▐█▌▐███▌▐█.█▌▐█▄█▌▐█
#        •▀▀ ▀▀.▀   ▀▀▀·▀▀▀ ·▀  ▀ ▀▀▀ .▀
#   If you liked the plugin, leave us a heart on Modrinth : )

#         Compatible with HEX, & and Legacy colors.
#         Wiki: https://xplugins.es/plugins/xpickup

update: true

# World control.
worlds-control:
  enabled: true

  # Operation mode (only works if 'enabled' is true):
  # "WHITELIST": The plugin will only work in the worlds listed in 'list'.
  # "BLACKLIST": The plugin will work in all worlds EXCEPT those in the 'list'.
  mode: "WHITELIST"

  # List of world names (case sensitive).
  list:
    - "world"
    - "world_nether"
    - "world_the_end"

# Should players have auto-pickup enabled by default when joining?
auto-pickup-on-by-default: true

# Sound settings when picking up an item.
# Sound list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
pickup-sound:
  enabled: true
  sound: "ENTITY_ITEM_PICKUP"
  volume: 1.0
  pitch: 1.5

# Particle settings when picking up an item.
# Particle list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
pickup-particles:
  enabled: true
  particle: "CRIT"
  count: 8

# Message settings when inventory is full.
inventory-full-message:
  chat: true
  actionbar: true
  title:
    enabled: true
    # You can use color codes like &c, &l, and also &#RRGGBB for HEX.
    title: "&#FF5555&l¡Inventory Full!"
    subtitle: "&#AAAAAASome items dropped on the ground."
    # Times in ticks (20 ticks = 1 second)
    fade-in: 10
    stay: 40
    fade-out: 10

# Vault integration to charge per picked-up item
vault:
  # Set to 'true' to enable charging per item.
  enabled: false
  # Cost per individual item picked up.
  # If set to 0.0, it will be free but Vault will still be required.
  cost-per-item: 0.01

# NO CHANGE
version: 1.0.8

🐞 Support & feedback

Found a bug? Have a suggestion? Please leave a review or report issues on our tracker. We are constantly updating xPickup to be the most reliable solution on the market.

Developed with ❤️ by xPlugins

Ченджлог

1.0.8Релиз26.1, 26.1.1, 26.1.2 · 7 июня 2026 г.

🚀 xPickup — v1.0.8

Major internal rewrite focused on performance, compatibility and stability.

🛠 Changelog:

  • ⚡ Rewritten pickup engine — Removed all BukkitRunnable entity scanning. The new system intercepts items at the exact moment they are created, resulting in zero lag and instant collection.

  • 🧩 Full compatibility with custom mine plugins — xPickup now supports drops from CataMines, RealMines, axMines and similar plugins via a dual-interception system (BlockDropItemEvent + ItemSpawnEvent). Custom drops are captured before they even touch the ground.

  • 🎮 Creative mode fix — Players in Creative or Spectator mode will no longer trigger pickup sounds or particles. The event is cancelled correctly before any effect is played.

  • 📡 Improved API — Added new methods to XPickupAPI (including giveItemsToPlayer) so other developers can hook into xPickup's pickup logic from external plugins with ease.

  • 🌍 World control — The world whitelist/blacklist system has been improved and now defaults to disabled, allowing the plugin to work across all worlds out of the box.

  • 📦 Updated to Paper API 1.19.4+ — Full compatibility with modern server versions (1.19.4 and above).

Recommendation: Always update to the latest version to ensure the best compatibility with other plugins and server versions.


Developed by xPlugins 2026

1.0.7Релиз1.21.9, 1.21.10, 1.21.11 · 31 января 2026 г.

📦 Bug Fixes

Minor mistake by the listener.

🛠 Changelog:

  • ✨ We have fixed a small bug when using Custom Items with CataMines, which has been fixed.

Recommendation: We always suggest updating to the latest version to ensure the best compatibility with other plugins.


Developed by xPlugins 2026 ~~~~

1.0.6Бета1.21.9, 1.21.10, 1.21.11 · 30 января 2026 г.

📦 Maintenance & Bug Fixes

A small but important update to keep xPickup running smoothly on your server!

🛠 Changelog:

  • 🆙 Version Support: Updated internal dependencies to ensure full compatibility with the latest Minecraft versions.
  • 🐛 Bug Smashes: Fixed various minor bugs reported in previous versions for a more stable experience.
  • ✨ General Improvements: Small code optimizations to maintain peak performance.

Recommendation: We always suggest updating to the latest version to ensure the best compatibility with other plugins.


Developed by xPlugins 2026

1.0.5Релиз1.21.8, 1.21.9, 1.21.10 · 30 ноября 2025 г.

🚀 xPickup Update: Full CataMines Support!

This update introduces a new smart collection engine ("Smart Drop System") designed specifically to work alongside advanced mining plugins.

🛠 Changes & Features:

  • ⚡ CataMines Compatibility: Fixed the issue where the plugin failed to detect modified items (custom items) upon breaking blocks.
  • 🧠 New "Physical Radar" System: xPickup now scans the environment in real-time to capture drops that don't follow standard Bukkit logic.
  • 🚫 Duplication Fix: Resolved the bug where the vanilla block (e.g., Diamond Block) was given alongside the custom item. xPickup now strictly respects the drop configuration of your external plugins.
  • 🧹 Optimization: The new scanner is lightweight and deactivates automatically to ensure 0 lag.

Note: This version is recommended for all servers, especially those using Custom Items or RPG drops.


Developed by xPlugins x WillfryDev

Комментарии

Загружаем…