Advertisement
Sevenous

Monthly Crate

Jun 24th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. normal: {
  2. "$2,500,000": {
  3. chance: 10,
  4. commands: ["eco give {player} 2500000"],
  5. icon: "paper 1",
  6. },
  7. "$1,000,000": {
  8. chance: 15,
  9. commands: ["eco give {player} 1000000"],
  10. icon: "paper 1",
  11. },
  12. "$500,000": {
  13. chance: 25,
  14. commands: ["eco give {player} 500000"],
  15. icon: "paper 1",
  16. },
  17. "$250,000": {
  18. chance: 30,
  19. commands: ["eco give {player} 250000"],
  20. icon: "paper 1",
  21. },
  22. "3x Legendary Keys": {
  23. chance: 15,
  24. commands: ["givecratekey legendary {player} 3"],
  25. icon: "tripwire hook 3"
  26. },
  27. "6x Legendary Keys": {
  28. chance: 5,
  29. commands: ["givecratekey legendary {player} 6"],
  30. icon: "tripwire hook 6"
  31. },
  32. "3x Legendary Spawner Pouches": {
  33. chance: 5,
  34. commands: ["givepouch {player} spawner legendary 3"],
  35. icon: "enderchest 3"
  36. },
  37. "3x Legendary Money Pouch": {
  38. chance: 5,
  39. commands: ["givepouch {player} money legendary 3"],
  40. icon: "enderchest 3"
  41. },
  42. "3x Legendary XP Pouches": {
  43. chance: 5,
  44. commands: ["givepouch {player} xp rare 3"],
  45. icon: "enderchest 3",
  46. },
  47. "5x Cow Spawner": {
  48. chance: 15,
  49. commands: ["give {player} 52:92 5"],
  50. icon: "52 5"
  51. },
  52. "10x Cow Spawner": {
  53. chance: 10,
  54. commands: ["give {player} 52:92 10"],
  55. icon: "52 10"
  56. },
  57. "3x Blaze Spawner": {
  58. chance: 20,
  59. commands: ["give {player} 52:61 3"],
  60. icon: "52 3"
  61. },
  62. "5x Blaze Spawner": {
  63. chance: 10,
  64. commands: ["give {player} 52:61 5"],
  65. icon: "52 5"
  66. },
  67. "5x Villager Spawner": {
  68. chance: 3,
  69. commands: ["give {player} 52:120 5"],
  70. icon: "52 5"
  71. },
  72. "3x Villager Spawner": {
  73. chance: 10,
  74. commands: ["give {player} 52:120 3"],
  75. icon: "52 3"
  76. },
  77. },
  78. final: {
  79. "5x Villager Spawner": {
  80. chance: 25,
  81. commands: ["give {player} 52:120 5"],
  82. icon: "52 3",
  83. },
  84. "$5,000,000": {
  85. chance: 10,
  86. commands: ["eco give {player} 5000000"],
  87. icon: "paper 1"
  88. },
  89. "$2,500,000": {
  90. chance: 25,
  91. commands: ["eco give {player} 5000000"],
  92. icon: "paper 1"
  93. },
  94. "1x Monthly Crate": {
  95. chance: 20,
  96. commands: ["givemonthlycrate {player} 1"],
  97. icon: "enderchest 1",
  98. },
  99. "1x Omega Rank": {
  100. chance: 1,
  101. commands: ["giverankcoupon {player} Omega"],
  102. icon: "paper 1",
  103. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement