Advertisement
Guest User

mc skyrealm mp menu config (MAIN MENU)

a guest
Feb 27th, 2017
7,235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. /* MAIN MENU CONFIG */
  2.  
  3.  
  4.  
  5. {
  6. "images":
  7. {
  8. "title":
  9. {
  10. "image" : "custommainmenu:textures/gui/minecraft.png",
  11. "posX" : -137,
  12. "posY" : 30,
  13. "width" : 512,
  14. "height" : 512,
  15. "alignment" : "top_center"
  16. },
  17.  
  18. "buttonbg":
  19. {
  20. "image" : "custommainmenu:textures/gui/buttonbg.png",
  21. "posX" : -110,
  22. "posY" : 105,
  23. "width" : 220, /* 55 */
  24. "height" : 108, /* 27 */
  25. "alignment" : "top_center"
  26. }
  27. },
  28.  
  29. "buttons":
  30. {
  31. "singleplayer":
  32. {
  33. "text" : "§eОдиночная игра",
  34. "hoverText" : "§bОдиночная игра",
  35. "posX" : -100,
  36. "posY" : 46,
  37. "width" : 98,
  38. "height" : 20,
  39. "imageWidth" : 196,
  40. "imageHeight" : 40,
  41. "texture" : "custommainmenu:textures/gui/buttons_medium.png",
  42. "action" :
  43. {
  44. "type" : "openGui",
  45. "gui" : "singleplayer"
  46. }
  47. },
  48.  
  49. "multiplayer":
  50. {
  51. "text" : "menu.multiplayer",
  52. "posX" : 2,
  53. "posY" : 46, /* 72 */
  54. "width" : 98,
  55. "height" : 20,
  56. "imageWidth" : 196,
  57. "imageHeight" : 40,
  58. "texture" : "custommainmenu:textures/gui/buttons_medium.png",
  59. "action" :
  60. {
  61. "type" : "openGui",
  62. "gui" : "multiplayer"
  63. }
  64. },
  65.  
  66. "mods":
  67. {
  68. "text" : "Моды",
  69. "hoverText" : "§e#modsloaded# §bзагружено, §e#modsactive#§b активно",
  70. "posX" : -100,
  71. "posY" : 70,
  72. "width" : 200,
  73. "height" : 20,
  74. "imageWidth" : 400,
  75. "imageHeight" : 40,
  76. "texture" : "custommainmenu:textures/gui/buttons_large.png",
  77. "action" :
  78. {
  79. "type" : "openGui",
  80. "gui" : "mods"
  81. }
  82. },
  83.  
  84. "options":
  85. {
  86. "text" : "menu.options",
  87. "posX" : -100,
  88. "posY" : 94,
  89. "width" : 98,
  90. "height" : 20,
  91. "imageWidth" : 196,
  92. "imageHeight" : 40,
  93. "texture" : "custommainmenu:textures/gui/buttons_medium.png",
  94. "action" :
  95. {
  96. "type" : "openGui",
  97. "gui" : "options"
  98. }
  99. },
  100.  
  101. "quit":
  102. {
  103. "text" : "§7Выйти из игры",
  104. "posX" : 2,
  105. "posY" : 94,
  106. "width" : 98,
  107. "height" : 20,
  108. "imageWidth" : 196,
  109. "imageHeight" : 40,
  110. "texture" : "custommainmenu:textures/gui/buttons_medium.png",
  111. "action" :
  112. {
  113. "type" : "quit"
  114. }
  115. },
  116.  
  117. "language":
  118. {
  119. "text" : "",
  120. "posX" : 80,
  121. "posY" : 118,
  122. "width" : 20,
  123. "height" : 20,
  124. "action" :
  125. {
  126. "type" : "openGui",
  127. "gui" : "languages"
  128. }
  129. },
  130.  
  131. "changelog":
  132. {
  133. "text" : "Журнал изменений",
  134. "posX" : -100,
  135. "posY" : 118,
  136. "width" : 98,
  137. "height" : 20,
  138. "imageWidth" : 196,
  139. "imageHeight" : 40,
  140. "texture" : "custommainmenu:textures/gui/buttons_medium.png",
  141. "action" :
  142. {
  143. "type" : "openGui",
  144. "gui" : "custom.changelog"
  145. }
  146. },
  147.  
  148. "refresh":
  149. {
  150. "text" : "",
  151. "posX" : 56,
  152. "posY" : 118,
  153. "width" : 20,
  154. "height" : 20,
  155. "imageWidth" : 40,
  156. "imageHeight" : 40,
  157. "texture" : "custommainmenu:textures/gui/buttons.png",
  158. "action" :
  159. {
  160. "type" : "refresh"
  161. }
  162. }
  163. },
  164.  
  165. "texts":
  166. {
  167. "mojang":
  168. {
  169. "text" : "",
  170. "posX" : -197,
  171. "posY" : -10,
  172. "color" : -1,
  173. "alignment" : "bottom_right"
  174. },
  175.  
  176. "fml":
  177. {
  178. "text" : "",
  179. "posX" : 1,
  180. "posY" : 1000,
  181. "color" : -1,
  182. "alignment" : "bottom_left"
  183. },
  184.  
  185. "modpack1":
  186. {
  187. "text" : "§bby §eieldan22",
  188. "posX" : 2,
  189. "posY" : -9,
  190. "color" : -1,
  191. "alignment" : "bottom_left"
  192. },
  193.  
  194. "modpack2":
  195. {
  196. "text" : "§3§lSKY REALM §f| §6v1.0.0",
  197. "posX" : 2,
  198. "posY" : -18,
  199. "color" : -1,
  200. "alignment" : "bottom_left"
  201. }
  202. },
  203.  
  204. "other":
  205. {
  206. "splash-text":
  207. {
  208. "posX" : 90,
  209. "posY" : 70,
  210. "color" : -256,
  211. "alignment" : "top_center",
  212. "texts" : "file:minecraft:texts/splashes.txt"
  213. },
  214.  
  215. "background":
  216. {
  217. "image" : "custommainmenu:textures/gui/menu_background.png",
  218. "mode" : "stretch"
  219. }
  220. }
  221. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement