Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published last month
📦 AntiShulkerEC
⚖️ A lightweight and highly efficient Minecraft plugin designed to balance your server's economy, prevent exploits, and improve survival gameplay. By completely blocking players from storing Shulker Boxes inside Ender Chests, it prevents users from creating infinite, unraidable portable warehouses. This encourages active inventory management, values base security, and keeps the game fair for everyone!
✨ Features
- 🚫 Total Interaction Blocking: Automatically cancels any attempt to put Shulker Boxes in Ender Chests, covering Shift+Click, classic mouse dragging/painting, and hotbar number keys (1-9 swaps).
- 🛡️ Anti-Spam & Exploit Protection: Features forced server-side inventory updates to prevent players from bypassing checks via rapid click-spam or network latency.
- 📦 Extended Protection: In addition to Ender Chests, you can optionally configure the plugin to completely block players from placing Shulker Boxes into regular chests and double chests, providing even tighter control over your server's economy.
- ⚙️ Fully Customizable: Includes a
config.ymlfile where you can customize the denial message with full color code support (&). - 🖱️ Interactive Update Link: Update alerts feature a clickable [Click to update] button directly in the chat for quick access to the latest release.
- ⚡ Ultra-Optimized: Built on native Bukkit/Spigot events, ensuring zero lag and absolute minimal MSPT impact on your server thread.
- 🔌 Plug & Play: Works instantly right out of the box! Just drop the
.jarinto your plugins folder.
🖥️ Commands & Permissions
🔧 /antishulkerec reload (or /asec reload) — Reloads the config.yml file on the fly without restarting the server.
🔑 Permission: antishulkerec.reload (Gives access to the reload command)
🛠️ Configuration (config.yml) (v1.3)
Easily customize the message to fit your server's style. Color codes like &c, &l, &7 are fully supported!
# ====================================================
# AntiShulkerEC Plugin Configuration
# ====================================================
# You can use Minecraft color codes using the '&' symbol.
# Set to true to receive console and in-game OP notifications when a new update is available on Modrinth
check-for-updates: true
# The message sent to a player when they try to put a shulker box in a restricted inventory
deny-message: "&c&l[!] &7You cannot store shulker boxes here!"
# Set to true if you want to block players from putting shulker boxes inside regular chests (and double chests)
block-in-regular-chests: false


