CloudNetService / CloudNet

A modern application that can dynamically and easily deliver Minecraft oriented software
https://cloudnetservice.eu
Apache License 2.0
369 stars 115 forks source link

feat: improve the signs command on sponge #1373

Closed 0utplay closed 4 months ago

0utplay commented 4 months ago

Motivation

The commands on Sponge have no reasonable tab completion and would suggest parameters on commands that dont take any parameters.

Modification

Split the commands with literals only and commands with parameters into different command executors to ensure proper tab completion.

Result

Proper tab completion.