SimpleCommandBlocker
SimpleCommandBlocker is a security plugin for Minecraft servers that allows you to
block specific commands, preventing players from using them, with advanced logging system and real-time notifications for administrators.
How It Works
The plugin
intercepts all commands typed by players before they are executed. If a command is in the blocked list, it gets
immediately cancelled and the player receives a customizable error message.
✨ Key Features
Smart Command Blocking
- Supports regex patterns for advanced blocking (e.g., give.* blocks all give commands)
- Fully configurable command list via config.yml
- Player whitelist that can bypass blocks
Notification System
- Real-time alerts to admins when someone attempts a blocked command
- Shows who attempted and which command they tried to use
Logging & Statistics
- Automatic logging of all attempts (separate file for each player)
- Attempt counter for each blocked command
- /scb stats command to view detailed statistics
⚙️ Advanced Management
- /scb - View blocked commands list and statistics
- /scb reload - Reload configuration without server restart
- /scb help - Complete command help
- Tab completion for all commands
️ Simple Configuration
Code (YAML):
blocked-commands
:
-
"op"
# Blocks /op
-
"give.*"
# Blocks all /give commands
-
"gamemode.*"
# Blocks gamemode changes
excluded-players
:
-
"AdminName"
# This player can use everything
Permissions
- simplecommandblocker.admin - Access to management commands
- simplecommandblocker.notify - Receives notifications
- simplecommandblocker.bypass - Bypasses all blocks
Download now and secure your server in minutes!
>If you want to create a video tutorial about my plugin it will be published here ;D<
My Other Plugins:
SimpleCommandItem | SimpleMoreSounds