Quickstart
Set up HopperLimiter in 3 steps.
Prerequisitesโ
- Paper or Spigot 1.20+ server
- Java 17+
- No other dependencies
Step 1 โ Installโ
- Drop
HopperLimiter.jarintoplugins/ - Start or restart your server
Console should show:
[HopperLimiter] Plugin enabled!
A default config.yml is generated at plugins/HopperLimiter/config.yml.
Step 2 โ Set Your Limitโ
Open the config and pick a mode and cap:
# Simplest setup โ one limit covers both block hoppers and hopper minecarts
counting-mode: COMBINED
combined-limit: 50
# What happens when a chunk is over the cap
overflow-action: BREAK # BREAK or REMOVE
Save the file and run /hl reload.
Step 3 โ Test Itโ
- Find or create a chunk on your test server
- Place hoppers one by one until the 51st โ you should be blocked with a message
- Check
/hlfor confirmation that the plugin is active
Recommended Starting Valuesโ
| Server Size | Recommended Limit |
|---|---|
| Small (< 20 players) | 64 per chunk |
| Medium (20โ50 players) | 48 per chunk |
| Large (50+ players) | 32 per chunk |
These are starting points โ adjust based on your TPS monitoring.
Next Stepsโ
- Configuration Reference โ Counting modes, overflow, validation
- Features โ How each counting mode works
- Permissions โ Bypass and reload permissions