Revxrsal / Lamp

A modern annotations-driven commands framework for Java and Kotlin
MIT License
202 stars 38 forks source link

EntitySelector not sending tabcompletion #73

Closed xaanndeer closed 1 year ago

xaanndeer commented 1 year ago

Earlier today I updated Lamp from 3.1.5 to the latest commit (b61c1dd8d1) to fix the "Unknown command issue". After some testing I found out that the EntitySelector no longer sends tabcompletions.

Revxrsal commented 1 year ago

Yes, I've noticed this as well. It's a result of calling CommandRegisteredEvent#setRawCommand(true). setRawCommand seems to fix many issues, but cause others. I still have to find a way to fix that.

Revxrsal commented 1 year ago

Fixed in 3.1.6. Thanks for the report.