Advertisement
Guest User

Config

a guest
Aug 6th, 2017
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "custommenu:title.png",
  7. "posX" : -53,
  8. "posY" : 15,
  9. "width" : 275,
  10. "height" : 75,
  11. "imageWidth" : 3513,
  12. "imageHeight" : 925,
  13. "alignment" : "top_center"
  14.  
  15. },
  16.  
  17. "logo":
  18. {
  19. "image" : "custommenu:images.png",
  20. "posX" : 28,
  21. "posY" : -115,
  22. "width" : 125,
  23. "height" : 100,
  24. "imageWidth" : 37,
  25. "imageHeight" : 50,
  26. "alignment" : "left_center"
  27.  
  28. },
  29.  
  30. "transparent":
  31. {
  32. "image" : "custommenu:buttonbg.png",
  33. "posX" : 15,
  34. "posY" : -250,
  35. "width" : 150,
  36. "height" : 1200,
  37. "alignment" : "left_center"
  38. }
  39. },
  40.  
  41. "buttons":
  42. {
  43. "singleplayer":
  44. {
  45. "text" : "",
  46. "tooltip" : "Play by yourself",
  47. "posX" : 40,
  48. "posY" : -140,
  49. "width" : 81,
  50. "height" : 15,
  51. "imageWidth" : 387,
  52. "imageHeight" : 72,
  53. "alignment" : "bottom_left",
  54. "texture" : "custommenu:singleplayer.png",
  55. "action" :
  56. {
  57. "type" : "openGui",
  58. "gui" : "singleplayer"
  59. }
  60. },
  61.  
  62. "multiplayer":
  63. {
  64. "text" : "",
  65. "tooltip" : "Play online",
  66. "posX" : 40,
  67. "posY" : -120,
  68. "width" : 76,
  69. "height" : 15,
  70. "imageWidth" : 364,
  71. "imageHeight" : 72,
  72. "alignment" : "bottom_left",
  73. "texture" : "custommenu:multiplayer.png",
  74. "action" :
  75. {
  76. "type" : "openGui",
  77. "gui" : "multiplayer"
  78. }
  79. },
  80.  
  81. "mods":
  82. {
  83. "text" : "",
  84. "tooltip" : "Mods installed",
  85. "posX" : 40,
  86. "posY" : -80,
  87. "width" : 37,
  88. "height" : 15,
  89. "imageWidth" : 178,
  90. "imageHeight" : 72,
  91. "alignment" : "bottom_left",
  92. "texture" : "custommenu:mods.png",
  93. "action" :
  94. {
  95. "type" : "openGui",
  96. "gui" : "mods"
  97. }
  98. },
  99.  
  100. "options":
  101. {
  102. "text" : "",
  103. "tooltip" : "Configure the settings",
  104. "posX" : 40,
  105. "posY" : -100,
  106. "width" : 52,
  107. "height" : 15,
  108. "imageWidth" : 248,
  109. "imageHeight" : 72,
  110. "alignment" : "bottom_left",
  111. "texture" : "custommenu:options.png",
  112. "action" :
  113. {
  114. "type" : "openGui",
  115. "gui" : "options"
  116. }
  117. },
  118.  
  119. "quit":
  120. {
  121. "text" : "",
  122. "tooltip" : "Come back soon",
  123. "posX" : 40,
  124. "posY" : -50,
  125. "width" : 29,
  126. "height" : 15,
  127. "imageWidth" : 139,
  128. "imageHeight" : 72,
  129. "alignment" : "bottom_left",
  130. "texture" : "custommenu:quit.png",
  131. "action" :
  132. {
  133. "type" : "quit"
  134. }
  135. }
  136.  
  137. },
  138.  
  139. "labels":
  140. {
  141. "mojang":
  142. {
  143. "text" : "Created by Siruoha",
  144. "posX" : -105,
  145. "posY" : -10,
  146. "color" : -1,
  147. "alignment" : "bottom_right",
  148. "action" :
  149. {
  150. "type" : "openGui",
  151. "gui" : "credits"
  152. },
  153.  
  154. "fml":
  155. {
  156. "text" : "",
  157. "posX" : 2,
  158. "posY" : -40,
  159. "color" : -1,
  160. "alignment" : "bottom_left"
  161.  
  162. } }
  163. },
  164.  
  165. "other":
  166. {
  167. "splash-text":
  168. {
  169. "posX" : 180,
  170. "posY" : 70,
  171. "color" : 625,
  172. "alignment" : "top_center",
  173. "texts" : "file:custommenu:text.txt"
  174. }
  175. },
  176.  
  177.  
  178.  
  179. "other":
  180. {
  181. "background":
  182. {
  183. "image" : "",
  184. "slideshow":
  185. {
  186. "images" : ["custommenu:backgrounds/bg1.jpg","custommenu:backgrounds/bg2.jpg","custommenu:backgrounds/bg2.jpg","custommenu:backgrounds/bg3.jpg","custommenu:backgrounds/bg4.jpg","custommenu:backgrounds/bg5.jpg"],
  187. "displayDuration" : 100,
  188. "fadeDuration" : 60
  189. }
  190. }
  191. }
  192. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement