Filter Guide
How to setup filter groups.
Overview
This guide will show you how to setup filter groups on Spigot/Paper servers using permissions.
Groups
Open your
config.yml
for this plugin. Inside you should find what is shown below.Each group is defined under the key
groups
. You can add an unlimited amount of groups here. To allow a group tab-complete for a command simply list it under the group like shown below.When you're finished add the group permission using your desired permission plugin handler. For this example we'll use LuckPerms. So we would run:
/lp group default permission set tcf.default
.After the command has been ran, all default LuckPerm users would now only see default group tab-complete commands.
Last updated