Ability to inject nested commands on runtime
LadyCailinBot opened this issue ยท 1 comments
WORLDEDIT-3117 - Reported by me4502
Currently nested commands must be created on compile time with annotations, this means that commands can't easily be enabled/disabled.
Allowing them to be injected on runtime will mean that commands can be enabled/disabled as features are enabled/disabled.