TheFruxz / Sparkle

An all-around framework, written in Kotlin, for plugins running on paper servers (and above).
https://moltenkt.gitbook.io/sparkle/
GNU Lesser General Public License v3.0
15 stars 1 forks source link

Aliases not working #157

Closed InvalidJoker closed 4 months ago

InvalidJoker commented 5 months ago

Currently, if you set an alias it doesn't actually execute, because Brigadier doesn't know that command.

Fix:

Pass the command name through not the alias.