
Faster Hoppers
A lightweight Paper/Spigot plugin that makes hoppers transfer items faster. Works on Minecraft 1.21.x+
186
0
Faster Hoppers
A lightweight Paper/Spigot plugin that makes hoppers transfer items faster. Works on Minecraft 1.21.x+
How It Works
Vanilla hoppers transfer 1 item every 8 ticks (2.5 items/second). This plugin:
- Cancels vanilla hopper transfers (via
InventoryMoveItemEvent) - Runs its own transfer system at your configured speed
- Handles both PUSH and PULL operations
Installation
- Download
FasterHoppers-1.0.0.jar - Put it in your
plugins/folder - Restart the server
- Done! Hoppers are now 8x faster by default
Commands
| Command | Description |
|---|---|
/fh reload | Reload config and restart hopper task |
/fh speed <ticks> | Set transfer speed (1-100) |
/fh debug | Toggle debug mode |
/fh info | Show current settings |
Permissions
| Permission | Description |
|---|---|
fasterhoppers.admin | Access to all commands |
Troubleshooting
Hoppers aren't faster after changing config
- Make sure
disable-vanilla-transfer: trueis set - Run
/fh reload(this restarts the task with new settings) - Enable debug mode:
/fh debug- you should see transfer messages
Hoppers stopped working entirely
- Check if hoppers are powered (redstone disables them)
- Check
enabled-worldsin config - empty list means all worlds - Check server console for errors
Server lag with many hoppers
Set max-hoppers-per-tick to limit processing:
performance:
max-hoppers-per-tick: 500
Debug mode
Run /fh debug to enable. You'll see messages like:
[DEBUG] Pulled 1 items from above
[DEBUG] Pushed 1 items to DOWN
[DEBUG] Processed 24 hoppers this tick
Speed Reference
| transfer-speed | Transfers/sec | Multiplier |
|---|---|---|
| 1 tick | 20/sec | 8x faster |
| 2 ticks | 10/sec | 4x faster |
| 4 ticks | 5/sec | 2x faster |
| 8 ticks | 2.5/sec | Vanilla |
| 20 ticks | 1/sec | Slower |
Requirements
- Paper/Spigot 1.21.x or newer
- Java 21+
Ссылки
Создатели
Детали
Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 месяц назад
Обновлён:1 месяц назад