Package net.sacredlabyrinth.Phaed.TelePlusPlus.listeners

Examples of net.sacredlabyrinth.Phaed.TelePlusPlus.listeners.TPEntityListener


   
    @Override
    public void onEnable() {
        this.config = this.getConfiguration();
        playerListener = new TPPlayerListener(this);
        entityListener = new TPEntityListener(this);
       
        pluginName = this.getDescription().getName();
        pluginVersion = this.getDescription().getVersion();
       
        permissionsManager = new PermissionsManager(this);
View Full Code Here

TOP

Related Classes of net.sacredlabyrinth.Phaed.TelePlusPlus.listeners.TPEntityListener

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.