Kloudy

infinity-home-page.yml

Aug 21st, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.02 KB | None | 0 0
  1. infinity-home-page:
  2.   open-on-login: true
  3.   open-with-item-id: STICK
  4.   components:
  5.     sword-item:
  6.       type: item
  7.       item-id: DIAMOND_SWORD
  8.       position:
  9.         x: 0.15
  10.         y: 0.8
  11.       rotation: #degrees to rotate the speicifed axis
  12.         x: 30
  13.         y: -180
  14.         z: 0
  15.  
  16.     sword-item2:
  17.       type: item
  18.       item-id: DIAMOND_SWORD
  19.       position:
  20.         x: -0.15
  21.         y: 0.78
  22.       rotation: #degrees to rotate the speicifed axis
  23.         x: 30
  24.         y: 0
  25.         z: 0
  26.  
  27.     text-1:
  28.       type: "label"
  29.       label-distance: 6
  30.       text:
  31.        - "%scroll%&b&lVelkommen til Mystical %player_name% "
  32.       position:
  33.         x: 0
  34.         y: 0.4
  35.  
  36.     text-2:
  37.       type: "label"
  38.       text:
  39.        - "&f&lBrug din mus til at vaelge den server due"
  40.         - "&f&lvil joine ogsa venstre klik pa den."
  41.       position:
  42.         x: 0
  43.         y: 0.3
  44.  
  45.     bone-item-1:
  46.       type: "item"
  47.       item-id: "BONE"
  48.       rotation:
  49.         x: 70
  50.         y: 0
  51.         z: 0
  52.       position:
  53.         x: -0.23
  54.         y: 0.7
  55.  
  56.     bone-item-2:
  57.       type: "item"
  58.       item-id: "BONE"
  59.       rotation:
  60.         x: 85
  61.         y: 0
  62.         z: 0
  63.       position:
  64.         x: 0.13
  65.         y: 0.72
  66.  
  67.     survival-btn:
  68.       type: "button"
  69.       icon: "heart.gif"
  70.       symmetrical: true
  71.       label: "&a&lSurvival"
  72.       label-distance: 10
  73.       label-zoom-distance: 2
  74.       always-show-label: true
  75.       onclick: "server nation"
  76.       onclick-sound: "UI_BUTTON_CLICK"
  77.       position:
  78.         x: -0
  79.         y: 0.1
  80.  
  81.     opprision-btn:
  82.       type: "button"
  83.       icon: "pickaxe.png"
  84.       symmetrical: true
  85.       label: "&a&lOpprison"
  86.       label-distance: 10
  87.       label-zoom-distance: 2
  88.       always-show-label: true
  89.       onclick: "server opprison"
  90.       onclick-sound: "UI_BUTTON_CLICK"
  91.       position:
  92.         x: 0.75
  93.         y: 0.7
  94.  
  95.     kit-pvp-btn:
  96.       type: "button"
  97.       icon: "sword.png"
  98.       symmetrical: true
  99.       label: "&lKit &4&lPvP"
  100.       label-distance: 10
  101.       label-zoom-distance: 2
  102.       always-show-label: true
  103.       onclick: "server kitpvp"
  104.       onclick-sound: "UI_BUTTON_CLICK"
  105.       position:
  106.         x: -0.75
  107.         y: 0.7
  108.  
  109.     entity-1:
  110.       type: "entity"
  111.       entity-type: "OCELOT"
  112.       position:
  113.         x: -0.4
  114.         y: 0.3
  115.  
  116.     entity-2:
  117.       type: "entity"
  118.       entity-type: "OCELOT"
  119.       position:
  120.         x: 0.4
  121.         y: 0.3
  122.  
  123.     block-item-1:
  124.       type: "item"
  125.       item-id: "QUARTZ_BLOCK"
  126.       rotation:
  127.         x: 0
  128.         y: 0
  129.         z: 0
  130.       position:
  131.         x: -0.41
  132.         y: 0.1
  133.  
  134.     block-item-2:
  135.       type: "item"
  136.       item-id: "QUARTZ_BLOCK"
  137.       rotation:
  138.         x: 0
  139.         y: 0
  140.         z: 0
  141.       position:
  142.         x: 0.39
  143.         y: 0.1
  144.  
  145.     close-btn:
  146.       type: button
  147.       mini: true
  148.       onclick-sound: UI_BUTTON_CLICK
  149.       position:
  150.         x: 1
  151.         y: 0.9
  152.       label: Close Menu
  153.       symmetrical: true
  154.       icon: x-red.gif
  155.       onclick: hg close
Advertisement
Add Comment
Please, Sign In to add comment