New features
mani1232 opened this issue · 1 comments
Auto generation pages, like this
https://github.com/mani1232/CommandsToGui/blob/spigot-support/src/main/kotlin/cc/worldmandia/guis/MultiPageGui.kt
And animation
Command builder like this
https://github.com/mani1232/CommandsToGui/blob/spigot-support/src/main/kotlin/cc/worldmandia/commands/Commands.kt
KtPaperGui example
https://github.com/mani1232/CommandsToGui
I like the multi page i think that'd be a good feature, it was initially added as an example but I think it could be built upon some more.
The new declarative command builder I'm working on should work there, I plan on also using Brigadier for arguments if the versin is >= 1.20.6, see dev branch impl progress. Also includes pre-made arguments and will include a more effective implementation, since making new args requires quite some boilerplate sometimes.