Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(label.equalsIgnoreCase("set home")) {
- if(args.length == 0) {
- player.sendMessage(ChatColor.AQUA + "You must choose a home name!");
- }else if(args.length == 1) {
- homes.addHome(player.getLocation(), args[0], player.getPlayer());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment