
Command blocker and full tab for Minecraft & OpenSource

A powerful and flexible Minecraft plugin to block commands on your server.
xBlocker is a Spigot/Paper plugin that allows server administrators to block specific commands from being used by players. It features a flexible configuration system, wildcard support, and an intuitive command interface.
* to block groups of commands (e.g., minecraft:*)xBlocker.jar from releasesplugins/ folderplugins/xBlocker/config.yml/xb reload to apply changes| Command | Description | Permission |
|---|---|---|
/xb reload |
Reload the configuration | xblocker.reload |
/xb list |
List all blocked commands | xblocker.admin |
/xb add <command> |
Add a command to the block list | xblocker.admin |
/xb remove <command> |
Remove a command from the block list | xblocker.admin |
Aliases: /xblocker, /xb, /blocker
| Permission | Description | Default |
|---|---|---|
xblocker.admin |
Full access to the plugin | OP |
xblocker.bypass |
Bypass all command blocks | OP |
xblocker.reload |
Reload the configuration | OP |
# List of blocked commands
blocked-commands:
- "op"
- "deop"
- "stop"
- "reload"
- "minecraft:give"
- "plugins"
- "pl"
- "version"
- "ver"
# Plugin messages
messages:
blocked-command: "&c&lAccess Denied! &7This command is blocked."
no-permission: "&cYou don't have permission to use this command."
reload-success: "&aConfiguration reloaded successfully!"
command-added: "&aCommand added to the block list."
command-removed: "&aCommand removed from the block list."
# Enable logging of blocked command attempts
enable-logging: true
/xb add gamemode
/xb add minecraft:*
/xb remove gamemode
/xb list
/xb reload
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
If you find a bug, please open an issue on GitHub with: