▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/Faster Hoppers
Faster Hoppers

Faster Hoppers

A lightweight Paper/Spigot plugin that makes hoppers transfer items faster. Works on Minecraft 1.21.x+

406
1

Faster Hoppers

v2.0.2 - Changelog

  • Added items-per-stack config — set how many items are pulled per slot per transfer
  • Fixed items-per-transfer — now correctly cycles through slots per tick
  • Worlds not in enabled-worlds now run at vanilla speed instead of freezing
    • Thanks to ronko_01 for reporting on discord.

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:

  1. Cancels vanilla hopper transfers (via InventoryMoveItemEvent)
  2. Runs its own transfer system at your configured speed
  3. Handles both PUSH and PULL operations

Installation

  1. Download FasterHoppers-2.0.2.jar
  2. Put it in your plugins/ folder
  3. Restart the server
  4. Done! Hoppers are now 8x faster by default

Commands

CommandDescription
/fh reloadReload config and restart hopper task
/fh speed <ticks>Set transfer speed (1-100)
/fh debugToggle debug mode
/fh infoShow current settings

Permissions

PermissionDescription
fasterhoppers.adminAccess to all commands

Troubleshooting

Hoppers aren't faster after changing config

  1. Make sure disable-vanilla-transfer: true is set
  2. Run /fh reload (this restarts the task with new settings)
  3. Enable debug mode: /fh debug - you should see transfer messages

Hoppers stopped working entirely

  1. Check if hoppers are powered (redstone disables them)
  2. Check enabled-worlds in config - empty list means all worlds
  3. 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-speedTransfers/secMultiplier
1 tick20/sec8x faster
2 ticks10/sec4x faster
4 ticks5/sec2x faster
8 ticks2.5/secVanilla
20 ticks1/secSlower

Requirements

  • Paper/Spigot 1.21.x or newer
  • Java 21+

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 месяц назад
Обновлён:1 неделю назад
Главная