BlacklistedItems
Lightweight, GUI-driven item blacklist for 1.12.x servers.
✨ Features
- Simple GUIs: Add, List, Remove blacklisted items.
- Toggle enforcement separately for players and admins.
- Matches by Material:data and optional custom display name (color-safe).
- Persists to YAML (file & path configurable).
- Minimal, no NMS, no dependencies.
Commands
Code (Text):
/blacklisteditems add
– Open GUI to add an item
Code (Text):
/blacklisteditems list
– View all blacklisted items
Code (Text):
/blacklisteditems remove
– Open GUI to remove items
Code (Text):
/blacklisteditems clear
– Clear the entire blacklist
Code (Text):
/blacklisteditems toggle <player|admin>
– Toggle enforcement
Aliases:
/bli,
/blacklist,
/blitems
Permission
Code (Text):
blacklisteditems.admin
– Full access to all commands (default: OP)
⚙️ Default Config
Code (Text):
prefix: '&8[&cblacklist&8]'
toggles:
player: false
admin: false
storage:
file: 'plugins/blacklisteditems/logs.yml'
path: 'blacklisteditems.list'
Installation
- Drop the JAR into /plugins.
- Restart the server.
- Use /blacklisteditems add to build your list.
️ Screenshots
️ Tested On
Spigot/Paper 1.12.x
Notes
This plugin is built for legacy servers (<1.13). It will not work on 1.13+ due to the new Material system.
❤️ Support
If you find a bug, please include:
- Server version
- Plugin version
- Steps to reproduce