Advertisement
Guest User

AirPunch Permissions

a guest
Oct 1st, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1. package AirPunch.korra.abilities;
  2.  
  3. import org.bukkit.permissions.Permission;
  4.  
  5. public class AirPunchPermissions{
  6.     //Register our default permission variable
  7.     public Permission airpunchDefault;
  8.    
  9.     public AirPunchPermissions(){
  10.         super();
  11.         //Register our permission
  12.         airpunchDefault = new Permission("bending.ability.AirPunch");
  13.     }
  14.     //...what? That's it, seriously... for this file anyway
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement