Fluxel
PluginGPL-3.0-or-later

Fluxel

Extended hopper pickup range for Paper/Spigot.

22
Downloads
0
Followers
1 months ago
Updated
📦
1
Versions

📖About Fluxel

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

Latest Release

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

  1. Place the JAR in your server's plugins directory.
  2. Restart the server.
  3. Adjust the configuration in plugins/Hoppers/config.yml.