Chunk Collector/Chunk Hopper Currently working in 1.8 version only More versions and features soon
How to use: - Hold an item and Shift + Left-click the chunk hopper to add the item to the filtered list- Shift + Right-click the chunk hopper to view the filtered items
Warning: - Items with meta is not supported yet in the filtered function
Commands: -/chunkcollector or /chunkhopper - main command - /chunkcollector give <player> <amount> - Gives a chunk hopper to a player - /chunkcollector reload - reloads the configuration section
################################################
# 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."