Chunky (Bukkit)

Chunky (Bukkit)

20.6k Downloads

Use RegisterCommandsEvent to register forge commands

JustRed23 opened this issue ยท 1 comments

commented

I see that you are using the normal dispatcher to register your commands, please use forge's RegisterCommandsEvent to register them instead

commented

Thanks for the tip, looks like this should potentially reduce conflicts with other mods (though, over the last year or two, I have yet to see a report indicating that to be an issue, so it should be rare). If you've encountered any, let me know. The change will be included in a future release, but for now you can obtain a build from our CI here or through Github Actions.