Advertisement
TJM4

Rules UI Example

May 16th, 2019
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.86 KB | None | 0 0
  1. options:
  2.     world: world
  3.     tp_location_x: -843.6
  4.     tp_location_y: 69
  5.     tp_location_z: -922
  6.     tp_location_pitch: 0
  7.     tp_location_yaw: -41.8
  8. item_options:
  9.     item_name_1:
  10.         display_name: '&aBack'
  11.         item_type: player_head
  12.         skull_url: ab6e2191f14ce9932c3e24c5f8c8479c740cf4dfafa258153ee807362af4812
  13.         spawn_angle: -90
  14.         on_click:
  15.             actions:
  16.                 action1:
  17.                     action: open_ui
  18.                     ui_name: JoinUI
  19.     item_name_2:
  20.         display_name: '&aNo hacking'
  21.         item_type: player_head
  22.         skull_url: b949df36a1a3f7cb4c67065a9d5350258a3c51b02a1a377b84a82876d77b
  23.         spawn_angle: -45
  24.         on_click:
  25.             actions:
  26.                 action1:
  27.                     action: send_message
  28.                     message: '&cNo hacking'
  29.     item_name_3:
  30.         display_name: '&aNo griefing'
  31.         item_type: player_head
  32.         skull_url: 58cca1e0fb5d9bf77f527356e8bf4e53cb4a4c56f11e779abadae541bbedc6
  33.         spawn_angle: 0
  34.         on_click:
  35.             actions:
  36.                 action1:
  37.                     action: send_message
  38.                     message: '&cNo griefing'
  39.     item_name_4:
  40.         display_name: '&aNo trolling'
  41.         item_type: player_head
  42.         skull_url: fe907672a470938525058c0ea319d8be5ba28d972c52f2bd55dbf4182b8
  43.         spawn_angle: 45
  44.         on_click:
  45.             actions:
  46.                 action1:
  47.                     action: send_message
  48.                     message: '&cNo trolling'
  49.     item_name_5:
  50.         display_name: '&aNo swearing'
  51.         item_type: player_head
  52.         skull_url: af2d2601f9c1aceffcc823657e2259d358bb52bd46312bf1c76ee23d3b17
  53.         spawn_angle: 90
  54.         on_click:
  55.             actions:
  56.                 action1:
  57.                     action: send_message
  58.                     message: '&cNo swearing'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement