Blocked Commands

Free Blocked Commands V1.3

This resource is free

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.ReloadReload config
BlockedCommands.StatusView command status
BlockedCommands.ActivateActivate manual lock
BlockedCommands.DeactivateDisable block

JSON:
{
  "Sender": "Server",
  "MessageType": "ClientChat",
  "ServerChatColor": [ 1, 0, 0, 1 ],
  "NotificationColor": [ 0, 1, 0, 1 ],
  "NotificationScale": 1.5,
  "NotificationDuration": 5,
  "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

Latest updates

  1. Update

    Changes & Updates Option to choose which chat to use: ClientChat, ServerChat, Notification...
  2. Update

    Bug Fixes Fixed an issue where blocked commands would become available again after server...
  3. Update

    Bug Fixes Fixing some bugs. Changes & Updates Adding the option to configure a text message...
Back
Top