TabCompleteFilter
  • 👋Welcome
  • 📙Commands
  • 📕Files
    • 📕Args.yml
    • 📕Config.yml
    • 📕Bungee-Config.yml
  • 🗣️FAQ
  • 📘Bungee/Waterfall Guide
  • 📘Spigot/Paper Guide
  • 📘Filter Guide
  • 📘Custom Args
Powered by GitBook
On this page
  • Overview
  • Groups

Filter Guide

How to setup filter groups.

PreviousSpigot/Paper GuideNextCustom Args

Last updated 2 years ago

Overview

This guide will show you how to setup filter groups on Spigot/Paper servers using permissions.

Groups

  1. Open your config.yml for this plugin. Inside you should find what is shown below.

  2. 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.

  3. When you're finished add the group permission using your desired permission plugin handler. For this example we'll use . So we would run: /lp group default permission set tcf.default.

  4. After the command has been ran, all default users would now only see default group tab-complete commands.

# tcf.{group} (ex: tcf.default)
groups:
  default:
  - /help
  - /msg
  - /r
  - /tell
  - /tpa
  - /tpaaccept
  - /back
  - /rules
  - /afk
  - /baltop
  - /mail
  - /stats
  - /shop
  mod:
  - /ban
  - /kick
  - /mute
  - //calculate
📘
LuckPerms
LuckPerm