Advertisement
Claycorp

Untitled

Feb 6th, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.41 KB | None | 0 0
  1. ,
  2.   {
  3.     "name": "Every donation!",
  4.     "amount": "-1",
  5.     "message": "",
  6.     "countdown": "",
  7.     "rewards": [
  8.       {
  9.         "type": "fireworks",
  10.         "data": {
  11.           "id": "SHORT:401",
  12.           "Damage": "SHORT:0",
  13.           "Count": "BYTE:1",
  14.           "tag": {
  15.             "Fireworks": {
  16.               "Explosions": [
  17.                 {
  18.                   "Trail": "BYTE:$random()",
  19.                   "Colors": "INT[]:$randomRGB(5)",
  20.                   "Flicker": "BYTE:$random()"
  21.                 }
  22.               ],
  23.               "Flight": "BYTE:0"
  24.             }
  25.           },
  26.           "AMOUNT": "INT:10",
  27.           "RADIUS": "INT:5",
  28.           "RideThisMob": "BYTE:0"
  29.         }
  30.       },
  31.       {
  32.         "type": "items",
  33.         "data": {
  34.           "ITEMS": [
  35.             {
  36.               "id": "SHORT:minecraft:written_book",
  37.               "Damage": "SHORT:0",
  38.               "Count": "BYTE:1",
  39.               "tag": {
  40.                 "author": "STRING:$name",
  41.                 "title": "STRING:$names donation",
  42.                 "pages": [
  43.                   "STRING:$note",
  44.                   "STRING:Thank You! $name"
  45.                 ],
  46.                 "display": {
  47.                   "Lore": [
  48.                     "STRING:Donated by $name"
  49.                   ]
  50.                 }
  51.               }
  52.             }
  53.           ],
  54.           "MODE": "BYTE:0"
  55.         }
  56.       }
  57.     ]
  58.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement