Advertisement
Guest User

Untitled

a guest
Mar 10th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 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.  
  10. # Defines the "admin" profile
  11. # These players can use "/su" to access any command
  12. admin:
  13. Persistence:
  14. commands:
  15. su: true
  16.  
  17. NetherGate:
  18. commands:
  19. nether:
  20. world:
  21. create: true
  22. target: true
  23. go: true
  24. spawn:
  25. set: true
  26. clean: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement