Command Blocker Plugin Documentation
Command Blocker Plugin enables fine-grained control over command usage within specific WorldGuard regions. This documentation will guide you through installation, configuration, and usage of the plugin.
Features
- Block All Commands from a Plugin: Use wildcards to block entire command groups (e.g., cmi*).
- Block Specific Commands: Specify individual commands (e.g., cmi warp) to block while allowing others.
- WorldGuard Integration: Leverages WorldGuard regions for granular command control.
Requirements
- Minecraft Server: Spigot or Paper
- Plugins Needed:
Installation
- Download the Command Blocker Plugin JAR file.
- Place the JAR file into your server's plugins directory.
- Restart your server to generate the default configuration file.
Configuration
The plugin uses a YAML configuration file located in plugins/CommandBlocker/config.yml. Customize it to specify which commands are blocked in which regions.
Code (Text):
regions:
spawn:
- cmi* # Blocks all CMI commands
vip_zone:
- cmi warp # Blocks only /cmi warp
- essentials tp # Blocks only /essentials tp