Guest User

Untitled

a guest
May 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #For each
  2.  
  3. requirements:
  4. '0':
  5. type: permission
  6. permission: quest.chooseaguild
  7. #blah blah
  8.  
  9. rewards:
  10. '0':
  11. type: permission
  12. permission: -quest.otherguild1
  13. '1':
  14. type: permission
  15. permission: -quest.otherguild2
  16.  
  17. #Alternatively
  18. rewards:
  19. '0':
  20. type: permission
  21. permission: quest.otherguild1
  22. take: true
  23. '1':
  24. type: permission
  25. permission: quest.otherguild2
  26. take: true
Add Comment
Please, Sign In to add comment