Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 6 days ago
FastHopper
FastHopper is a Minecraft Paper plugin that increases hopper item transfer speed. Allows customization of items transferred per operation and transfer speed.
Features
- Configure items transferred per hopper operation (1-64)
- Configurable transfer speed (in ticks)
- Easy
/fhcommand with tab-complete - Vietnamese language support in config
- Performance optimized, prevents item duplication
Commands
| Command | Description | Permission |
|---|---|---|
/fh set amount <number> |
Set items per transfer | fasthopper.set |
/fh set cooldown <number> |
Set transfer speed (ticks) | fasthopper.set |
/fh info |
View current configuration | fasthopper.info |
/fh reload |
Reload configuration | fasthopper.reload |
/fh help |
Show help | fasthopper.admin |
Alias: /fasthopper
Permissions
| Permission | Description | Default |
|---|---|---|
fasthopper.admin |
Admin access to all commands | op |
fasthopper.set |
Set transfer amount and speed | op |
fasthopper.reload |
Reload configuration | op |
fasthopper.info |
View configuration info | op |
Config (config.yml)
# Number of items to transfer per operation (1-64)
transfer-amount: 1
# Transfer speed in ticks (1-100, 20 ticks = 1 second)
transfer-cooldown: 8
# Chat prefix
prefix: "&6&l[FastHopper] &r"
Requirements
- Paper 1.21.11 or higher
- Java 21
Installation
- Download
FastHopper-1.0.0.jar - Place it in your server's
plugins/folder - Restart the server
- Edit
plugins/FastHopper/config.ymlif needed
Output JAR will be at target/FastHopper-1.0.0.jar.


