Package com.bergerkiller.bukkit.tc

Examples of com.bergerkiller.bukkit.tc.Permission


  }


 
  public static boolean hasCartPerms(SignChangeActionEvent event){
    Permission perm;
    for (char cart : (event.getLine(2) + event.getLine(3)).toCharArray()) {
      perm = minecartPerms.get(Character.toString(cart));
      if (perm.handleMsg(event.getPlayer(), ChatColor.RED + "You do not have permission to create minecarts of this type")){
        continue;
      }
      else{
        return false;
      }
View Full Code Here

TOP

Related Classes of com.bergerkiller.bukkit.tc.Permission

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.