👥Commands Only Players

It blocks the commands, and allows them to be executed only by the players on the list.

You can decide whether or not to enable this features.

# ------------------
# Commands Only Players Settings
Commands_Only_Players:

  enabled: true

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

# ------------------
# Commands Only Players Settings
Commands_Only_Players:

  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.

  # This message will be shown as soon as the command is blocked.
  # < ? > You can find more information about the executors in the header.
  executors:
    - '[MESSAGE] %prefix%&cYou cannot execute this command!'

This is the list of players who can bypass the execution of the commands located on "commands".

  # List of players authorized to execute the commands below.
  # Tip. You can put both the player's name and his UUID.
  bypass_players:
    - 'playerName1'
    - '8667ba71-b85a-4004-af54-457a9734eed7'

In the list you can enter the player's name or his UUID.

This is the list of commands that only players in the "bypass_players" list can execute.

  # List of commands that players in the list above can perform.
  commands:
    - 'pl'
    - 'plugins'
    - 'bukkit:pl'
    - 'bukkit:plugins'

Last updated