Package com.khorn.terraincontrol.bukkit.commands

Examples of com.khorn.terraincontrol.bukkit.commands.TCCommandExecutor


                TerrainControl.log(LogMarker.FATAL, "Failed to register structures:");
                TerrainControl.printStackTrace(LogMarker.FATAL, e);
            }

            // Start the engine
            this.commandExecutor = new TCCommandExecutor(this);
            this.listener = new TCListener(this);
            Bukkit.getMessenger().registerOutgoingPluginChannel(this, PluginStandardValues.ChannelName);

            TerrainControl.log(LogMarker.INFO, "Global objects loaded, waiting for worlds to load");
View Full Code Here

TOP

Related Classes of com.khorn.terraincontrol.bukkit.commands.TCCommandExecutor

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.