Custom Args
This is a guide on how to create custom tab-complete args.
Overview
This guide will show you how to create custom tab-complete args for any registered command on your spigot or paper server.
Custom Tab-Complete Args
Open the
args.yml
found in this plugins folder.Change the key value for
enabled
totrue
and start inputting the command you want to have a custom tab-complete like shown below.Once you're done, reload or restart to apply changes.
Custom Arg Permission Checks
You can setup permission checks for each tab-complete option if the permission ends with the same arg. In the example below if a user only had essentials.warp.spawn
the wild warp would not be an option in tab-complete.
Last updated