Examples of MobhealthCommand


Examples of com.gmail.nossr50.commands.MobhealthCommand

        PluginCommand command = mcMMO.p.getCommand("mobhealth");
        command.setDescription("Change the style of the mob healthbar"); //TODO: Localize
        command.setPermission("mcmmo.commands.mobhealth");
        command.setPermissionMessage(permissionsMessage);
        command.setUsage(LocaleLoader.getString("Commands.Usage.1", "mobhealth", "<DISABLED | HEARTS | BAR>"));
        command.setExecutor(new MobhealthCommand());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.