Advertisement
Guest User

Untitled

a guest
May 24th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. main-page:
  2. open-with-item-id: DIAMOND_SWORD #Opens the GUI if the player left clicks while holding the specified item
  3. open-on-login: true #Default false
  4. show-permission: ""
  5. components:
  6.  
  7. sword-item:
  8. type: item
  9. item-id: DIAMOND_SWORD
  10. position:
  11. x: -0.7
  12. y: 0.7
  13. rotation: #degrees to rotate the speicifed axis
  14. x: 45
  15. y: -180
  16. z: 0
  17.  
  18. sword-item2:
  19. type: item
  20. item-id: DIAMOND_SWORD
  21. position:
  22. x: 0.7
  23. y: 0.7
  24. rotation: #degrees to rotate the speicifed axis
  25. x: 45
  26. y: 0
  27. z: 0
  28.  
  29. pastebin-link:
  30. type: item
  31. execute-command-as-console: true
  32. onclick: "tellraw %player_name% {\"text\":\"\",\"extra\":[{\"text\":\"Click Here: \",\"color\":\"bold\"},{\"text\":\"Hub Menu Config on Pastebin\",\"color\":\"underline\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"http://pastebin.com/RLJ3bNVy\"}}]}"
  33. item-id: NETHER_STAR
  34. label: Hub Menu Config
  35. onclick-sound: UI_BUTTON_CLICK
  36. position:
  37. x: -0.6
  38. y: 0.1
  39. rotation:
  40. x: 0
  41. y: 90
  42. z: 0
  43.  
  44. server-logo:
  45. type: image
  46. image-src: server-logo.png
  47. width: 55
  48. height: 24
  49. symmetrical: false
  50. position:
  51. x: 0
  52. y: 1
  53.  
  54. welcome-scroll:
  55. type: label
  56. text:
  57. - "%scroll% §f§lWelcome %player_name% to §b§lHazyCraft§r!"
  58. position:
  59. x: 0
  60. y: 0.4
  61.  
  62. btn1:
  63. type: button
  64. symmetrical: true
  65. onclick-sound: ENTITY_EXPERIENCE_ORB_PICKUP
  66. onclick-sound-volume: 0.6
  67. position:
  68. x: 0
  69. y: 0.3
  70. icon: globe.gif
  71. label: Server List
  72. onclick: hg open server-list-page #Specify the command to run when the player clicks the button
  73.  
  74. book-item-btn:
  75. type: item
  76. item-id: WRITTEN_BOOK
  77. onclick-sound: ENTITY_ITEM_PICKUP
  78. position:
  79. x: 0.5
  80. y: 0.1
  81. rotation:
  82. x: 0
  83. y: 90
  84. z: 0
  85. label: Rulebook
  86. execute-command-as-console: true
  87. onclick: "tellraw %player_name% {\"text\":\"\",\"extra\":[{\"text\":\"\",\"color\":\"bold\"},{\"text\":\"Rule 1: Enjoy HoloGUI!\",\"color\":\"underline\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"\"}}]}"
  88.  
  89. close-btn:
  90. type: button
  91. mini: true
  92. onclick-sound: UI_BUTTON_CLICK
  93. position:
  94. x: 0.8
  95. y: 0.3
  96. label: Close Menu
  97. symmetrical: true
  98. icon: x-red.gif
  99. onclick: hg close
  100.  
  101. end-crystal-item-1:
  102. type: item
  103. item-id: END_CRYSTAL
  104. position:
  105. x: -0.15
  106. y: -0.3
  107. rotation: #degrees to rotate around the speicifed axis
  108. x: 0
  109. y: 90
  110. z: 0
  111.  
  112. end-crystal-item-2:
  113. type: item
  114. item-id: END_CRYSTAL
  115. position:
  116. x: 0
  117. y: -0.3
  118. rotation: #degrees to rotate the speicifed axis
  119. x: 0
  120. y: 90
  121. z: 0
  122.  
  123. end-crystal-item-3:
  124. type: item
  125. item-id: END_CRYSTAL
  126. position:
  127. x: 0.15
  128. y: -0.3
  129. rotation: #degrees to rotate the speicifed axis
  130. x: 0
  131. y: 90
  132. z: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement