Advertisement
Dzombies45

Dialogue command json

Jul 27th, 2021
1,499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.78 KB | None | 0 0
  1. {
  2.         "format_version": "1.17",
  3.         "minecraft:npc_dialogue": {
  4.             "scenes": [
  5.                 {
  6.                     "scene_tag": "scene_tag",
  7.                     "npc_name": { "rawtext": "npc name" },
  8.                     "text": { "rawtext": "hello!" },
  9.                     "on_open_commands": ["/clear @p"],
  10.                     "on_close_commands": ["/say Enjoy the gold! "],
  11.                     "buttons": [
  12.                         {
  13.                             "name": { "rawtext": [ { "translate": "dialogue.button.name" } ] },
  14.                             "commands": [
  15.                                 "/give @initiator gold_ingot"
  16.                             ]
  17.                         }
  18.                     ]
  19.                 }
  20.             ]
  21.         }
  22.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement