Package com.forgeessentials.chat.commands

Examples of com.forgeessentials.chat.commands.CommandMail


        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());

        try
        {
            logdir = moduleDir;
View Full Code Here

TOP

Related Classes of com.forgeessentials.chat.commands.CommandMail

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.