telinc1 Posted November 25, 2012 Posted November 25, 2012 The topic title sums it, really. I want to add a new command, and the only method I found for it is addComand() in the ModLoader.java class. Is it safe to use the method, or is there another one? Thanks in advance! -Telinc Quote
luacs1998 Posted November 25, 2012 Posted November 25, 2012 https://github.com/ForgeEssentials/ForgeEssentialsMain/blob/master/src/common/com/ForgeEssentials/commands/ModuleCommands.java#L48 Look at how ServerStarting is used to register commands. Quote Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
telinc1 Posted November 25, 2012 Author Posted November 25, 2012 https://github.com/ForgeEssentials/ForgeEssentialsMain/blob/master/src/common/com/ForgeEssentials/commands/ModuleCommands.java#L48 Look at how ServerStarting is used to register commands. Thanks a lot, dude! It worked. Quote
Recommended Posts
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.