Examples of TeleportManager


Examples of net.sacredlabyrinth.Phaed.TelePlusPlus.managers.TeleportManager

        pluginVersion = this.getDescription().getVersion();
       
        permissionsManager = new PermissionsManager(this);
        settingsManager = new SettingsManager(this);
        requestsManager = new RequestsManager(this);
        teleportManager = new TeleportManager(this);
        toggleManager = new ToggleManager(this);
        commandManager = new CommandManager(this);
        glassedManager = new GlassedManager(this);
        helpManager = new HelpManager(this);
        itemManager = new ItemManager(this);
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.