Blocked Commands

Free Blocked Commands V1.1

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",
    "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

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