Package com.forgeessentials.chat

Examples of com.forgeessentials.chat.Mail


        for (int i = 1; i < args.length; i++)
        {
            cmd.append(args[i]);
            cmd.append(" ");
        }
        MailSystem.AddMail(new Mail("", sender.getCommandSenderName(), args[0], cmd.toString()));
        OutputHandler.chatConfirmation(sender, String.format("Posted message to %s.", args[0]));
    }
View Full Code Here

TOP

Related Classes of com.forgeessentials.chat.Mail

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.