xPickup
๐ก Updated this year๐ผ๏ธ Gallery (1 images)
๐ Analysis
- ๐ 1.0% endorsement rate
- ๐ #499 of 1452 bukkit mods in this game by downloads
๐ About This Mod
# ๐ xPickup - The Ultimate Auto-Pickup Solution !(https://img.shields.io/modrinth/dt/xpickup?label=Downloads&color=blue) !(https://img.shields.io/modrinth/v/xpickup?label=Version&color=green) **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. !(https://cdn.modrinth.com/data/cached_images/72b300b0f4aa0dfcb62a5c72ff29f1fcb3fc270b.jpeg) --- > ### โจ 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`: ```yaml # # โโโข โ โโโยทโช โโยท โ โขโ โโข โโ โโโยท # โโโโโชโโ โโโโ โโ โโชโโโโโชโโชโโโโโ โโ # ยทโโยท โโโยทโโยทโโ โโโโโโยทโโโโโ โโโยท # โชโโยทโโโโโชยทโขโโโโโโโโโโ.โโโโโโโโโ # โขโโ โโ.โ โโโยทโโโ ยทโ โ โโโ .โ # 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. <div align="center"> <p>Developed with โค๏ธ by <strong>xPlugins</strong></p> </div>
# ๐ xPickup - The Ultimate Auto-Pickup Solution
!(https://img.shields.io/modrinth/dt/xpickup?label=Downloads&color=blue) !(https://img.shields.io/modrinth/v/xpickup?label=Version&color=green)
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.
!(https://cdn.modrinth.com/data/cached_images/72b300b0f4aa0dfcb62a5c72ff29f1fcb3fc270b.jpeg)
> ### โจ 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`:
```yaml # # โโโข โ โโโยทโช โโยท โ โขโ โโข โโ โโโยท # โโโโโชโโ โโโโ โโ โโชโโโโโชโโชโโโโโ โโ # ยทโโยท โโโยทโโยทโโ โโโโโโยทโโโโโ โโโยท # โชโโยทโโโโโชยทโขโโโโโโโโโโ.โโโโโโโโโ # โขโโ โโ.โ โโโยทโโโ ยทโ โ โโโ .โ # 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
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- jn_willfrydev
- Version
- 1.0.8
- Downloads
- 706
- Endorsements
- 7
- Category
- bukkit
- Created
- 9/15/2025
- Updated
- 6/7/2026
- Game Versions
- 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
- Tags
- game-mechanics, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does xPickup support?
The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.
What is the latest version of xPickup?
Version 1.0.8, published 2026-06-07 with 706 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await
