Skip to content

Tab completion handling

William Morales requested to merge tab-completion-handling into main

Added Tab Completion limitation. The way it works is that every time the player logins to the server the plugin will check through all the completions that are added to the player and then retrieve each command respective permissions from the config.yml, if the player doesn't have the required permissions then the command will be removed from the tab completion.

Merge request reports