Package com.dinnerbone.bukkit.home.commands

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

Related Classes of com.dinnerbone.bukkit.home.commands.GoHomeCommand

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.