Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. #
  2. # -----------------------------------------------------------------------------------------------------------------------------------------
  3. #
  4.  
  5. BossTable1: # Used in the identifier in bosses.yml
  6. '1':
  7. RequiredPercent: 15.0
  8.  
  9. RandomCommand: false
  10. MaxCommands: 5
  11. commands:
  12. - '100: voucher give Goblin 1 %player%'
  13. - '100: eco give %player% 100000'
  14. - '40: mp 6 %player%'
  15. - '50: mp 5 %player%'
  16. - '50: mcrate give %player% January 1'
  17. - '10: mcrate give %player% January 2'
  18. - '30: voucher give BuilderGKIT 1 %player%'
  19. - '30: voucher give OPGKIT 1 %player%'
  20. - '30: voucher give WarriorGKIT 1 %player%'
  21. - '30: voucher give BoosterGKIT 1 %player%'
  22.  
  23. '2':
  24. RequiredPercent: 10.0
  25.  
  26. RandomCommand: true
  27. MaxCommands: 4
  28. commands:
  29. - '100: eco give %player% 50000'
  30. - '40: mp 5 %player%'
  31. - '50: mp 4 %player%'
  32. - '20: mcrate give %player% January 1'
  33. - '15: voucher give BuilderGKIT 1 %player%'
  34. - '15: voucher give OPGKIT 1 %player%'
  35. - '15: voucher give WarriorGKIT 1 %player%'
  36. - '15: voucher give BoosterGKIT 1 %player%'
  37.  
  38. '3':
  39. RequiredPercent: 5.0
  40.  
  41. RandomCommand: true
  42. MaxCommands: 3
  43. commands:
  44. - '100: eco give %player% 35000'
  45. - '40: mp 4 %player%'
  46. - '50: mp 3 %player%'
  47. - '15: mcrate give %player% January 1'
  48. - '20: voucher give BuilderGKIT 1 %player%'
  49. - '20: voucher give OPGKIT 1 %player%'
  50. - '20: voucher give WarriorGKIT 1 %player%'
  51. - '15: voucher give BoosterGKIT 1 %player%'
  52.  
  53. #
  54. # -----------------------------------------------------------------------------------------------------------------------------------------
  55. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement