Advertisement
MinecraftSolutions

Untitled

Oct 3rd, 2022
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # If you don't have an option that you want to be configurable, you can suggest
  2. Missions:
  3. Rewards: # value cannot be decimal
  4. without-pass:
  5. mobs:
  6. 1: 500
  7. 2: 1500
  8. 3: 4500
  9. upgrades:
  10. 1: 2500
  11. killer:
  12. 1: 1000
  13. 2: 3000
  14. 3: 5000
  15. mcmmo:
  16. 1: 1000
  17. 2: 3000
  18. 3: 5000
  19. with-pass:
  20. mobs:
  21. 1: 500 * 2
  22. 2: 1500 * 2
  23. 3: 4500 * 2
  24. upgrades:
  25. 1: 2500 * 2
  26. killer:
  27. 1: 1000 * 2
  28. 2: 3000 * 2
  29. 3: 5000 * 2
  30. mcmmo:
  31. 1: 1000 * 2
  32. 2: 3000 * 2
  33. 3: 5000 * 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement