Compatibility:
Tested on Spigot/Paper versions 1.20.1 to 1.21.5.
Functionality:
Automatically collects all dropped items within the entire chunk and sends them directly into the hopper.
Commands:
/chunkcollector or /chunkhopper - Show help menu
/chunkcollector give <player> <amount> - Give hoppers (Admin)
/chunkcollector reload - Reload config (Admin)
Filter System:
Customize Collected Items: Players can whitelist specific items for collection.
Add Filters: Sneak (hold Shift) + left-click the Chunk Hopper while holding an item to add it to the filter.
Manage Filters: Sneak + right-click the Chunk Hopper to open the filter menu. Click items in the menu to remove them.
If no items are filtered, all items in the chunk are collected.
Permissions: chunkcollector.admin - Access to give/reload commands
Original Concept Credits: This is an updated version of the original
ChunkCollector plugin by
McDoJr, bringing improved compatibility and continued support for newer Minecraft versions.
################################################
# Messages #
################################################
place-message: "&aChunk hopper has been placed!"
destroy-message: "&cChunkHopper has been destroyed!"
already-message: "&cChunk already have a chunk hopper"
give-message: "&aYou have given %amount% chunk hoppers to %player%"
received-message: "&aYou received %amount% chunk hoppers!"
deny-destroy-message: "&cYou are not allowed to destroy this chunk hopper!"
add-allowed-message: "&aItem has been added!"
remove-allowed-message: "&cItem has been removed!"
already-allowed-message: "&cThis item is already in the sorted list!"
no-permission-message: "&cYou have no permission to use this command!"
invalid-arguments-message: "&cInvalid arguments!"
invalid-player-message: "&cInvalid player name!"
invalid-number-message: "&cInvalid number!"
reload-message: "&aConfiguration has been reloaded!"
not-supported-message: "&cFiltered items with meta is not supported yet!"
#################################################
# Effects #
#################################################
sound: true
effects: true
collect-interval: 20 # 20 ticks = 1 second
#################################################
# Chunk Hopper #
#################################################
displayname: "&e&lChunk Hopper"
lore:
- "&7Collects items on ground"
- "&7within a chunk."