Advertisement
Guest User

Custom Main Menu Config: [UPDATE 2]

a guest
Aug 27th, 2017
2,483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.37 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4.  
  5.  
  6. "title":
  7. {
  8. "image" : "custommainmenu:resources/custom/zjicraftlogo.png",
  9. "posX" : -135,
  10. "posY" : 85,
  11. "width" : 275,
  12. "height" : 75,
  13. "alignment" : "top_center"
  14. },
  15.  
  16. "username":
  17. {
  18. "image" : "custommainmenu:resources/custom/buttons/buttonmainmenu_player.png",
  19. "posX" : -140,
  20. "posY" : -110,
  21. "width" : 400,
  22. "height" : 80,
  23. "alignment" : "bottom_right"
  24. },
  25.  
  26. "mods":
  27. {
  28. "image" : "custommainmenu:resources/custom/buttons/buttonmainmenu_player.png",
  29. "posX" : -270,
  30. "posY" : -110,
  31. "width" : 400,
  32. "height" : 80,
  33. "alignment" : "bottom_left"
  34. }
  35. },
  36.  
  37. "buttons":
  38. {
  39. "singleplayer":
  40. {
  41. "text" : "Singleplayer",
  42. "posX" : -100,
  43. "posY" : 80,
  44. "width" : 200,
  45. "height" : 20,
  46. "texture" : "custommainmenu:resources/custom/buttons/buttonmainmenu_big.png",
  47. "action" :
  48. {
  49. "type" : "openGui",
  50. "gui" : "singleplayer"
  51. }
  52. },
  53.  
  54. "multiplayer":
  55. {
  56. "text" : "Multiplayer",
  57. "posX" : -65,
  58. "posY" : 105,
  59. "width" : 126,
  60. "height" : 20,
  61. "texture" : "custommainmenu:resources/custom/buttons/buttonmainmenu_medium.png",
  62. "action" :
  63. {
  64. "type" : "openGui",
  65. "gui" : "multiplayer"
  66. }
  67. },
  68.  
  69. "mods":
  70. {
  71. "text" : "Forge Mods",
  72. "posX" : -100,
  73. "posY" : 130,
  74. "width" : 200,
  75. "height" : 20,
  76. "texture" : "custommainmenu:resources/custom/buttons/buttonmainmenu_big.png",
  77. "action" :
  78. {
  79. "type" : "openGui",
  80. "gui" : "mods"
  81. }
  82. },
  83.  
  84. "options":
  85. {
  86. "text" : "Settings",
  87. "posX" : 65,
  88. "posY" : 105,
  89. "width" : 98,
  90. "height" : 20,
  91. "texture" : "custommainmenu:resources/custom/buttons/buttonmainmenu_small.png",
  92. "action" :
  93. {
  94. "type" : "openGui",
  95. "gui" : "options"
  96. }
  97. },
  98.  
  99. "quit":
  100. {
  101. "text" : "Quit Minecraft",
  102. "posX" : -167,
  103. "posY" : 105,
  104. "width" : 98,
  105. "height" : 20,
  106. "texture" : "custommainmenu:resources/custom/buttons/buttonmainmenu_small.png",
  107. "action" :
  108. {
  109. "type" : "quit"
  110. }
  111. },
  112.  
  113. "refresh":
  114. {
  115. "text" : "Refresh Mainmenu",
  116. "posX" : -100,
  117. "posY" : 200,
  118. "width" : 200,
  119. "height" : 20,
  120. "texture" : "custommainmenu:resources/custom/buttons/buttonmainmenu_big.png",
  121. "action" :
  122. {
  123. "type" : "refresh"
  124. }
  125. },
  126.  
  127. "badlion":
  128. {
  129. "text" : "Connect to Badlion",
  130. "posX" : -100,
  131. "posY" : 155,
  132. "width" : 200,
  133. "height" : 40,
  134. "texture" : "custommainmenu:resources/custom/buttons/buttonmainmenu_badlion.png",
  135. "action" :
  136. {
  137. "type" : "connectToServer",
  138. "ip" : "eu.badlion.net"
  139. }
  140. }
  141. },
  142.  
  143. "texts":
  144. {
  145. "mojang":
  146. {
  147. "text" : "Copyright Mojang AB. Do not distribute!",
  148. "posX" : -197,
  149. "posY" : -10,
  150. "color" : -1,
  151. "alignment" : "bottom_right"
  152. },
  153.  
  154. "fml":
  155. {
  156. "text" : "",
  157. "posX" : 2,
  158. "posY" : -50,
  159. "color" : -1,
  160. "alignment" : "bottom_left"
  161. }
  162. },
  163.  
  164. "labels":
  165. {
  166. "username":
  167. {
  168. "text" : "#username#",
  169. "posX" : -90,
  170. "posY" : -85,
  171. "color" : -2,
  172. "alignment" : "bottom_right"
  173. },
  174.  
  175. "connectedto":
  176. {
  177. "text" : "Connected to:",
  178. "posX" : -100,
  179. "posY" : -120,
  180. "color" : -2,
  181. "alignment" : "bottom_right"
  182. },
  183.  
  184. "modlist":
  185. {
  186. "text" : "Mods:",
  187. "posX" : 50,
  188. "posY" : -120,
  189. "color" : -2,
  190. "alignment" : "bottom_left"
  191. },
  192.  
  193. "modsactive":
  194. {
  195. "text" : "Mods Active: #modsactive#",
  196. "posX" : 30,
  197. "posY" : -85,
  198. "color" : -2,
  199. "alignment" : "bottom_left"
  200. },
  201.  
  202. "modsloaded":
  203. {
  204. "text" : "Mods Loaded: #modsloaded#",
  205. "posX" : 30,
  206. "posY" : -60,
  207. "color" : -2,
  208. "alignment" : "bottom_left"
  209. },
  210.  
  211. "time":
  212. {
  213. "text" : "#time#",
  214. "posX" : -75,
  215. "posY" : 350,
  216. "color" : -2,
  217. "fontSize" : 6,
  218. "alignment" : "top_center"
  219. },
  220.  
  221. "mcversion":
  222. {
  223. "text" : "#mcversion#",
  224. "posX" : 125,
  225. "posY" : 135,
  226. "color" : -2,
  227. "fontSize" : 1,
  228. "alignment" : "top_center"
  229. },
  230.  
  231. "date":
  232. {
  233. "text" : "#date#",
  234. "posX" : -90,
  235. "posY" : 410,
  236. "color" : -2,
  237. "fontSize" : 3,
  238. "alignment" : "top_center"
  239. }
  240. },
  241.  
  242. "other":
  243. {
  244.  
  245. "background":
  246. {
  247. "image" : "custommainmenu:resources/custom/background.png",
  248. "animate" : false,
  249. "animationSpeed" : 3,
  250. "blur" : false,
  251. "gradient" : false
  252. }
  253. }
  254. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement