Development is temporarily stopped due to my work and studies. Will only be supporting premium plugins for now.
Support me by buying the premium version of this plugin Chunk Collector
A simple version of this plugin that's exclusive for version 1.8 here https://www.spigotmc.org/resources/chunkcollector.105212/
Features:
- Auto-Kill mobs
- Auto-Sell items (Works only if you have ShopGUIPlus plugin)
- GUI Support
Set to true to use this features
Code (Text):
auto-sell: true
auto-kill: true
auto-kill: true
Essentials Worth
(NEW)
Code (Text):
# For those who don't have ShopGUIPlus plugin and want to use the auto sell feature using Essentials Worth
essentials-worth: true
essentials-worth: true
(NEW!!!)
Amount of items per transfer (Only works in spigot not paper)
Code (Text):
# The amount of items per chunk hopper transfer. (set to 0 to disable it)
per-transfer-amount: 0
per-transfer-amount: 0
Warning:
- Stacked items using a stacker plugin is not supported yet
Dependencies:
- Vault (If you have ShopGUIPlus)
- Economy Plugin (eg. EssentialsX)
- ShopGUIPlus (It's okay if you don't have this, but you cant use the auto sell feature)
Its a simple chunk hopper plugin and can be customize in the config
Permission:
- chunkhoppers.limit.<amount> Allows player to place chunk hopper with limit
- chunkhoppers.admin (For admins only)
- chunkhoppers.autosell (Allow players to use the Auto-Sell feature)
- chunkhoppers.autokill (Allow players to use the Auto-Kill feature
- chunkhoppers.bypass (Allows you to use modify other players chunkhopper)
Commands:
/chunkhopper - Main command
/chunkhopper list - View all chunk hoppers location and teleport there
/chunkhopper give <player> <amount> - Gives player a chunk hopper
/chunkhopper reload - Reloads the config
/chunkhopper bypass - Bypass to manipulate other player's chunk hoppers
Command aliases: ch, chopper
How to use?
- Hold the item you want to be added in the filtered list then Shift + Left-Click the chunk hopper.
- Shift + Right-click to open the filtered menu.
Spoiler: Chunk Hopper
Updated config! Delete the old config to load this updated one. Be sure to get a copy first before you delete it so you can just copy and paste if you already modify the messages.
Spoiler: config.yml
########################################################
# Messages #
########################################################
messages:
placed-message: "&aChunk hopper has been placed!"
destroyed-message: "&cChunk hopper has been destroyed!"
failed-placed-message: "&cAlready have chunk hopper in this chunk!"
not-owner-message: "&cYou are not allowed to touch this chunk hopper!"
filtered-message: "&aItem has been added to filtered list!"
already-filtered-message: "&cItem is already filtered!"
received-message: "&aYou received %amount% chunk hoppers!"
give-message: "&aYou have given %amount% chunk hoppers to %player%!"
reload-message: "&aConfiguration has been reloaded!"
removed-filtered-message: "&eItem has been removed from filtered list!"
invalid-player-message: "&cInvalid player!"
invalid-amount-message: "&cInvalid amount!"
invalid-world-message: "&cYou cannot put a chunk hopper in this world!"
invalid-command-message: "&cInvalid command!"
no-permission-message: "&cYou have no permission to use this command!"
withdraw-message: "&eYou have successfully withdrawn $%amount%"
force-withdraw-message: "&eA staff destroyed your chunk hopper! you have withdrawn %amount% from your total earnings!"
limit-message: "&cYou have reached your chunk hopper limit!"
item-not-allowed-message: "&cThat item is not allowed to be filtered!"
can-modify-message: "&eYou can now modify other players chunk hopper!"
not-modify-message: "&cYou can no longer modify other players chunk hopper!"
modify-message: "&e/chunkhopper bypass to modify other players chunk hopper!"
########################################################
# Worlds #
########################################################
worlds:
- world
########################################################
# Chunk Hopper #
########################################################
auto-sell: true
auto-kill: true
# Set it to false if you don't want the player as the killer when auto kill is enabled. Ignore this if auto kill is false
player-as-killer: true
pickup-delay: 20
pickup-sound: true
# The amount of items per chunk hopper transfer. (set to 0 to disable it)
per-transfer-amount: 0
pickup-particles: true
displayname: "&b&lChunk Hopper"
lore:
- "&7Collects ground items"
- "&7within a chunk."
########################################################
# Item list #
########################################################
# Allow custom items to the filtered list like other plugins unique items
allow-custom-items: true
# Items that are allowed to be sold. ignore this if you have no ShopGuiPlus or if you're not going to use the auto sell feature
allowed-items:
- BONE
- CACTUS
- ROTTEN_FLESH
- STRING
- GUNPOWDER
- SUGAR_CANE
- BEEF
- PORKCHOP
- NETHER_WART
"
Code (Text):
########################################################
# Messages #
########################################################
messages:
placed-message: "&aChunk hopper has been placed!"
destroyed-message: "&cChunk hopper has been destroyed!"
failed-placed-message: "&cAlready have chunk hopper in this chunk!"
not-owner-message: "&cYou are not allowed to touch this chunk hopper!"
filtered-message: "&aItem has been added to filtered list!"
already-filtered-message: "&cItem is already filtered!"
received-message: "&aYou received %amount% chunk hoppers!"
give-message: "&aYou have given %amount% chunk hoppers to %player%!"
reload-message: "&aConfiguration has been reloaded!"
removed-filtered-message: "&eItem has been removed from filtered list!"
invalid-player-message: "&cInvalid player!"
invalid-amount-message: "&cInvalid amount!"
invalid-world-message: "&cYou cannot put a chunk hopper in this world!"
invalid-command-message: "&cInvalid command!"
no-permission-message: "&cYou have no permission to use this command!"
withdraw-message: "&eYou have successfully withdrawn $%amount%"
force-withdraw-message: "&eA staff destroyed your chunk hopper! you have withdrawn %amount% from your total earnings!"
limit-message: "&cYou have reached your chunk hopper limit!"
item-not-allowed-message: "&cThat item is not allowed to be filtered!"
can-modify-message: "&eYou can now modify other players chunk hopper!"
not-modify-message: "&cYou can no longer modify other players chunk hopper!"
modify-message: "&e/chunkhopper bypass to modify other players chunk hopper!"
########################################################
# Worlds #
########################################################
worlds:
- world
########################################################
# Chunk Hopper #
########################################################
auto-sell: true
auto-kill: true
# Set it to false if you don't want the player as the killer when auto kill is enabled. Ignore this if auto kill is false
player-as-killer: true
pickup-delay: 20
pickup-sound: true
# The amount of items per chunk hopper transfer. (set to 0 to disable it)
per-transfer-amount: 0
pickup-particles: true
displayname: "&b&lChunk Hopper"
lore:
- "&7Collects ground items"
- "&7within a chunk."
########################################################
# Item list #
########################################################
# Allow custom items to the filtered list like other plugins unique items
allow-custom-items: true
# Items that are allowed to be sold. ignore this if you have no ShopGuiPlus or if you're not going to use the auto sell feature
allowed-items:
- BONE
- CACTUS
- ROTTEN_FLESH
- STRING
- GUNPOWDER
- SUGAR_CANE
- BEEF
- PORKCHOP
- NETHER_WART
"
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.15, 1.16, 1.17
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Chunk Hopper [✔Auto-Sell, ✔Auto-Kill, ✔GUI Support] is a free Minecraft Java mod. Compatible with Minecraft 1.15, 1.16, 1.17, 1.18 and newer. Downloaded 6,868 times (via Spigot). Download it and open it directly in the game.