Guest User

Example NBT Input

a guest
Jan 27th, 2022
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.44 KB | None | 0 0
  1. {
  2.    "offer":{
  3.       "itemKey":"minecraft:dirt",
  4.       "amount":1,
  5.       "priceModifier":0,
  6.       "nbtTags":[
  7.          {
  8.             "nbtName":"test",
  9.             "data":"this is the data",
  10.             "dataType":"string"
  11.          }
  12.       ]
  13.    },
  14.    "request":{
  15.       "itemKey":"minecraft:cobblestone",
  16.       "amount":1,
  17.       "priceModifier":0
  18.    },
  19.    "tradeExp":3,
  20.    "maxUses":10,
  21.    "priceMultiplier":0.1,
  22.    "tradeLevel":1
  23. }
Advertisement
Add Comment
Please, Sign In to add comment