LDEV-3335 store component properties per class
https://luceeserver.atlassian.net/browse/LDEV-3335
I was thinking of implementing something like this at some point. I’ll mark this as an enhancement
If it can help : https://github.com/lucko/commodore https://github.com/Mojang/brigadier
Maybe a json format can be used ?
priority: low 😭
If it can help : https://github.com/lucko/commodore https://github.com/Mojang/brigadier
Maybe a json format can be used ?
As of right now, we can't use Brigadier because Skript still supports 1.9 - 1.12
Hello! I see this has been abandoned and would like to suggest again that it be added! This would make custom Skripts so much nicer! You could even define them more simply like this:
on load:
loop 10:
set {listVar::%loop-index%} to loop-index
command /foo <parameter> with suggestions {listVar::*}:
The above example would have 10 suggestions total (1-10)
this technically hasn't been abandoned just not labled it has a pr at #6418