@SubscribeEvent
public void serverStarting(FEModuleServerInitEvent e)
{
FunctionHelper.registerServerCommand(new CommandMsg());
FunctionHelper.registerServerCommand(new CommandR());
FunctionHelper.registerServerCommand(new CommandNickname());
FunctionHelper.registerServerCommand(new CommandPm());
FunctionHelper.registerServerCommand(new CommandMute());
FunctionHelper.registerServerCommand(new CommandUnmute());
FunctionHelper.registerServerCommand(new CommandMail());
FunctionHelper.registerServerCommand(new CommandAutoMessage());