Advertisement
Guest User

Untitled

a guest
Mar 10th, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # Defines the "default" profile
  2. # All players have this profile by default
  3. default:
  4. NetherGate:
  5. commands:
  6. nether:
  7. world:
  8. go: true
  9. list: true
  10.  
  11. # Defines the "admin" profile
  12. # These players can use "/su" to access any command
  13. admin:
  14. Persistence:
  15. commands:
  16. su: true
  17.  
  18. NetherGate:
  19. commands:
  20. nether:
  21. kit: true
  22. world:
  23. create: true
  24. target: true
  25. go: true
  26. spawn: true
  27. set: true
  28. clean: true
  29. list: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement