Commands
Command information for this plugin along with permissions.
General information
All TabCompleteFilter plugin commands start with /tcf
. To get all the command info listed in-game simply type the main command and any alias that isn't available.
Add a command to a group
This can be done two different ways. If you type /tcf add <group> <command>
in-game that'll add the command input to the group. No reload is required, it'll update for everyone in that group automatically. You can also go into the config.yml
and input it in manually like shown below. After you've done that make sure to run the command /tcf reload
and it should update for everyone.
Remove a command from a group
To remove a command from a group simply run /tcf remove <group> <command>
. You can also remove it manually from the config.yml
and run /tcf reload
to apply the changes.
All Commands
/tcf reload
| Reloads the plugin./tcf add <group> <command>
| Add a command to a group./tcf remove <group> <command>
| Remove a command from a group./tcf list <group>
| Lists the commands of a specific group.
All Permissions
tcf.command.use
|/tcf
tcf.command.reload
|/tcf reload
tcf.command.add
|/tcf add
tcf.command.remove
|/tcf remove
tcf.command.list
|/tcf list
tcf.{group}
| Filter grouptcf.bypass
| Disables filtering
Last updated