katubug

playeractivity config w/ tag

Oct 4th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 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. "tags": [
  85. {
  86. "Tag": "donator",
  87. "ID": [
  88. "Promotion-Novice",
  89. "Promotion-Apprentice",
  90. "Promotion-Journeyman",
  91. "Promotion-Expert",
  92. "Promotion-Adept"
  93. ],
  94. "Default": false
  95. }
  96. ]
  97. }
Advertisement
Add Comment
Please, Sign In to add comment