
CommandBlockerPro
Highly Configurable Command and Tab Completion Blocking Plugin
- Загрузки
- 1K
- Подписчики
- 6
- Обновлён
- 11 июня 2026 г.
- Лицензия
- MIT
Опубликован 29 декабря 2023 г.
CommandBlockerPro
CommandBlockerPro is a feature-rich command blocking plugin for Spigot and Paper servers running Minecraft 1.8 or later. It's designed for servers trying to take their configuration to the next level, with the ability to set multiple different filters based on different conditions, with configurable block messages that support PlaceholderAPI.
⚠️ If you're just looking to block a few commands, I'd suggest using regular CommandBlocker instead. It's easier to use and will get the job done.
Features
- Ability to define multiple rules with different permissions.
- Block Full Commands.
- Block commands with a given string in them/
- Block commands based off regex.
- Whitelist specific commands based off the above conditions.
- Hide (without blocking) specific commands with the same conditions.
- An API to interact with the plugin through.
- MiniMessage support
- PlaceholderAPI support
Requirements
- Java 8 or newer
- Server Software with Spigot API.
- Minecraft 1.8 or later
- PlaceholderAPI (Optional)
Commands
| Command | Aliases | Permission Node | Description |
|---|---|---|---|
| /commandblocker | /cb | commandblocker.admin | Main plugin command |
| /cb reload | N/A | N/A | Reloads the configuration file |
| /cb version | N/A | N/A | View the current version of the plugin |
| /cb wiki | N/A | N/A | View a link to the plugin wiki |
bStats
Ченджлог
1.4.1Релиз26.1, 26.1.1, 26.1.2 · 11 июня 2026 г.
- Fixed Tab Completion not being blocked in Minecraft 26.1 and newer.
- Bumped adventure version to 4.26.1
- Bumped bStats version to 3.1.0
The Future of CommandBlockerPro: It's no secret that this version of the plugin gets significantly less use than the original version. Splitting the development into two has had some big side-effects, such as the delayed release of this bug fix compared to the original plugin. To combat this, we are looking into merging the features of this plugin into the original CommandBlocker, and sunsetting CommandBlockerPro. We currently do not have a timeline for this, as the process would involve a complete rewrite of CommandBlocker.
1.4Релиз1.21.9, 1.21.10, 1.21.11 · 14 октября 2024 г.
- Added support for BetterReload
- Fixed "commandblocker.bypass" permission not being listed in plugin.yml.
- Updated adventure to 4.17.0.
1.3.1Релиз1.20.6, 1.21, 1.21.1 · 27 августа 2024 г.
- Fixed incompatibility with server software that included old versions of Adventure
- Added "/cb v" as an alias for "/cb version"
v1.3Релиз1.20.5, 1.20.6, 1.21 · 31 июля 2024 г.
Added a new rule type: MESSAGE. This takes a command that does not exist, and when run displays the configured block message and block sound. It also adds the command to tab complete.
3:
type: MESSAGE
commands:
- test
blockMessage: "<rainbow>You have typed the test message!"
This will not work for commands that already exist.
API Changes
- The methods that were deprecated in the last update have been removed.
- When getting the block message or block sound information from a rule, it will default to the global configuration if a rule-specific one is not configured.
- Added API methods for getting global block message and global block sound. See this for a full list of methods.
1.2Релиз1.20.4, 1.20.5, 1.20.6 · 9 мая 2024 г.
You can now play a sound when a command is blocked.
blockSound:
sound: ENTITY_ENDERMAN_TELEPORT
pitch: 0.5
volume: 1.0
The "sound" uses Bukkit's Sound enum, since XSeries does not support 1.20.6 currently. This can differ between versions, so you'll want to make sure the list you are using is for your Minecraft version. 1.8: https://helpch.at/docs/1.8.8/index.html?org/bukkit/Sound.html 1.20: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
Pitch and Volume values are floats that can range from 0.0 to 1.0.
API Notice As of this update, we have renamed a number of methods to be more consistent with the Spigot ecosystem. The previous names are now deprecated, with removal planned within the next few updates.
1.1Релиз1.20.4, 1.20.5, 1.20.6 · 3 мая 2024 г.
Fixed plugin not loading on Paper 1.20.6
1.0Релиз1.20.2, 1.20.3, 1.20.4 · 5 января 2024 г.
Initial plugin release
Комментарии
Загружаем…