A Paper plugin for Minecraft 1.21.4 that adds a special hopper which collects all items dropped within a chunk.
- Chunk Fetcher Hopper: A special hopper that collects all items dropped within the chunk it's placed in
- Maintains Normal Hopper Functionality: Still pushes items into containers it's connected to
- Crafting Recipe: Craft by surrounding an Ender Pearl with 8 Hoppers
- Admin Command: Give Chunk Fetcher hoppers to players using admin commands
- Download the latest release from the releases section
- Place the JAR file in your server's
pluginsfolder - Restart your server
- Configure the plugin if needed (no configuration required by default)
Craft a Chunk Fetcher by placing 8 hoppers around an ender pearl in a crafting table.
H H H
H E H
H H H
Where:
- H = Hopper
- E = Ender Pearl
/chunkfetcher add <player> <amount>- Gives the specified player a certain amount of Chunk Fetcher hoppers- Permission:
chunkfetcher.admin
- Permission:
- Place a Chunk Fetcher hopper anywhere in a chunk
- The hopper will automatically collect all items that drop within that chunk
- Connect the hopper to a container (such as a chest) to have items automatically transferred
chunkfetcher.admin- Allows the use of admin commands (default: op)
- Clone the repository
- Build using Maven:
mvn clean package - Find the compiled JAR in the
targetdirectory
This plugin is released under the MIT License. See the LICENSE file for details.