Advertisement
DuneSciFye

Untitled

Nov 20th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. mission-file: IslandMissions
  2. auto-reward: false
  3. reset-after-finish: true
  4. rewards:
  5. commands:
  6. - 'gems give %player% 10'
  7. events:
  8. - IslandGenerateBlockEvent
  9. success-check: 'event.getBlock().equals("COAL_ORE")'
  10. required-missions:
  11. - 'createcobblegen'
  12. icons:
  13. not-completed:
  14. type: COAL_ORE
  15. name: '&aUpgrade Cobble Gen'
  16. lore:
  17. - '&7Upgrade your cobblestone'
  18. - '&7generator and produce coal!'
  19. - '&7Find upgrades in &b[&e/is upgrades&b]'
  20. - ''
  21. - '&bRewards&7:'
  22. - '&8 - &f10 Gems'
  23. - '&bStatus&7:'
  24. - '&c&l ✘ &cNot Completed'
  25. can-complete:
  26. type: COAL_ORE
  27. name: '&aUpgrade Cobble Gen'
  28. lore:
  29. - '&7Upgrade your cobblestone'
  30. - '&7generator and produce coal!'
  31. - '&7Find upgrades in &b[&e/is upgrades&b]'
  32. - ''
  33. - '&bRewards&7:'
  34. - '&8 - &f10 Gems'
  35. - '&bStatus&7:'
  36. - '&e&l ✔ &eClick to Claim'
  37. enchants:
  38. DURABILITY: 1
  39. flags:
  40. - HIDE_ENCHANTS
  41. completed:
  42. type: COAL_ORE
  43. name: '&aUpgrade Cobble Gen'
  44. lore:
  45. - '&7Upgrade your cobblestone'
  46. - '&7generator and produce coal!'
  47. - '&7Find upgrades in &b[&e/is upgrades&b]'
  48. - ''
  49. - '&bRewards&7:'
  50. - '&8 - &f10 Gems'
  51. - '&bStatus&7:'
  52. - '&a&l ✔ &aCompleted'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement