xChunkHoppers

⭐ — (3 endorsements) 📥 348 downloads 📌 vv1.0.3 📅 12/2/2025
🟡 Updated this year

By jn_willfrydev · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/13/2026 📅 Created: 12/2/2025

🔍 Analysis

  • 🏆 #32 of 1317 bukkit mods in this game by downloads

📋 About This Mod

# xChunkHoppers ### 🚀 The Ultimate Chunk Collector Plugin !(https://img.shields.io/badge/Java-17%2B-orange) !(https://img.shields.io/badge/Spigot-1.16--1.21-yellow) !(https://img.shields.io/badge/License-MIT-blue) !(https://img.shields.io/badge/Author-xPlugins%20x%20WillfryDev-purple) --- ## 📋 Description **xChunkHoppers** is the ultimate solution for Survival, SkyBlock, and Factions servers. It allows you to create "Magic Hoppers" that automatically collect items within a specific radius or the entire Chunk without the need for water streams or lag. Optimized for high performance, with support for **Hex Colors**, **Effects**, **GUI Menu**, and a **complete API** for developers. ## ✨ Key Features * **🛡️ Extreme Performance:** Smart caching and `PersistentDataContainer` (PDC). Zero lag. * **📡 Multi-Types:** Create infinite hopper types (VIP, GOD, BASIC) with configurable ranges (8x8, 64x64, Full Chunk). * **🎨 Premium Design:** Full support for HEX colors (`&#RRGGBB`) and gradients. * **🖥️ GUI Menu:** Visual admin panel to obtain items (`/xch menu`). * **💾 Data Persistence:** `data.yml` system to save locations across restarts. * **🎵 Visual Effects:** Fully configurable sounds and particles when placing blocks. * **🔌 Developer API:** Simple API to integrate with other plugins. * **⚙️ Filtering:** Whitelist or blacklist of materials (e.g., only Cactus and Iron). --- ## 📥 Installation 1. Download `xChunkHoppers.jar`. 2. Place it in your server's `/plugins/` folder. 3. (Optional) Install **PlaceholderAPI** to use variables. 4. Restart the server. 5. Configure the hopper types in `config.yml` and enjoy! --- ## Example Video: <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/-T7Z5SKMWpQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> ## 💻 Commands and Permissions | Command | Description | Permission | | :--- | :--- | :--- | | `/xch give <player> <type> ` | Gives a specific ChunkHopper to a player. | `xchunkhoppers.admin` | | `/xch menu` | Opens the GUI menu with all hoppers. | `xchunkhoppers.admin` | | `/xch reload` | Reloads the configuration and database. | `xchunkhoppers.admin` | ### Other Permissions * `xchunkhoppers.place` » Allows placing Chunk Hoppers. * `xchunkhoppers.break` » Allows breaking and retrieving Chunk Hoppers. --- ## 🛠️ Configuration ```yaml # ___ _ _ #__ __ / __\ |__ _ _ _ __ | | __ /\ /\___ _ __ _ __ ___ _ __ ___ #\ \/ // / | '_ \| | | | '_ \| |/ // /_/ / _ \| '_ \| '_ \ / _ \ '__/ __| # > </ /___| | | | |_| | | | | </ __ / (_) | |_) | |_) | __/ | \__ \ #/_/\_\____/|_| |_|\__,_|_| |_|_|\_\/ /_/ \___/| .__/| .__/ \___|_| |___/ # |_| |_| # Web: (https://xplugin.es) # Wiki: (https://xplugin.es/xchunkhoppers) # Discord: (https://discord.xplugin.es) settings: # Enable or disable full plugin functionality enabled: true # If true: Only collects items in 'filter-list'. # If false: Collects everything EXCEPT items in 'filter-list'. use-whitelist: false # List of materials (Use Bukkit Material enum names) filter-list: - "COBBLESTONE" - "DIRT" - "ROTTEN_FLESH" # GUI Menu menu: title: "&#B3B3B3Admin hoppers menu" size: 27 fill: enabled: true material: "BLACK_STAINED_GLASS_PANE" # Material to fill empty slots # Hoppers hopper-types: default: radius: -1 name: "&#00ff00Chunk Hopper &7(16x16)" lore: - "&8 Special Item" - "" - "&f Place this block to" - "&f collect all items" - "&f in this chunk automatically." - "" - "&eUnique Chunk!" - "" vip: radius: 4 name: "&#ffaa00Hopper &lVIP &7(8x8)" lore: - "&8 VIP Item" - "" - "&f Place this block to" - "&f collect all items" - "&f in this chunk automatically." - "" - "&eUnique Chunk!" - "" god: radius: 32 name: "&#ff0000Hopper &lGOD &7(64x64)" lore: - "&8 GOD Item" - "" - "&f Place this block to" - "&f collect all items" - "&f in this chunk automatically." - "" - "&eUnique Chunk!" - "" # Configuration of effects when placing the Hopper and using the Menu effects: sound: enabled: true # Sound names: (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html) type: "ENTITY_PLAYER_LEVELUP" volume: 1.0 pitch: 1.0 particles: enabled: true type: "VILLAGER_HAPPY" count: 15 permissions: admin: "xchunkhoppers.admin" place: "xchunkhoppers.place" break: "xchunkhoppers.break" messages: prefix: "&8[&d&lx

# xChunkHoppers  ### 🚀 The Ultimate Chunk Collector Plugin

!(https://img.shields.io/badge/Java-17%2B-orange) !(https://img.shields.io/badge/Spigot-1. 16--1. 21-yellow) !(https://img.shields.io/badge/License-MIT-blue) !(https://img.shields.io/badge/Author-xPlugins%20x%20WillfryDev-purple)

## 📋 Description

xChunkHoppers is the ultimate solution for Survival, SkyBlock, and Factions servers. It allows you to create "Magic Hoppers" that automatically collect items within a specific radius or the entire Chunk without the need for water streams or lag.

Optimized for high performance, with support for Hex Colors, Effects, GUI Menu, and a complete API for developers.

## ✨ Key Features

🛡️ Extreme Performance: Smart caching and `PersistentDataContainer` (PDC). Zero lag. 📡 Multi-Types: Create infinite hopper types (VIP, GOD, BASIC) with configurable ranges (8x8, 64x64, Full Chunk). 🎨 Premium Design: Full support for HEX colors (`&#RRGGBB`) and gradients. 🖥️ GUI Menu: Visual admin panel to obtain items (`/xch menu`). 💾 Data Persistence: `data.yml` system to save locations across restarts. 🎵 Visual Effects: Fully configurable sounds and particles when placing blocks. 🔌 Developer API: Simple API to integrate with other plugins. ⚙️ Filtering: Whitelist or blacklist of materials (e.g., only Cactus and Iron).

## 📥 Installation

1.  Download `xChunkHoppers.jar`. 2.  Place it in your server's `/plugins/` folder. 3.  (Optional) Install PlaceholderAPI to use variables. 4.  Restart the server. 5.  Configure the hopper types in `config.yml` and enjoy!

## Example Video:

## 💻 Commands and Permissions

| Command | Description | Permission | | :--- | :--- | :--- | | `/xch give ` | Gives a specific ChunkHopper to a player. | `xchunkhoppers.admin` | | `/xch menu` | Opens the GUI menu with all hoppers. | `xchunkhoppers.admin` | | `/xch reload` | Reloads the configuration and database. | `xchunkhoppers.admin` |

### Other Permissions `xchunkhoppers.place` » Allows placing Chunk Hoppers. `xchunkhoppers.break` » Allows breaking and retrieving Chunk Hoppers.

## 🛠️ Configuration

```yaml #         ___ _                 _ #__  __ / __\ |__  _   _ _ __ | | __ /\  /\___  _ __  _ __   ___ _ __ ___ #\ \/ // /  | '_ \| | | | '_ \| |/ // /_/ / _ \| '_ \| '_ \ / _ \ '__/ __| # > 

settings:   # Enable or disable full plugin functionality   enabled: true

# If true: Only collects items in 'filter-list'.   # If false: Collects everything EXCEPT items in 'filter-list'.   use-whitelist: false

# List of materials (Use Bukkit Material enum names)   filter-list:     - "COBBLESTONE"     - "DIRT"     - "ROTTEN_FLESH"

# GUI Menu menu:   title: "&#B3B3B3Admin hoppers menu"   size: 27   fill:     enabled: true     material: "BLACK_STAINED_GLASS_PANE" # Material to fill empty slots

# Hoppers hopper-types:   default:     radius: -1     name: "�ff00Chunk Hopper &7(16x16)"     lore:       - "&8 Special Item"       - ""       - "&f Place this block to"       - "&f collect all items"       - "&f in this chunk automatically."       - ""       - "&eUnique Chunk!"       - ""   vip:     radius: 4     name: "&#ffaa00Hopper &lVIP &7(8x8)"     lore:       - "&8 VIP Item"       - ""       - "&f Place this block to"       - "&f collect all items"       - "&f in this chunk automatically."       - ""       - "&eUnique Chunk!"       - ""   god:     radius: 32     name: "&#ff0000Hopper &lGOD &7(64x64)"     lore:       - "&8 GOD Item"       - ""       - "&f Place this block to"       - "&f collect all items"       - "&f in this chunk automatically."       - ""       - "&eUnique Chunk!"       - ""

# Configuration of effects when placing the Hopper and using the Menu effects:   sound:     enabled: true     # Sound names: (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html)     type: "ENTITY_PLAYER_LEVELUP"     volume: 1. 0     pitch: 1. 0   particles:     enabled: true     type: "VILLAGER_HAPPY"     count: 15

permissions:   admin: "xchunkhoppers.admin"   place: "xchunkhoppers.place"   break: "xchunkhoppers.break"

messages:   prefix: "&8[&d&lx

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
jn_willfrydev
Version
v1.0.3
Downloads
348
Endorsements
3
Category
bukkit
Created
12/2/2025
Updated
3/13/2026
Game Versions
1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
Tags
game-mechanics, minigame, storage

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does xChunkHoppers support?

The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.

What is the latest version of xChunkHoppers?

Version v1.0.3, published 2026-03-13 with 348 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by jn_willfrydev 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods