Examples of GoHomeCommand


Examples of com.dinnerbone.bukkit.home.commands.GoHomeCommand

        System.out.println(desc.getFullName() + " has been enabled");

        getCommand("listhomes").setExecutor(new ListHomesCommand(this));
        getCommand("sethome").setExecutor(new SetHomeCommand(this));
        getCommand("gohome").setExecutor(new GoHomeCommand(this));

        setupDatabase();
    }
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.