Yukkuricraft / YakumoDash

Webtool for managing all Yukkuricraft software infrastructure
0 stars 0 forks source link

Investigate Tab Complete Feasibility in Web Console #19

Closed remiscarlet closed 1 year ago

remiscarlet commented 1 year ago

Tab completing seems difficult if not impossible with the current setup of running commands via Runner.py on the backend.

In particular, we do not have a way to actually emulate "tabbing" in the server console as it is. We might have to write a custom Java plugin to run in Minecraft itself to expose an http endpoint we can query tabcomplete options instead.

Look into/design a path forward for implementing tabcomplete on web consoles.

remiscarlet commented 1 year ago

Belongs more in backend.

https://github.com/Yukkuricraft/Yukkuricraft/issues/22