Advertisement
DuneSciFye

Untitled

Nov 22nd, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. mission-file: SS2CommandMission
  2. auto-reward: false
  3. reset-after-finish: true
  4. only-show-if-required-completed: true
  5. required-missions:
  6. - 'sellitems'
  7. rewards:
  8. commands:
  9. - 'eco give %player% 50'
  10. weight: 9
  11. commands:
  12. '1':
  13. command: '/shop'
  14. amount: 1
  15. icons:
  16. not-completed:
  17. type: EMERALD
  18. name: '&aOpen Shop'
  19. lore:
  20. - '&7Open the Shop with &8[&e/shop&8]'
  21. - '&7Here you can buy items to use!'
  22. - ''
  23. - '&bRewards&7:'
  24. - '&8 - &f$50'
  25. - '&bStatus&7:'
  26. - '&c&l ✘ &cNot Completed'
  27. can-complete:
  28. type: EMERALD
  29. name: '&aOpen Shop'
  30. lore:
  31. - '&7Open the Shop with &8[&e/shop&8]'
  32. - '&7Here you can buy items to use!'
  33. - ''
  34. - '&bRewards&7:'
  35. - '&8 - &f$50'
  36. - '&bStatus&7:'
  37. - '&e&l ✔ &eClick to Claim'
  38. enchants:
  39. SWEEPING_EDGE: 1
  40. flags:
  41. - HIDE_ENCHANTS
  42. completed:
  43. type: EMERALD
  44. name: '&aOpen Shop'
  45. lore:
  46. - '&7Open the Shop with &8[&e/shop&8]'
  47. - '&7Here you can buy items to use!'
  48. - ''
  49. - '&bRewards&7:'
  50. - '&8 - &f$50'
  51. - '&bStatus&7:'
  52. - '&a&l ✔ &aCompleted'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement