Groups

Configuration file: groups.yml

General configuration

config:
  default-group: "default"
  op-group: "op"
  • default-group: The group that users without permission to use any group.

  • op-group: The group for users with OP.

Groups configuration

  vip:
    permission: tcb.group.vip
    blocked-cmds:
      - "pl"
      - "plugins"
      - "ver"
      - "about"
    tab-mode: 1
    blocked-tab:
      - "ver"
      - "about"
    register:
      - "r"
  • permission: Permission to access the group

  • blocked-cmds: The blocked commands list for the group (put blocked-cmds: [] for disable it)

  • tab-mode: The <TAB> command blocker mode (1 = Blacklist, 2 = Whitelist)

  • blocked-tab: The <TAB> blocked commands list for the group (put blocked-tab: [] for disable it)

  • register: The registered commands in the <TAB> autocomplete for the group (put register: [] for disable it)

You can add as many groups as you want!

Last updated