šŸ”¤Block Syntax

This is capable of blocking commands with syntax. Type: /<plugin>: <command>

You can decide whether or not to enable this features.

# ------------------
# Block Syntax Settings
Block_Syntax:

  enabled: true

If it is active, it will broadcast the violation report when it is triggered.

# ------------------
# Block Syntax Settings
Block_Syntax:

  enabled: true

  # If it is on "true" the execution attempt warning will be sent to chat.
  warning: true

Use enforcers to send the punishment to the player. For more information click HERE.

  # Message that is sent if one tries to do: <plugin>:<command>.
  # Tip. It is useful to avoid being in situations where you can bypass blocked commands,
  # or commands known as minecraft:me, minecraft:tell, etc...
  # < ? > You can find more information about the executors in the header.
  executors:
    - '[MESSAGE] %prefix%&cYou can''t do /<plugin>:<command>'
    - '[TITLE] &e&lBETTER SECURITY;&c&lā”ƒ &cYou can''t do /<plugin>:<command>;20;40;20'

Last updated