Package ru.tehkode.permissions.commands

Examples of ru.tehkode.permissions.commands.CommandsManager


  @Override
  public void onLoad() {
    try {
      this.config = new PermissionsExConfig(this.getConfig(), this);
      this.commandsManager = new CommandsManager(this);

      if (!getServer().getOnlineMode()) {
        getLogger().log(Level.WARNING, "This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!");
      }
      //this.permissionsManager = new PermissionManager(this.config);
View Full Code Here

TOP

Related Classes of ru.tehkode.permissions.commands.CommandsManager

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.