Guest User

TestKit for Duels!

a guest
Mar 20th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.91 KB | None | 0 0
  1. {
  2.   "TestKit": {
  3.     "INVENTORY": {
  4.       "0": {
  5.         "material": "DIAMOND_SWORD",
  6.         "amount": 1,
  7.         "data": 0,
  8.         "enchantments": {
  9.           "DAMAGE_ALL": 2,
  10.           "FIRE_ASPECT": 1
  11.         },
  12.         "displayName": "§cRealized\u0027s Sword",
  13.         "lore": [
  14.           "§eTest Kit",
  15.           "§efor Duels!"
  16.         ]
  17.       },
  18.       "1": {
  19.         "material": "GOLDEN_APPLE",
  20.         "amount": 64,
  21.         "data": 1
  22.       },
  23.       "2": {
  24.         "material": "POTION",
  25.         "amount": 1,
  26.         "data": 16421
  27.       },
  28.       "3": {
  29.         "material": "POTION",
  30.         "amount": 1,
  31.         "data": 16421
  32.       },
  33.       "4": {
  34.         "material": "POTION",
  35.         "amount": 1,
  36.         "data": 16420
  37.       },
  38.       "5": {
  39.         "material": "POTION",
  40.         "amount": 1,
  41.         "data": 16426
  42.       },
  43.       "6": {
  44.         "material": "POTION",
  45.         "amount": 1,
  46.         "data": 8233
  47.       },
  48.       "7": {
  49.         "material": "POTION",
  50.         "amount": 1,
  51.         "data": 8226
  52.       },
  53.       "8": {
  54.         "material": "ENDER_PEARL",
  55.         "amount": 16,
  56.         "data": 0
  57.       }
  58.     },
  59.     "ARMOR": {
  60.       "1": {
  61.         "material": "DIAMOND_HELMET",
  62.         "amount": 1,
  63.         "data": 0,
  64.         "enchantments": {
  65.           "PROTECTION_ENVIRONMENTAL": 4
  66.         }
  67.       },
  68.       "2": {
  69.         "material": "DIAMOND_CHESTPLATE",
  70.         "amount": 1,
  71.         "data": 0,
  72.         "enchantments": {
  73.           "PROTECTION_ENVIRONMENTAL": 4
  74.         }
  75.       },
  76.       "3": {
  77.         "material": "DIAMOND_LEGGINGS",
  78.         "amount": 1,
  79.         "data": 0,
  80.         "enchantments": {
  81.           "PROTECTION_ENVIRONMENTAL": 4
  82.         }
  83.       },
  84.       "4": {
  85.         "material": "DIAMOND_BOOTS",
  86.         "amount": 1,
  87.         "data": 0,
  88.         "enchantments": {
  89.           "PROTECTION_ENVIRONMENTAL": 4
  90.         }
  91.       }
  92.     }
  93.   }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment