Blocked Commands
Allows you to block in-game commands!
A lightweight plugin designed to block specific commands for a set period of time.Perfect for controlling command usage during wipe start.
Plugin features:
- Block any plugin command in-game (eg. /buy, /kit)
- Set custom block duration for each command
- Simple and efficient configuration
- Ideal for wipe start balancing
| Commands (Console & RCON) | Function |
|---|---|
BlockedCommands.Reload | Reload config |
BlockedCommands.Status | View command status |
BlockedCommands.Activate | Activate manual lock |
BlockedCommands.Deactivate | Disable block |
JSON:
{
"Sender": "Server",
"DefaultMessage": "This command is blocked! Available in {time}.",
"BlockedCommands": [
{
"command": "/buy",
"minutes": 1440,
"message": "The shop opens in {time}."
},
{
"command": "/engrams",
"minutes": 720,
"message": "Tek engrams available in {time}."
},
{
"command": "/store",
"minutes": 2880,
"message": "VIP store available in {time}."
},
{
"command": "/wake",
"minutes": 30,
"message": "Available in {time}."
},
{
"command": "/kit",
"minutes": 60
}
]
}
Access our Discord