katubug

Untitled

Jul 14th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. {
  2. "commandBlockSupport": false,
  3. "PerformanceMode": true,
  4. "effects": [
  5. {
  6. "ID": "Promotion-Novice",
  7. "Command": [
  8. "/ranks set @s novice",
  9. "/me just ranked up! They're now a Novice!",
  10. "/tellraw @s [\"\",{\"text\":\"You can now set 3 /home, claim 10 chunks and chunkload 5 of them.\",\"color\":\"gold\"}]"
  11. ],
  12. "TimeUnit": "hour",
  13. "Time": 5,
  14. "Saved": true,
  15. "Online": true,
  16. "Repeat": false,
  17. "AsPlayer": true
  18. },
  19. {
  20. "ID": "Promotion-Apprentice",
  21. "Command": [
  22. "/ranks set @s apprentice",
  23. "/me just ranked up! They're now an Apprentice!",
  24. "/tellraw @s [\"\",{\"text\":\"You can now set 5 /home, claim 15 chunks and chunkload 7 of them.\",\"color\":\"gold\"}]",
  25. "/tellraw @s [\"\",{\"text\":\"Congratulations on your promotion! Your reward is 1 Red Heart Canister.\",\"color\":\"gold\"}]",
  26. "/give @s bhc:red_heart_canister 1"
  27. ],
  28. "TimeUnit": "hour",
  29. "Time": 10,
  30. "Saved": true,
  31. "Online": true,
  32. "Repeat": false,
  33. "AsPlayer": true
  34. },
  35. {
  36. "ID": "Promotion-Journeyman",
  37. "Command": [
  38. "/ranks set @s journeyman",
  39. "/me just ranked up! They're now a Journeyman!",
  40. "/tellraw @s [\"\",{\"text\":\"You can now claim 20 chunks.\",\"color\":\"gold\"}]",
  41. "/tellraw @s [\"\",{\"text\":\"Congratulations on your promotion! Your reward is 1 Yellow Heart Canister.\",\"color\":\"gold\"}]",
  42. "/give @s bhc:yellow_heart_canister 1"
  43. ],
  44. "TimeUnit": "hour",
  45. "Time": 30,
  46. "Saved": true,
  47. "Online": true,
  48. "Repeat": false,
  49. "AsPlayer": true
  50. },
  51. {
  52. "ID": "Promotion-Expert",
  53. "Command": [
  54. "/ranks set @s expert",
  55. "/me just ranked up! They're now an Expert!",
  56. "/tellraw @s [\"\",{\"text\":\"You can now claim 25 chunks.\",\"color\":\"gold\"}]",
  57. "/tellraw @s [\"\",{\"text\":\"Congratulations on your promotion! Your reward is 1 Green Heart Canister.\",\"color\":\"gold\"}]",
  58. "/give @s bhc:green_heart_canister 1"
  59. ],
  60. "TimeUnit": "day",
  61. "Time": 2,
  62. "Saved": true,
  63. "Online": true,
  64. "Repeat": false,
  65. "AsPlayer": true
  66. },
  67. {
  68. "ID": "Promotion-Adept",
  69. "Command": [
  70. "/ranks set @s adept",
  71. "/me just ranked up! They're now an Adept!",
  72. "/tellraw @s [\"\",{\"text\":\"You can now claim 30 chunks.\",\"color\":\"gold\"}]",
  73. "/tellraw @s [\"\",{\"text\":\"Congratulations, you've reached max rank! Your reward is 1 Blue Heart Canister.\",\"color\":\"gold\"}]",
  74. "/give @s bhc:blue_heart_canister 1"
  75. ],
  76. "TimeUnit": "day",
  77. "Time": 6,
  78. "Saved": true,
  79. "Online": true,
  80. "Repeat": false,
  81. "AsPlayer": true
  82. },
  83. {
  84. "ID": "Salary",
  85. "Command": [
  86. "/tellraw @s [\"\",{\"text\":\"Let's get this bread. $50 has been added to your inventory.\",\"color\":\"dark_green\"}]",
  87. "/give @s modcurrency:banknote 1 4"
  88. ],
  89. "TimeUnit": "hour",
  90. "Time": 2,
  91. "Saved": false,
  92. "Online": true,
  93. "Repeat": true,
  94. "AsPlayer": true
  95. },
  96. {
  97. "ID": "Twenty-Day-Absence",
  98. "Command": "/chunks unload_all 0 @s",
  99. "TimeUnit": "day",
  100. "Time": 20,
  101. "Saved": true,
  102. "Online": false,
  103. "Repeat": false,
  104. "AsPlayer": true
  105. },
  106. {
  107. "ID": "Sixty-Day-Absence",
  108. "Command": "/chunks unclaim_all",
  109. "TimeUnit": "day",
  110. "Time": 20,
  111. "Saved": true,
  112. "Online": false,
  113. "Repeat": false,
  114. "AsPlayer": true
  115. }
  116. ],
  117. "tags": [
  118. {
  119. "Tag": "donator",
  120. "ID": [
  121. "Promotion-Novice",
  122. "Promotion-Apprentice",
  123. "Promotion-Journeyman",
  124. "Promotion-Expert",
  125. "Promotion-Adept"
  126. ],
  127. "Default": false
  128. }
  129. ]
  130. }
Advertisement
Add Comment
Please, Sign In to add comment