Server Side Command don't work
UnRealDinnerbone opened this issue ยท 4 comments
Server-side commands don't get registered
This is because the call to CommandRegistry.entries is called before the mods have a chance to register them in their onInitialize
This #106 PR fixes it.