Requirements
- Java 21 or higher
- Paper Server running Minecraft 1.21 or higher
Installation
- Download the latest release from the releases tab.
- Place the downloaded jar file in your plugins folder.
- Restart your server.
- Configure the plugin to your liking.
- Enjoy!
Configuration
# SimpleCommandBlocker - Configuration File
# This file is used to configure the plugin settings and messages.
Settings:
block-all-commands: false
block-namespaced-commands: true
sound: "ENTITY_VILLAGER_NO" # https://jd.papermc.io/paper/1.21.1/org/bukkit/Sound.html
blocked-commands:
- about
- version
- ver
- plugins
- pl
- icanhasbukkit
- thiscommandisnotblockedforvip
- thiscommandisnotblockedformvp
- "?" # If command uses a symbol or special character, use the command in quotes.
groups:
mvp: # (Permission: simpleblocker.group.mvp)
- thiscommandisnotblockedformvp
vip: # (Permission: simpleblocker.group.vip)
- thiscommandisnotblockedforvip
Messages:
blocked-message: "<red>This command is blocked"
blocked-actionbar: "<red>This command is blocked"
unknown-command-message: "<red>Unknown command."
unknown-command-actionbar: "<red>Unknown command."Mini Message Help
If you require help with MiniMessage formatting (ex: <red>) you can visit the MiniMessage Documentation for more information.
Permissions
simpleblocker.command.help- Allows the player to view the help command.simpleblocker.command.list- Allows the player to view the list of blocked commands.simpleblocker.command.reload- Allows the player to reload the plugin configuration.simpleblocker.bypass.<command>- Allows the player to bypass a blocked command.simpleblocker.bypass.namespaced- Allows the player to bypass blocked namespaced commands. (ex: minecraft:version)simpleblocker.group.<group>- Allows the player to be in a group and bypass blocked commands for that group.
Warning
This plugin is only compatible with Paper servers running Minecraft 1.21 or higher, using this plugin on any other server software or version may cause issues and is not recommended. Most of the time, the plugin will not even load on other server software or versions.