Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
Platforms
Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 days ago
Fluxel
Extended hopper pickup range for Paper/Spigot.
Features
- Configurable pickup radius extension for vanilla hoppers.
- Closest-hopper priority when items are in range of multiple hoppers.
- In-memory hopper index for optimal performance.
- Chunk-aware tracking to prevent stale entries.
Download
Configuration
hoppers:
# Extra radius in blocks for hopper item pickup.
# 0.0 = vanilla behavior
range: 0.5
# How often to check for items (in ticks).
# Lower values are more responsive but slightly heavier.
check-interval-ticks: 1
Installation
- Place the JAR in your server's
pluginsdirectory. - Restart the server.
- Adjust the configuration in
plugins/Hoppers/config.yml.


