Advertisement
Drakia

Untitled

Oct 30th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. warpz0r.use -- All warp functionality
  2. warpz0r.world -- All worlds
  3. warpz0r.world.{world} -- Allow access to {world}
  4. warpz0r.network -- All networks
  5. warpz0r.network.{network} -- Allow access to {network}
  6. warpz0r.list -- Allow access to /warps
  7.  
  8. warpz0r.manage -- Allow set/remove on all networks (Overrides child nodes)
  9. warpz0r.set -- Allow full set
  10. warpz0r.set.network -- Allow access to set on all networks
  11. warpz0r.set.network.{network} -- Allow set on {network}
  12. warpz0r.remove -- Allow full remove (Overrides all lower remove perms)
  13. warpz0r.remove.network -- Allow full remove on all networks
  14. warpz0r.remove.network.{network} -- Allow remove on {network}
  15.  
  16. warpz0r.find -- Allow use of /wfind commands
  17.  
  18. warpz0r.free -- Everything free
  19. warpz0r.free.set
  20. warpz0r.free.remove
  21. warpz0r.free.warp
  22. warpz0r.free.home
  23. warpz0r.free.sethome
  24.  
  25. warpz0r.admin -- All admin functionality
  26. warpz0r.admin.warpto -- Warp other players
  27. warpz0r.admin.home -- Access others homes
  28. warpz0r.admin.sethome -- Set other players homes
  29. warpz0r.admin.clearhome -- Clear other players homes
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement