Advertisement
Claycorp

Untitled

Oct 31st, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. ,
  2. {
  3. "name": "Every donation!",
  4. "amount": "-1",
  5. "message": "",
  6. "countdown": "",
  7. "rewards": [
  8. {
  9. "type": "item",
  10. "data": {
  11. "id": "SHORT:387",
  12. "Damage": "SHORT:0",
  13. "Count": "BYTE:1",
  14. "tag": {
  15. "author": "STRING:$name",
  16. "title": "STRING:$names donation",
  17. "pages": [
  18. "STRING:$note",
  19. "STRING:Thank You! $name"
  20. ]
  21. },
  22. "SLOT": "INT:-1"
  23. }
  24. },
  25. {
  26. "type": "fireworks",
  27. "data": {
  28. "id": "SHORT:401",
  29. "Damage": "SHORT:0",
  30. "Count": "BYTE:1",
  31. "tag": {
  32. "Fireworks": {
  33. "Explosions": [
  34. {
  35. "Trail": "BYTE:$random()",
  36. "Colors": "INT[]:$randomRGB(5)",
  37. "Flicker": "BYTE:$random()"
  38. }
  39. ],
  40. "Flight": "BYTE:0"
  41. }
  42. },
  43. "AMOUNT": "INT:10",
  44. "RADIUS": "INT:5",
  45. "RideThisMob": "BYTE:0"
  46. }
  47. },
  48. {
  49. "type": "item",
  50. "data": {
  51. "id": "SHORT:4393",
  52. "Damage": "SHORT:0",
  53. "Count": "BYTE:1",
  54. "tag": {
  55. "SkullOwner": {
  56. "Name": "STRING:$name",
  57. "Id": "STRING:$uuid"
  58. }
  59. },
  60. "SLOT": "INT:-1"
  61. }
  62. }
  63. ]
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement