Posted August 15, 20205 yr Hello. So, as the title suggests, I currently have some problems regarding the registration of commands. I used to do this like this: @SubscribeEvent public void onServerStarting(FMLServerStartingEvent event) { CommandToggleSel.register(event.getCommandDispatcher()); CommandSaveSelection.registerCommandTpDim(event.getCommandDispatcher()); CommandPlaceStructure.registerCommandTpDim(event.getCommandDispatcher()); CommandPlaceTree.register(event.getCommandDispatcher()); CommandPlayIntro.register(event.getCommandDispatcher()); } But that doesn't seem to work anymore. So, what should I do instead of this?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.