General
CommandCentral is a plugin for
Bukkit and Waterfall that hooks into Minecraft command suggestions and filters or blocks them based on
permissions. It is compiled against Java 8 and Bukkit 1.13 to ensure maximum compatibility.
This plugin addresses the issue where plugins like WorldEdit, EssentialsX, and many others register numerous commands that most users don't need and can't use, cluttering the command suggestion list and rendering it less useful. CommandCentral cleans up your command suggestion list, making it nice, shiny, and helpful again. Additionally, its built-in firewall (command blocker) adds a second layer of security to your servers.
Installation
Drop the JAR file into your
/plugins/ folder and restart your server(s). The JAR file is compatible with
both Bukkit and Waterfall platforms. There is no configuration file, as everything is managed through permissions.
Usage
Adjust the behavior by setting group/user permissions in your preferred permissions manager (like LuckPerms):
*
commandcentral.filter - Activates CommandCentral filtering and blocking for a user/group.
*
commandcentral.command.<command> - Allows
<command> for a user/group.
Examples
*
/lp group default permission set commandcentral.command.warp - Allow /warp
*
/lp group default permission set commandcentral.command.spawn - Allow /spawn
*
/lp group default permission set commandcentral.command.home - Allow /home
*
/lp group default permission set commandcentral.command.sethome - Allow /sethome
*
/lp group default permission set commandcentral.filter - Activate CommandCentral for group
default
This setup allows users to only use and see
/warp,
/spawn,
/home, and /
sethome. Everything else is blocked and also filtered out of the command suggestion list.
To deactivate filtering for admin groups that inherit from the default, use:
*
/lp group admin permission set commandcentral.filter false
OPs are excluded from filtering and blocking; they will always see everything.
Support
For support, join our
Discord
Bugs, Suggestions, Feature Requests
To report bugs, suggest improvements, or request new features, please file a
GitHub issue.