SirGoldmans Plugins
  • Overview
  • Plugins
    • OneStopShop
      • Guides
      • Item Support
      • Commands
      • Files
      • API
    • TabCompleteFilter
      • Guides
      • Commands
      • Files
    • CrackedBlocks
      • Guides
      • Commands
      • Files
Powered by GitBook
On this page
  • How do you create a new group?
  • How do add a filter group to a user or group using permissions?

Was this helpful?

  1. Plugins
  2. TabCompleteFilter

Guides

This area will help answer some questions you might have about the plugin.

How do you create a new group?

Open your config.yml and add a new key under Groups like shown below. After that you can simply list the commands you would like to filter for that group.

Groups:
  epic-group-name:
    Commands:
    - /help
    - /msg
    - /r
    - /tell

How do add a filter group to a user or group using permissions?

When you've created the group in the config you would simply give the user or the group in your permission plugin the permission tcf.{group}. So if I had a mod group I would add tcf.mod.

PreviousTabCompleteFilterNextCommands

Last updated 4 years ago

Was this helpful?