Installation
Requirements
- Java matching your server
- A Bukkit API server: Spigot / Paper / Purpur / Folia / PandaSpigot, etc.
- Main feature: roughly 1.8–1.21.11+
- Sign translation detection: Paper 1.21.5+ (or a fork with the same API)
Soft dependencies (optional)
| Plugin | Role |
|---|---|
| PlaceholderAPI | Message placeholder expansion (when integrated) |
| LuckPerms | Permission management |
| floodgate | Skip Bedrock players for sign detection |
| PacketEvents | Intercept plugin-channel registration packets earlier and more reliably |
If these are missing, related features are skipped or fall back quietly.
Steps
- Download the
.jarfrom Releases - Place it in
plugins/ - Start (or reload) the server to generate:
plugins/FakeModBlocker/config.ymlplugins/FakeModBlocker/messages_en.yml(and any other locale you enable)
- Edit the config as needed
- Run
/modblocker reloadto apply changes
Quick check
- Join with an OP account
- Run
/modblocker check <player>to inspect registered plugin channels - With
logger: true, the console prints channel lists so you can extendforbiddenList
Next: Configuration