Suggestion: Use RegisterCommandsEvent to register commands
JustRed23 opened this issue ยท 1 comments
Hi, I was wondering why you use a ServerStartingEvent instead of a RegisterCommandsEvent to register commands. I am currently working on a hybrid server that uses a different dispatcher than the vanilla one to register Forge commands and hooked it into the default RegisterCommandsEvent. Commands from your mod don't work because of that. Would you be able to change this?