Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Better Pickup
This is a Minecraft Fabric server-side mod that improves the item pickup mechanics of Minecraft.
This mod is heavily based on the Better Pickup plugin for Spigot-based servers, developed by Chailotl. Credits for the idea of this mod as well as the mod's name goes to them.
Pickup delays
Server admins are able to configure individual item pickup delays for items dropped by players, items dropped by a block being mined, as well as a "steal delay" to serve for the pickup delay for players who didn't throw the item or didn't mine the block that the item was dropped from. To configure these values, the following gamerules have been added:
/gamerule playerDropsDelay <integer>
- The delay in ticks for items dropped by players. Default value is20
./gamerule blockDropsDelay <integer>
- The delay in ticks for items dropped by the mining of blocks. Default value is10
./gamerule stealDelay <integer>
- The delay in ticks for items that were not thrown by the player or mined by the player. Default value is40
.
All of these delays have a minimum value of one tick.
Extra features
Additionally, two extra gamerules have been added to toggle certain server-wide features related to the picking up of items.
/gamerule doAutoPickups <boolean>
- If set to true, items dropped from blocks will be automatically picked up by the player who mined the block without any delay. Default value istrue
./gamerule invulnerableBlockDrops <boolean>
- If set to true, items dropped from blocks will be invulnerable to damage. Default value istrue
.
Support
If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.