Advertisement
osmarks

Shop Comparison Data Format

Jun 3rd, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "token": per-shop access token - format not specified",
  3. "open": true/false,
  4. "extra": "Extra data about shop's status - human readable"
  5. "items": [
  6. {
  7. "name": "display name of item",
  8. "id": "internal MC ID (minecraft:stone, for example"
  9. "meta": metadata/damage value,
  10. "quantity": number of items stocked,
  11. "extra": "Extra data about item - enchants, etc - human-readable",
  12. "price": price per unit
  13. }
  14. ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement