WhiteCommandList
PluginMIT

WhiteCommandList

Simple Plugin For Manage enable commands for players

13
Downloads
0
Followers
5 months ago
Updated
📦
1
Versions

📖About WhiteCommandList

WhiteCommandList:

WhiteCommandList is a simple plugin that allows you to
create groups and allow them certain commands.

config:

# WhiteCommandList configuration
ShowOnlyAllowed: true - When you type /, the tooltips only show items that you are allowed to see.
AllowOperatorAll: true - Can operators use all commands?

Messages:
  no-permission: "You do not have permission to use this command."

Groups:
  default:
    Commands: 
      - "/login"
      - "/register"
    Players:
      - "(Alw)"  - (Alw) means all players who are not in other groups
  admin:
    Commands:
      - "/login"
      - "/nl-relore" - if you write a command and a subcommand with a - (like /nl-relore), it means that only that subcommand will be available
      - "/ban"
    Players:
      - "Notch"

- you can manage and create your group's

The plugin does not have the function of granting the necessary permissions to people from groups if necessary, but the plugin pairs well with the RealPermissions plugin which provides this function.