TabCommands is a Spigot plugin that allows you to create custom commands with support for infinite arguments and tab completion. This plugin provides a flexible solution for servers that need dynamic commands, all configurable through a simple configuration file.
Features:
Dynamic commands with infinite arguments: The commands created with TabCommands can have any number of arguments, providing full flexibility.
Tab completion support: Full tab completion support for the console and chat, making complex commands easier to use.
Simple configuration: All commands and their arguments can be easily configured through a `permissions.yml` file on the server, allowing you to add, edit, or remove commands without needing to recompile the plugin.
Installation:
Download the `.jar` file for `TabCommands`.
Place it in the `plugins` folder of your Spigot server.
Restart or reload the server to load the plugin.
Configure your commands and arguments through the `permissions.yml` file.
Commands of the example: -
/tnt get: Executes the get command for the `tnt` primary command.
-
/tnt start [cinematic|start]: Executes the `start` command with options for `cinematic` or `start`.