Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. 'KitNotUnlocked':
  2. material: barrier
  3. slot: 0
  4. priority: 2
  5. display_name: '&cKit not unlocked'
  6. lore:
  7. - '&cYou don''t have access to this kit!'
  8. left_click_commands:
  9. - '[close]'
  10. right_click_commands:
  11. - '[close]'
  12. 'KitUnlocked':
  13. material: diamond
  14. slot: 0
  15. priority: 1
  16. display_name: '&aClaim kit'
  17. lore:
  18. - '&aClick to claim this kit.'
  19. view_requirement:
  20. requirements:
  21. hasmoney:
  22. type: has permission
  23. permission: yourKit.Permission
  24. left_click_commands:
  25. - '[close]'
  26. - '[player] kit YourKit'
  27. right_click_commands:
  28. - '[close]'
  29. - '[player] kit YourKit'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement