Compatibility
Minecraft: Java Edition
1.21
Platforms
Tags
Creators
Details
Licensed ARR
Published last week
Updated last month
🛡️ CommandGuard
CommandGuard is a lightweight and ultra-optimized Paper/Spigot plugin designed to give you absolute control over commands on your server. Simple, fast, and efficient.
✨ Features
- Ultra Lightweight: Zero performance impact on your server.
- Easy Configuration: Simple setup via
config.yml.
📖 Documentation
Commands
| Command | Description |
|---|---|
/cg reload |
Reloads the plugin configuration. |
Permissions
| Permission | Description | Default |
|---|---|---|
commandguard.reload |
Allows you to use the reload command. | op |
📂 Default Configuration (config.yml)
# CommandGuard Configuration
# Plugin Prefix shown before messages
prefix: "&8[&bYour Prefix&8] "
# List of blocked commands for non-OP players (without the slash)
blocked-commands:
- "plugins"
- "pl"
- "ver"
- "about"
- "help"
# Customizable messages
messages:
no-permission: "&cYour message Of No permission"


