Kloudy

static-spawn-display

Jun 12th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.97 KB | None | 0 0
  1. static-spawn-display:
  2.   components:
  3.     welcome-image:
  4.       type: image
  5.       symmetrical: false
  6.       image-src: welcome.gif
  7.       width: 65
  8.       height: 20
  9.       position:
  10.         x: 0
  11.         y: 1
  12.  
  13.     pastebin-link:
  14.       type: item
  15.       execute-command-as-console: true
  16.       onclick: "tellraw %player_name% {\"text\":\"\",\"extra\":[{\"text\":\"Click Here: \",\"color\":\"bold\"},{\"text\":\"Spawn Static Display Config on Pastebin\",\"color\":\"underline\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"http://pastebin.com/R9qqZgBF\"}}]}"
  17.       item-id: NETHER_STAR
  18.       label: Spawn Static Display Config
  19.       onclick-sound: UI_BUTTON_CLICK                     #1.8 and 1.9 Sounds are listed on the plugin page
  20.       position:
  21.         x: -0.8
  22.         y: 0.2
  23.       rotation:
  24.         x: 0
  25.         y: 90
  26.         z: 0
  27.  
  28.     welcome-text:
  29.       type: label
  30.       text:
  31.        - "&lWelcome &e&l%player_name%&r to the official &6&lHoloGUI&r &ldemo server!&r     "
  32.         - ""
  33.         - "&lLeft click while holding the sword"
  34.         - "&lin your inventory to view your personal GUIl"
  35.         - "&lYour personal GUI will move along with you."
  36.       position:
  37.         x: 0
  38.         y: 0.5
  39.  
  40.     welcome-thought-bubble:
  41.       type: label
  42.       text:
  43.        - "▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇"
  44.         - "▇        &lWelcome to Antarescraft!&r        ▇"
  45.         - "▇   &lThe official &r&6&lHoloGUI&r &ldemo server&r  ▇"
  46.         - "▇                                                      ▇"
  47.         - "▇    &lClick me for info on static GUIs  ▇"
  48.         - "▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇"
  49.       position:
  50.         x: 0.35
  51.         y: 0.15
  52.  
  53.     bubble-1:
  54.       type: label
  55.       text:
  56.        - "▇"
  57.       position:
  58.         x: 0.1
  59.         y: 0
  60.  
  61.     welcome-entity:
  62.       type: entity
  63.       entity-type: VILLAGER
  64.       label: "&6&lClick Me"
  65.       always-show-label: true
  66.       onclick: hg open static-gui-page-example
  67.       onclick-sound: ITEM_BOTTLE_FILL
  68.       yaw: 0
  69.       position:
  70.         x: 0
  71.         y: 0
  72.  
  73.     face-btn:
  74.       type: button
  75.       symmetrical: true          #WARNING: Only set symmetrical to true when the image is truely symmetrical. It will not render correctly otherwise!
  76.       icon: happy-face.gif
  77.       label: "&lLike my Stuff? Follow me (&4&lKloudy&r) &lon &6&lSpigot!"
  78.       always-show-label: true
  79.       onclick: "tellraw %player_name% {\"text\":\"\",\"extra\":[{\"text\":\"Click Here: \",\"color\":\"bold\"},{\"text\":\"Follow me on Spigot!\",\"color\":\"underline\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://www.spigotmc.org/members/kloudy.42303/\"}}]}"
  80.       onclick-sound: BLOCK_ANVIL_LAND
  81.       width: 18
  82.       height: 18
  83.       position:
  84.         x: -0.45
  85.         y: 0.05
  86.  
  87.     blaze-1:
  88.       type: entity
  89.       entity-type: BLAZE
  90.       yaw: 0
  91.       position:
  92.         x: -0.5
  93.         y: 0.4
  94.  
  95.     blaze-2:
  96.       type: entity
  97.       entity-type: BLAZE
  98.       yaw: 0
  99.       position:
  100.         x: 0.5
  101.         y: 0.4
  102.  
  103.     music-disc:
  104.       type: item
  105.       item-id: GREEN_RECORD
  106.       label: "&4&lPlay some tunes"
  107.       onclick: "playsound record.cat record %player_name% ~ ~ ~ 1"
  108.       onclick-sound: RECORD_CAT
  109.       rotation:
  110.         x: 0
  111.         y: 90
  112.         z: 0
  113.       position:
  114.         x: 0
  115.         y: 0.15
  116.  
  117.     beacon-1:
  118.       type: item
  119.       item-id: BEACON
  120.       rotation:
  121.         x: 0
  122.         y: 0
  123.         z: 0
  124.       position:
  125.         x: -0.1
  126.         y: -0.1
  127.  
  128.     beacon-2:
  129.       type: item
  130.       item-id: BEACON
  131.       rotation:
  132.         x: 0
  133.         y: 0
  134.         z: 0
  135.       position:
  136.         x: 0.1
  137.         y: -0.1
  138.  
  139.     ocelot-1:
  140.       type: entity
  141.       entity-type: OCELOT
  142.       yaw: 0
  143.       position:
  144.         x: 0.1
  145.         y: 0.04
  146.  
  147.     ocelot-2:
  148.       type: entity
  149.       entity-type: OCELOT
  150.       yaw: 0
  151.       position:
  152.         x: -0.1
  153.         y: 0.04
Advertisement
Add Comment
Please, Sign In to add comment