Item Ban Plus
Lightweight Paper plugin that blocks players from picking up configured items. Banned items are instantly removed and a notification is sent when a player attempts to pick them up. Fully configurable via config.yml.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Item Ban Plus
ItemBan
ItemBan is a lightweight Paper/Spigot plugin that prevents players from obtaining specific items. If a player tries to pick up a banned item, it will be instantly removed and a notification will be sent.
Perfect for server owners who want to control progression, prevent exploits, or restrict certain items.
Features
* 🚫 Prevent players from picking up banned items * ⚡ Instantly removes restricted items from the world * 📢 Notifies when a player attempts to pick up a banned item * ⚙️ Fully configurable item list via `config.yml` * 🪶 Lightweight and optimized for Paper servers * 🧩 Works with modern Minecraft versions (1.21+)
How It Works
1. Add item IDs to the `banned-items` list in the config. 2. When a player tries to pick up one of those items:
* The pickup is cancelled * The item is removed * A message is sent showing who tried to pick it up.
Example Config
```yaml banned-items: - COBBLESTONE - DIAMOND - NETHERITE_SWORD ```
Use Cases
* Restrict powerful items early in survival servers * Prevent certain resources from being collected * Control gameplay progression * Anti-exploit protection
Requirements
* Paper / Spigot server * Minecraft 1.21+ (More Versions Coming Soon)