Package me.toalec.RankUp.Permissions

Examples of me.toalec.RankUp.Permissions.PermissionsManager


  public void onEnable() {
    Utility.printConsole("Loading...");
    config = new ConfigManager(this);
    config.load();
   
    pm = new PermissionsManager(this, config.getString("rankup_permissions"));
   
   
    if(isEnabled()){
      PluginManager pluginManager = getServer().getPluginManager();
      getServer().getPluginCommand("rankup").setExecutor(new CommandTrigger(this, config, pm));
View Full Code Here

TOP

Related Classes of me.toalec.RankUp.Permissions.PermissionsManager

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.