Advertisement
Claycorp

Untitled

Dec 1st, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 23.07 KB | None | 0 0
  1. [
  2.   {
  3.     "name": "Every donation",
  4.     "amount": "-1",
  5.     "message": "$name Donated!",
  6.     "countdown": "",
  7.     "rewards": [
  8.       {
  9.         "type": "items",
  10.         "data": {
  11.           "ITEMS": [
  12.             {
  13.               "id": "SHORT:minecraft:written_book",
  14.               "Damage": "SHORT:0",
  15.               "Count": "BYTE:1",
  16.               "tag": {
  17.                 "author": "STRING:$name",
  18.                 "title": "STRING:Donation message from $name",
  19.                 "pages": [
  20.                   "STRING:$note",
  21.                   "STRING:$name is an extremly awsome person for donating!\n\nThanks $name!"
  22.                 ]
  23.               }
  24.             }
  25.           ],
  26.           "MODE": "BYTE:0"
  27.         }
  28.       },
  29.       {
  30.         "type": "fireworks",
  31.         "data": {
  32.           "id": "SHORT:401",
  33.           "Damage": "SHORT:0",
  34.           "Count": "BYTE:1",
  35.           "tag": {
  36.             "Fireworks": {
  37.               "Explosions": [
  38.                 {
  39.                   "Type": "BYTE:$random(0,5)",
  40.                   "Colors": "INT[]:$randomRGB(5)",
  41.                   "Flicker": "BYTE:$random()",
  42.                   "Trail": "BYTE:$random()"
  43.                 }
  44.               ],
  45.               "Flight": "BYTE:0"
  46.             }
  47.           },
  48.           "RideThisMob": "BYTE:0",
  49.           "AMOUNT": "INT:8",
  50.           "RADIUS": "INT:5"
  51.         }
  52.       }
  53.     ]
  54.   },
  55.   {
  56.     "name": "Lucky blocks",
  57.     "amount": "1",
  58.     "message": "Are you lucky? Kappa",
  59.     "countdown": "",
  60.     "rewards": [
  61.       {
  62.         "type": "structure",
  63.         "data": {
  64.           "shapes": [
  65.             {
  66.               "blockData": [
  67.                 {
  68.                   "tileEntityData": {
  69.                     "id": "STRING:luckyBlockData",
  70.                     "Drops": [],
  71.                     "Luck": "INT:0"
  72.                   },
  73.                   "blockID": "INT:lucky:lucky_block"
  74.                 }
  75.               ],
  76.               "shape": "STRING:PointI",
  77.               "z": "INT:0",
  78.               "y": "INT:-1",
  79.               "x": "INT:0",
  80.               "center": {},
  81.               "replaceableOnly": "BYTE:1"
  82.             }
  83.           ],
  84.           "rotate": "BYTE:0",
  85.           "baseRotation": "BYTE:-1"
  86.         }
  87.       }
  88.     ]
  89.   },
  90.   {
  91.     "name": "Lucky blocks 2",
  92.     "amount": "2",
  93.     "message": "Are you lucky? Kappa",
  94.     "countdown": "",
  95.     "rewards": [
  96.       {
  97.         "type": "structure",
  98.         "data": {
  99.           "shapes": [
  100.             {
  101.               "blockData": [
  102.                 {
  103.                   "tileEntityData": {
  104.                     "id": "STRING:luckyBlockData",
  105.                     "Drops": [],
  106.                     "Luck": "INT:0"
  107.                   },
  108.                   "blockID": "INT:lucky:lucky_block"
  109.                 }
  110.               ],
  111.               "shape": "STRING:PointI",
  112.               "z": "INT:0",
  113.               "y": "INT:-1",
  114.               "x": "INT:0",
  115.               "center": {},
  116.               "replaceableOnly": "BYTE:1"
  117.             }
  118.           ],
  119.           "rotate": "BYTE:0",
  120.           "baseRotation": "BYTE:-1"
  121.         }
  122.       },
  123.       {
  124.         "type": "items",
  125.         "data": {
  126.           "ITEMS": [
  127.             {
  128.               "id": "SHORT:lucky:lucky_block",
  129.               "Damage": "SHORT:0",
  130.               "Count": "BYTE:1"
  131.             }
  132.           ],
  133.           "MODE": "BYTE:0"
  134.         }
  135.       }
  136.     ]
  137.   },
  138.   {
  139.     "name": "Lucky blocks 3",
  140.     "amount": "3",
  141.     "message": "Are you lucky? Kappa",
  142.     "countdown": "",
  143.     "rewards": [
  144.       {
  145.         "type": "structure",
  146.         "data": {
  147.           "shapes": [
  148.             {
  149.               "blockData": [
  150.                 {
  151.                   "tileEntityData": {
  152.                     "id": "STRING:luckyBlockData",
  153.                     "Drops": [],
  154.                     "Luck": "INT:0"
  155.                   },
  156.                   "blockID": "INT:lucky:lucky_block"
  157.                 }
  158.               ],
  159.               "shape": "STRING:PointI",
  160.               "z": "INT:0",
  161.               "y": "INT:-1",
  162.               "x": "INT:0",
  163.               "center": {},
  164.               "replaceableOnly": "BYTE:1"
  165.             }
  166.           ],
  167.           "rotate": "BYTE:0",
  168.           "baseRotation": "BYTE:-1"
  169.         }
  170.       },
  171.       {
  172.         "type": "items",
  173.         "data": {
  174.           "ITEMS": [
  175.             {
  176.               "id": "SHORT:lucky:lucky_block",
  177.               "Damage": "SHORT:0",
  178.               "Count": "BYTE:2"
  179.             }
  180.           ],
  181.           "MODE": "BYTE:0"
  182.         }
  183.       }
  184.     ]
  185.   },
  186.   {
  187.     "name": "Lucky blocks 4",
  188.     "amount": "4",
  189.     "message": "Are you lucky? Kappa",
  190.     "countdown": "",
  191.     "rewards": [
  192.       {
  193.         "type": "structure",
  194.         "data": {
  195.           "shapes": [
  196.             {
  197.               "blockData": [
  198.                 {
  199.                   "tileEntityData": {
  200.                     "id": "STRING:luckyBlockData",
  201.                     "Drops": [],
  202.                     "Luck": "INT:0"
  203.                   },
  204.                   "blockID": "INT:lucky:lucky_block"
  205.                 }
  206.               ],
  207.               "shape": "STRING:PointI",
  208.               "z": "INT:0",
  209.               "y": "INT:-1",
  210.               "x": "INT:0",
  211.               "center": {},
  212.               "replaceableOnly": "BYTE:1"
  213.             }
  214.           ],
  215.           "rotate": "BYTE:0",
  216.           "baseRotation": "BYTE:-1"
  217.         }
  218.       },
  219.       {
  220.         "type": "items",
  221.         "data": {
  222.           "ITEMS": [
  223.             {
  224.               "id": "SHORT:lucky:lucky_block",
  225.               "Damage": "SHORT:0",
  226.               "Count": "BYTE:3"
  227.             }
  228.           ],
  229.           "MODE": "BYTE:0"
  230.         }
  231.       }
  232.     ]
  233.   },
  234.   {
  235.     "name": "Lucky blocks 5",
  236.     "amount": "5",
  237.     "message": "Are you lucky? Kappa",
  238.     "countdown": "",
  239.     "rewards": [
  240.       {
  241.         "type": "structure",
  242.         "data": {
  243.           "shapes": [
  244.             {
  245.               "blockData": [
  246.                 {
  247.                   "tileEntityData": {
  248.                     "id": "STRING:luckyBlockData",
  249.                     "Drops": [],
  250.                     "Luck": "INT:0"
  251.                   },
  252.                   "blockID": "INT:lucky:lucky_block"
  253.                 }
  254.               ],
  255.               "shape": "STRING:PointI",
  256.               "z": "INT:0",
  257.               "y": "INT:-1",
  258.               "x": "INT:0",
  259.               "center": {},
  260.               "replaceableOnly": "BYTE:1"
  261.             }
  262.           ],
  263.           "rotate": "BYTE:0",
  264.           "baseRotation": "BYTE:-1"
  265.         }
  266.       },
  267.       {
  268.         "type": "items",
  269.         "data": {
  270.           "ITEMS": [
  271.             {
  272.               "id": "SHORT:lucky:lucky_block",
  273.               "Damage": "SHORT:0",
  274.               "Count": "BYTE:4"
  275.             }
  276.           ],
  277.           "MODE": "BYTE:0"
  278.         }
  279.       }
  280.     ]
  281.   },
  282.   {
  283.     "name": "Lucky blocks 6",
  284.     "amount": "6",
  285.     "message": "Are you lucky? Kappa",
  286.     "countdown": "",
  287.     "rewards": [
  288.       {
  289.         "type": "structure",
  290.         "data": {
  291.           "shapes": [
  292.             {
  293.               "blockData": [
  294.                 {
  295.                   "tileEntityData": {
  296.                     "id": "STRING:luckyBlockData",
  297.                     "Drops": [],
  298.                     "Luck": "INT:0"
  299.                   },
  300.                   "blockID": "INT:lucky:lucky_block"
  301.                 }
  302.               ],
  303.               "shape": "STRING:PointI",
  304.               "z": "INT:0",
  305.               "y": "INT:-1",
  306.               "x": "INT:0",
  307.               "center": {},
  308.               "replaceableOnly": "BYTE:1"
  309.             }
  310.           ],
  311.           "rotate": "BYTE:0",
  312.           "baseRotation": "BYTE:-1"
  313.         }
  314.       },
  315.       {
  316.         "type": "items",
  317.         "data": {
  318.           "ITEMS": [
  319.             {
  320.               "id": "SHORT:lucky:lucky_block",
  321.               "Damage": "SHORT:0",
  322.               "Count": "BYTE:5"
  323.             }
  324.           ],
  325.           "MODE": "BYTE:0"
  326.         }
  327.       }
  328.     ]
  329.   },
  330.   {
  331.     "name": "Lucky blocks 7",
  332.     "amount": "7",
  333.     "message": "Are you lucky? Kappa",
  334.     "countdown": "",
  335.     "rewards": [
  336.       {
  337.         "type": "structure",
  338.         "data": {
  339.           "shapes": [
  340.             {
  341.               "blockData": [
  342.                 {
  343.                   "tileEntityData": {
  344.                     "id": "STRING:luckyBlockData",
  345.                     "Drops": [],
  346.                     "Luck": "INT:0"
  347.                   },
  348.                   "blockID": "INT:lucky:lucky_block"
  349.                 }
  350.               ],
  351.               "shape": "STRING:PointI",
  352.               "z": "INT:0",
  353.               "y": "INT:-1",
  354.               "x": "INT:0",
  355.               "center": {},
  356.               "replaceableOnly": "BYTE:1"
  357.             }
  358.           ],
  359.           "rotate": "BYTE:0",
  360.           "baseRotation": "BYTE:-1"
  361.         }
  362.       },
  363.       {
  364.         "type": "items",
  365.         "data": {
  366.           "ITEMS": [
  367.             {
  368.               "id": "SHORT:lucky:lucky_block",
  369.               "Damage": "SHORT:0",
  370.               "Count": "BYTE:6"
  371.             }
  372.           ],
  373.           "MODE": "BYTE:0"
  374.         }
  375.       }
  376.     ]
  377.   },
  378.   {
  379.     "name": "Lucky blocks 8",
  380.     "amount": "8",
  381.     "message": "Are you lucky? Kappa",
  382.     "countdown": "",
  383.     "rewards": [
  384.       {
  385.         "type": "structure",
  386.         "data": {
  387.           "shapes": [
  388.             {
  389.               "blockData": [
  390.                 {
  391.                   "tileEntityData": {
  392.                     "id": "STRING:luckyBlockData",
  393.                     "Drops": [],
  394.                     "Luck": "INT:0"
  395.                   },
  396.                   "blockID": "INT:lucky:lucky_block"
  397.                 }
  398.               ],
  399.               "shape": "STRING:PointI",
  400.               "z": "INT:0",
  401.               "y": "INT:-1",
  402.               "x": "INT:0",
  403.               "center": {},
  404.               "replaceableOnly": "BYTE:1"
  405.             }
  406.           ],
  407.           "rotate": "BYTE:0",
  408.           "baseRotation": "BYTE:-1"
  409.         }
  410.       },
  411.       {
  412.         "type": "items",
  413.         "data": {
  414.           "ITEMS": [
  415.             {
  416.               "id": "SHORT:lucky:lucky_block",
  417.               "Damage": "SHORT:0",
  418.               "Count": "BYTE:7"
  419.             }
  420.           ],
  421.           "MODE": "BYTE:0"
  422.         }
  423.       }
  424.     ]
  425.   },
  426.   {
  427.     "name": "Lucky blocks 9",
  428.     "amount": "9",
  429.     "message": "Are you lucky? Kappa",
  430.     "countdown": "",
  431.     "rewards": [
  432.       {
  433.         "type": "structure",
  434.         "data": {
  435.           "shapes": [
  436.             {
  437.               "blockData": [
  438.                 {
  439.                   "tileEntityData": {
  440.                     "id": "STRING:luckyBlockData",
  441.                     "Drops": [],
  442.                     "Luck": "INT:0"
  443.                   },
  444.                   "blockID": "INT:lucky:lucky_block"
  445.                 }
  446.               ],
  447.               "shape": "STRING:PointI",
  448.               "z": "INT:0",
  449.               "y": "INT:-1",
  450.               "x": "INT:0",
  451.               "center": {},
  452.               "replaceableOnly": "BYTE:1"
  453.             }
  454.           ],
  455.           "rotate": "BYTE:0",
  456.           "baseRotation": "BYTE:-1"
  457.         }
  458.       },
  459.       {
  460.         "type": "items",
  461.         "data": {
  462.           "ITEMS": [
  463.             {
  464.               "id": "SHORT:lucky:lucky_block",
  465.               "Damage": "SHORT:0",
  466.               "Count": "BYTE:8"
  467.             }
  468.           ],
  469.           "MODE": "BYTE:0"
  470.         }
  471.       }
  472.     ]
  473.   },
  474.   {
  475.     "name": "Lucky blocks 10",
  476.     "amount": "10",
  477.     "message": "Are you lucky? Kappa",
  478.     "countdown": "",
  479.     "rewards": [
  480.       {
  481.         "type": "structure",
  482.         "data": {
  483.           "shapes": [
  484.             {
  485.               "blockData": [
  486.                 {
  487.                   "tileEntityData": {
  488.                     "id": "STRING:luckyBlockData",
  489.                     "Drops": [],
  490.                     "Luck": "INT:0"
  491.                   },
  492.                   "blockID": "INT:lucky:lucky_block"
  493.                 }
  494.               ],
  495.               "shape": "STRING:PointI",
  496.               "z": "INT:0",
  497.               "y": "INT:-1",
  498.               "x": "INT:0",
  499.               "center": {},
  500.               "replaceableOnly": "BYTE:1"
  501.             }
  502.           ],
  503.           "rotate": "BYTE:0",
  504.           "baseRotation": "BYTE:-1"
  505.         }
  506.       },
  507.       {
  508.         "type": "items",
  509.         "data": {
  510.           "ITEMS": [
  511.             {
  512.               "id": "SHORT:lucky:lucky_block",
  513.               "Damage": "SHORT:0",
  514.               "Count": "BYTE:9"
  515.             }
  516.           ],
  517.           "MODE": "BYTE:0"
  518.         }
  519.       }
  520.     ]
  521.   },
  522.   {
  523.     "name": "Lucky blocks 11",
  524.     "amount": "11",
  525.     "message": "Are you lucky? Kappa",
  526.     "countdown": "",
  527.     "rewards": [
  528.       {
  529.         "type": "structure",
  530.         "data": {
  531.           "shapes": [
  532.             {
  533.               "blockData": [
  534.                 {
  535.                   "tileEntityData": {
  536.                     "id": "STRING:luckyBlockData",
  537.                     "Drops": [],
  538.                     "Luck": "INT:0"
  539.                   },
  540.                   "blockID": "INT:lucky:lucky_block"
  541.                 }
  542.               ],
  543.               "shape": "STRING:PointI",
  544.               "z": "INT:0",
  545.               "y": "INT:-1",
  546.               "x": "INT:0",
  547.               "center": {},
  548.               "replaceableOnly": "BYTE:1"
  549.             }
  550.           ],
  551.           "rotate": "BYTE:0",
  552.           "baseRotation": "BYTE:-1"
  553.         }
  554.       },
  555.       {
  556.         "type": "items",
  557.         "data": {
  558.           "ITEMS": [
  559.             {
  560.               "id": "SHORT:lucky:lucky_block",
  561.               "Damage": "SHORT:0",
  562.               "Count": "BYTE:10"
  563.             }
  564.           ],
  565.           "MODE": "BYTE:0"
  566.         }
  567.       }
  568.     ]
  569.   },
  570.   {
  571.     "name": "Lucky blocks 12",
  572.     "amount": "12",
  573.     "message": "Are you lucky? Kappa",
  574.     "countdown": "",
  575.     "rewards": [
  576.       {
  577.         "type": "structure",
  578.         "data": {
  579.           "shapes": [
  580.             {
  581.               "blockData": [
  582.                 {
  583.                   "tileEntityData": {
  584.                     "id": "STRING:luckyBlockData",
  585.                     "Drops": [],
  586.                     "Luck": "INT:0"
  587.                   },
  588.                   "blockID": "INT:lucky:lucky_block"
  589.                 }
  590.               ],
  591.               "shape": "STRING:PointI",
  592.               "z": "INT:0",
  593.               "y": "INT:-1",
  594.               "x": "INT:0",
  595.               "center": {},
  596.               "replaceableOnly": "BYTE:1"
  597.             }
  598.           ],
  599.           "rotate": "BYTE:0",
  600.           "baseRotation": "BYTE:-1"
  601.         }
  602.       },
  603.       {
  604.         "type": "items",
  605.         "data": {
  606.           "ITEMS": [
  607.             {
  608.               "id": "SHORT:lucky:lucky_block",
  609.               "Damage": "SHORT:0",
  610.               "Count": "BYTE:11"
  611.             }
  612.           ],
  613.           "MODE": "BYTE:0"
  614.         }
  615.       }
  616.     ]
  617.   },
  618.   {
  619.     "name": "Lucky blocks 13",
  620.     "amount": "13",
  621.     "message": "Are you lucky? Kappa",
  622.     "countdown": "",
  623.     "rewards": [
  624.       {
  625.         "type": "structure",
  626.         "data": {
  627.           "shapes": [
  628.             {
  629.               "blockData": [
  630.                 {
  631.                   "tileEntityData": {
  632.                     "id": "STRING:luckyBlockData",
  633.                     "Drops": [],
  634.                     "Luck": "INT:0"
  635.                   },
  636.                   "blockID": "INT:lucky:lucky_block"
  637.                 }
  638.               ],
  639.               "shape": "STRING:PointI",
  640.               "z": "INT:0",
  641.               "y": "INT:-1",
  642.               "x": "INT:0",
  643.               "center": {},
  644.               "replaceableOnly": "BYTE:1"
  645.             }
  646.           ],
  647.           "rotate": "BYTE:0",
  648.           "baseRotation": "BYTE:-1"
  649.         }
  650.       },
  651.       {
  652.         "type": "items",
  653.         "data": {
  654.           "ITEMS": [
  655.             {
  656.               "id": "SHORT:lucky:lucky_block",
  657.               "Damage": "SHORT:0",
  658.               "Count": "BYTE:12"
  659.             }
  660.           ],
  661.           "MODE": "BYTE:0"
  662.         }
  663.       }
  664.     ]
  665.   },
  666.   {
  667.     "name": "Lucky blocks 14",
  668.     "amount": "14",
  669.     "message": "Are you lucky? Kappa",
  670.     "countdown": "",
  671.     "rewards": [
  672.       {
  673.         "type": "structure",
  674.         "data": {
  675.           "shapes": [
  676.             {
  677.               "blockData": [
  678.                 {
  679.                   "tileEntityData": {
  680.                     "id": "STRING:luckyBlockData",
  681.                     "Drops": [],
  682.                     "Luck": "INT:0"
  683.                   },
  684.                   "blockID": "INT:lucky:lucky_block"
  685.                 }
  686.               ],
  687.               "shape": "STRING:PointI",
  688.               "z": "INT:0",
  689.               "y": "INT:-1",
  690.               "x": "INT:0",
  691.               "center": {},
  692.               "replaceableOnly": "BYTE:1"
  693.             }
  694.           ],
  695.           "rotate": "BYTE:0",
  696.           "baseRotation": "BYTE:-1"
  697.         }
  698.       },
  699.       {
  700.         "type": "items",
  701.         "data": {
  702.           "ITEMS": [
  703.             {
  704.               "id": "SHORT:lucky:lucky_block",
  705.               "Damage": "SHORT:0",
  706.               "Count": "BYTE:13"
  707.             }
  708.           ],
  709.           "MODE": "BYTE:0"
  710.         }
  711.       }
  712.     ]
  713.   },
  714.   {
  715.     "name": "Lucky blocks 15",
  716.     "amount": "15",
  717.     "message": "Are you lucky? Kappa",
  718.     "countdown": "",
  719.     "rewards": [
  720.       {
  721.         "type": "structure",
  722.         "data": {
  723.           "shapes": [
  724.             {
  725.               "blockData": [
  726.                 {
  727.                   "tileEntityData": {
  728.                     "id": "STRING:luckyBlockData",
  729.                     "Drops": [],
  730.                     "Luck": "INT:0"
  731.                   },
  732.                   "blockID": "INT:lucky:lucky_block"
  733.                 }
  734.               ],
  735.               "shape": "STRING:PointI",
  736.               "z": "INT:0",
  737.               "y": "INT:-1",
  738.               "x": "INT:0",
  739.               "center": {},
  740.               "replaceableOnly": "BYTE:1"
  741.             }
  742.           ],
  743.           "rotate": "BYTE:0",
  744.           "baseRotation": "BYTE:-1"
  745.         }
  746.       },
  747.       {
  748.         "type": "items",
  749.         "data": {
  750.           "ITEMS": [
  751.             {
  752.               "id": "SHORT:lucky:lucky_block",
  753.               "Damage": "SHORT:0",
  754.               "Count": "BYTE:14"
  755.             }
  756.           ],
  757.           "MODE": "BYTE:0"
  758.         }
  759.       }
  760.     ]
  761.   },
  762.   {
  763.     "name": "Lucky blocks 16",
  764.     "amount": "16",
  765.     "message": "Are you lucky? Kappa",
  766.     "countdown": "",
  767.     "rewards": [
  768.       {
  769.         "type": "structure",
  770.         "data": {
  771.           "shapes": [
  772.             {
  773.               "blockData": [
  774.                 {
  775.                   "tileEntityData": {
  776.                     "id": "STRING:luckyBlockData",
  777.                     "Drops": [],
  778.                     "Luck": "INT:0"
  779.                   },
  780.                   "blockID": "INT:lucky:lucky_block"
  781.                 }
  782.               ],
  783.               "shape": "STRING:PointI",
  784.               "z": "INT:0",
  785.               "y": "INT:-1",
  786.               "x": "INT:0",
  787.               "center": {},
  788.               "replaceableOnly": "BYTE:1"
  789.             }
  790.           ],
  791.           "rotate": "BYTE:0",
  792.           "baseRotation": "BYTE:-1"
  793.         }
  794.       },
  795.       {
  796.         "type": "items",
  797.         "data": {
  798.           "ITEMS": [
  799.             {
  800.               "id": "SHORT:lucky:lucky_block",
  801.               "Damage": "SHORT:0",
  802.               "Count": "BYTE:15"
  803.             }
  804.           ],
  805.           "MODE": "BYTE:0"
  806.         }
  807.       }
  808.     ]
  809.   },
  810.   {
  811.     "name": "Lucky blocks 17",
  812.     "amount": "17",
  813.     "message": "Are you lucky? Kappa",
  814.     "countdown": "",
  815.     "rewards": [
  816.       {
  817.         "type": "structure",
  818.         "data": {
  819.           "shapes": [
  820.             {
  821.               "blockData": [
  822.                 {
  823.                   "tileEntityData": {
  824.                     "id": "STRING:luckyBlockData",
  825.                     "Drops": [],
  826.                     "Luck": "INT:0"
  827.                   },
  828.                   "blockID": "INT:lucky:lucky_block"
  829.                 }
  830.               ],
  831.               "shape": "STRING:PointI",
  832.               "z": "INT:0",
  833.               "y": "INT:-1",
  834.               "x": "INT:0",
  835.               "center": {},
  836.               "replaceableOnly": "BYTE:1"
  837.             }
  838.           ],
  839.           "rotate": "BYTE:0",
  840.           "baseRotation": "BYTE:-1"
  841.         }
  842.       },
  843.       {
  844.         "type": "items",
  845.         "data": {
  846.           "ITEMS": [
  847.             {
  848.               "id": "SHORT:lucky:lucky_block",
  849.               "Damage": "SHORT:0",
  850.               "Count": "BYTE:16"
  851.             }
  852.           ],
  853.           "MODE": "BYTE:0"
  854.         }
  855.       }
  856.     ]
  857.   },
  858.   {
  859.     "name": "Lucky blocks 18",
  860.     "amount": "18",
  861.     "message": "Are you lucky? Kappa",
  862.     "countdown": "",
  863.     "rewards": [
  864.       {
  865.         "type": "structure",
  866.         "data": {
  867.           "shapes": [
  868.             {
  869.               "blockData": [
  870.                 {
  871.                   "tileEntityData": {
  872.                     "id": "STRING:luckyBlockData",
  873.                     "Drops": [],
  874.                     "Luck": "INT:0"
  875.                   },
  876.                   "blockID": "INT:lucky:lucky_block"
  877.                 }
  878.               ],
  879.               "shape": "STRING:PointI",
  880.               "z": "INT:0",
  881.               "y": "INT:-1",
  882.               "x": "INT:0",
  883.               "center": {},
  884.               "replaceableOnly": "BYTE:1"
  885.             }
  886.           ],
  887.           "rotate": "BYTE:0",
  888.           "baseRotation": "BYTE:-1"
  889.         }
  890.       },
  891.       {
  892.         "type": "items",
  893.         "data": {
  894.           "ITEMS": [
  895.             {
  896.               "id": "SHORT:lucky:lucky_block",
  897.               "Damage": "SHORT:0",
  898.               "Count": "BYTE:17"
  899.             }
  900.           ],
  901.           "MODE": "BYTE:0"
  902.         }
  903.       }
  904.     ]
  905.   },
  906.   {
  907.     "name": "Lucky blocks 19",
  908.     "amount": "19",
  909.     "message": "Are you lucky? Kappa",
  910.     "countdown": "",
  911.     "rewards": [
  912.       {
  913.         "type": "structure",
  914.         "data": {
  915.           "shapes": [
  916.             {
  917.               "blockData": [
  918.                 {
  919.                   "tileEntityData": {
  920.                     "id": "STRING:luckyBlockData",
  921.                     "Drops": [],
  922.                     "Luck": "INT:0"
  923.                   },
  924.                   "blockID": "INT:lucky:lucky_block"
  925.                 }
  926.               ],
  927.               "shape": "STRING:PointI",
  928.               "z": "INT:0",
  929.               "y": "INT:-1",
  930.               "x": "INT:0",
  931.               "center": {},
  932.               "replaceableOnly": "BYTE:1"
  933.             }
  934.           ],
  935.           "rotate": "BYTE:0",
  936.           "baseRotation": "BYTE:-1"
  937.         }
  938.       },
  939.       {
  940.         "type": "items",
  941.         "data": {
  942.           "ITEMS": [
  943.             {
  944.               "id": "SHORT:lucky:lucky_block",
  945.               "Damage": "SHORT:0",
  946.               "Count": "BYTE:18"
  947.             }
  948.           ],
  949.           "MODE": "BYTE:0"
  950.         }
  951.       }
  952.     ]
  953.   },
  954.   {
  955.     "name": "Lucky blocks 20",
  956.     "amount": "20",
  957.     "message": "Are you lucky? Kappa",
  958.     "countdown": "",
  959.     "rewards": [
  960.       {
  961.         "type": "structure",
  962.         "data": {
  963.           "shapes": [
  964.             {
  965.               "blockData": [
  966.                 {
  967.                   "tileEntityData": {
  968.                     "id": "STRING:luckyBlockData",
  969.                     "Drops": [],
  970.                     "Luck": "INT:0"
  971.                   },
  972.                   "blockID": "INT:lucky:lucky_block"
  973.                 }
  974.               ],
  975.               "shape": "STRING:PointI",
  976.               "z": "INT:0",
  977.               "y": "INT:-1",
  978.               "x": "INT:0",
  979.               "center": {},
  980.               "replaceableOnly": "BYTE:1"
  981.             }
  982.           ],
  983.           "rotate": "BYTE:0",
  984.           "baseRotation": "BYTE:-1"
  985.         }
  986.       },
  987.       {
  988.         "type": "items",
  989.         "data": {
  990.           "ITEMS": [
  991.             {
  992.               "id": "SHORT:lucky:lucky_block",
  993.               "Damage": "SHORT:0",
  994.               "Count": "BYTE:19"
  995.             }
  996.           ],
  997.           "MODE": "BYTE:0"
  998.         }
  999.       }
  1000.     ]
  1001.   }
  1002. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement