Advertisement
Kloudy

server-list-page.yml

May 10th, 2016
201,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.94 KB | None | 0 0
  1. server-list-page:
  2.   open-on-login: false
  3.   show-permission: ""
  4.   components:
  5.     close-btn:
  6.       type: button
  7.       mini: true
  8.       symmetrical: true
  9.       onclick-sound: UI_BUTTON_CLICK
  10.       position:
  11.         x: 0.8
  12.         y: 0.6
  13.       label: Close Menu
  14.       symmetrical: true
  15.       icon: x-red.gif
  16.       onclick: hg close
  17.  
  18.     back-btn:
  19.       type: button
  20.       mini: true
  21.       symmetrical: true
  22.       onclick-sound: UI_BUTTON_CLICK
  23.       position:
  24.         x: -0.8
  25.         y: 0.6
  26.       label: Back
  27.       symmetrical: true
  28.       icon: back.png
  29.       onclick: hg back
  30.  
  31.     pastebin-link:
  32.       type: item
  33.       execute-command-as-console: true
  34.       onclick: "tellraw %player_name% {\"text\":\"\",\"extra\":[{\"text\":\"Click Here: \",\"color\":\"bold\"},{\"text\":\"Server List Config on Pastebin\",\"color\":\"underline\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"http://pastebin.com/ZzDT4BnF\"}}]}"
  35.       item-id: NETHER_STAR
  36.       label: Server List Config
  37.       onclick-sound: UI_BUTTON_CLICK
  38.       position:
  39.         x: -1
  40.         y: 0.1
  41.       rotation:
  42.         x: 0
  43.         y: 90
  44.         z: 0
  45.  
  46.     server-list-logo:
  47.       type: image
  48.       symmetrical: true
  49.       width: 18
  50.       height: 18
  51.       image-src: globe.gif
  52.       position:
  53.         x: 0
  54.         y: 1
  55.  
  56.     server-list-label:
  57.       type: label
  58.       position:
  59.         x: 0
  60.         y: 0.55
  61.       text:
  62.        - "%scroll%&b&l        Server List        "
  63.  
  64.     hub-btn:
  65.       type: button
  66.       label: Hub
  67.       symmetrical: true
  68.       icon: star.gif
  69.       onclick: server demo
  70.       onclick-sound: UI_BUTTON_CLICK
  71.       position:
  72.         x: 0
  73.         y: 0.4
  74.  
  75.     arcade-games-btn:
  76.       type: button
  77.       label: Arcade
  78.       symmetrical: true
  79.       icon: mario-block.gif
  80.       onclick: server demo
  81.       onclick-sound: UI_BUTTON_CLICK
  82.       position:
  83.         x: 0
  84.         y: -0.1
  85.  
  86.     tnt-run-btn:
  87.       type: button
  88.       label: TNT Run
  89.       symmetrical: true
  90.       icon: tnt.gif
  91.       onclick: server demo
  92.       onclick-sound: UI_BUTTON_CLICK
  93.       position:
  94.         x: -0.5
  95.         y: -0.1
  96.  
  97.     hide-n-seek-btn:
  98.       type: button
  99.       label: Hide and Seek
  100.       symmetrical: true
  101.       icon: hide-n-seek.gif
  102.       onclick: server demo
  103.       onclick-sound: UI_BUTTON_CLICK
  104.       position:
  105.         x: 0.5
  106.         y: -0.1
  107.  
  108.     beacon-item-1:
  109.       type: item
  110.       item-id: BEACON
  111.       position:
  112.         x: -0.5
  113.         y: 0.33
  114.       rotation:
  115.         x: 0
  116.         y: 15
  117.         z: 0
  118.  
  119.     beacon-item-2:
  120.       type: item
  121.       item-id: BEACON
  122.       position:
  123.         x: 0.5
  124.         y: 0.3
  125.       rotation:
  126.         x: 0
  127.         y: -15
  128.         z: 0
  129.  
  130.     rabbit-1:
  131.       type: entity
  132.       entity-type: RABBIT
  133.       position:
  134.         x: -0.5
  135.         y: 0.53
  136.       yaw: 0
  137.  
  138.     rabbit-2:
  139.       type: entity
  140.       entity-type: RABBIT
  141.       position:
  142.         x: 0.52
  143.         y: 0.50
  144.       yaw: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement