Advertisement
Guest User

Untitled

a guest
Aug 10th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. {
  2. "achievements":
  3. [
  4. {
  5. "id": 1,
  6. "categoryId": 2,
  7. "name": "SsssKiller",
  8. "description": "Kill 5 creepers",
  9. "type": "killmob",
  10. "subtype": "creeper",
  11. "world": "Main",
  12. "count": 5,
  13. "reward": [
  14. "give $player$ tnt 1"
  15. ],
  16. "points": 5,
  17. "special": false
  18. },
  19. {
  20. "id": 2,
  21. "categoryId": 3,
  22. "name": "Diggy Hole",
  23. "description": "Mine out 1000 stone",
  24. "type": "blockbreak",
  25. "subtype": "stone",
  26. "world": "Main",
  27. "count": 1000,
  28. "reward": [
  29. "give $player$ iron_pickaxe 1"
  30. ],
  31. "points": 25,
  32. "special": false
  33. },
  34. {
  35. "id": 3,
  36. "categoryId": 2,
  37. "name": "Slayer",
  38. "description": "Kill 10 players",
  39. "type": "killplayer",
  40. "world": "*",
  41. "count": 10,
  42. "reward": [
  43. "tell $player$ You have received compensation for your accomplishments",
  44. "money give $player$ 100"
  45. ],
  46. "points": 20,
  47. "special": false
  48. },
  49. {
  50. "id": 4,
  51. "categoryId": 2,
  52. "name": "Slayer II",
  53. "description": "Kill 25 players",
  54. "type": "killplayer",
  55. "world": "*",
  56. "count": 25,
  57. "reward": [
  58. "tell $player$ You have received compensation for your accomplishments",
  59. "money give $player$ 250"
  60. ],
  61. "points": 50,
  62. "special": false
  63. },
  64. {
  65. "id": 5,
  66. "categoryId": 2,
  67. "name": "Slayer III",
  68. "description": "Kill 50 players",
  69. "type": "killplayer",
  70. "world": "*",
  71. "count": 50,
  72. "reward": [
  73. "tell $player$ You have received compensation for your accomplishments",
  74. "money give $player$ 500"
  75. ],
  76. "points": 100,
  77. "special": false
  78. },
  79. {
  80. "id": 6,
  81. "categoryId": 2,
  82. "name": "Slayer IV",
  83. "description": "Kill 100 players",
  84. "type": "killplayer",
  85. "world": "*",
  86. "count": 100,
  87. "reward": [
  88. "give $player$ diamond_sword 1",
  89. "tell $player$ You have received compensation for your accomplishments",
  90. "money give $player$ 1000"
  91. ],
  92. "points": 200,
  93. "special":true
  94. },
  95. {
  96. "id": 8,
  97. "categoryId": 2,
  98. "name": "Underdog",
  99. "description": "Get killed 10 times in PvP",
  100. "type": "killedbyplayer",
  101. "world": "*",
  102. "count": 10,
  103. "reward": [
  104. "give $player$ golden_apple 1",
  105. "tell $player$ This might help next time..."
  106. ],
  107. "points": 1,
  108. "special": false
  109. },
  110. {
  111. "id": 9,
  112. "categoryId": 1,
  113. "name": "Chatty",
  114. "description": "Send 500 lines of text",
  115. "type": "chat",
  116. "subtype": "*",
  117. "world": "*",
  118. "count": 500,
  119. "reward": [
  120. "tell $player$ You sure are talkative, you should try writing!",
  121. "give $player$ sign 4",
  122. "give $player$ book_and_quill 1"
  123. ],
  124. "points": 50,
  125. "special": true
  126. },
  127. {
  128. "id": 10,
  129. "categoryId": 1,
  130. "name": "Magician",
  131. "description": "Enchant 25 items",
  132. "type": "enchant",
  133. "subtype": "*",
  134. "world": "Main",
  135. "count": 25,
  136. "reward": [
  137. "give $player$ nether_star 1"
  138. ],
  139. "points": 50,
  140. "special": true
  141. }
  142.  
  143. ]
  144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement