kokumaji / warrior-plugin

1 stars 0 forks source link

Packet based command aliases/autocomplete #23

Open kokumaji opened 3 years ago

kokumaji commented 3 years ago

Using the Tab Completion packet, we should be able to fully hide commands that arent meant for a regular user (e.g. warrior reload database) while also offering shorter commands without having to register a command twice (e.g. /arena join <arena> -> /join <arena>). If this should be done via packets can be discussed however.