Examples of renameArea()


Examples of com.bekvon.bukkit.residence.protection.ClaimedResidence.renameArea()

                ClaimedResidence res = rmanager.getByName(args[1]);
                if (res == null) {
                    player.sendMessage(ChatColor.RED + language.getPhrase("InvalidResidence"));
                    return true;
                }
                res.renameArea(player, args[2], args[3], resadmin);
                return true;
            }
            return false;
        }
        if (cmd.equals("unstuck")) {
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.