Package net.canarymod.api

Examples of net.canarymod.api.OfflinePlayer


        if (group == null) {
            caller.notice(Translator.translateAndFormat("unknown group", args[2]));
            return;
        }
        if (target == null) {
            OfflinePlayer oplayer = Canary.getServer().getOfflinePlayer(args[1]);
            if (oplayer.removeGroup(group)) {
                caller.message(Colors.YELLOW + Translator.translate("modify group removed"));
            }
            else {
                caller.message(Colors.YELLOW + Translator.translate("modify group removed failed"));
            }
View Full Code Here

TOP

Related Classes of net.canarymod.api.OfflinePlayer

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.