Advertisement
Guest User

Custom Main Menu Config: [UPDATE 1]

a guest
Aug 17th, 2017
3,950
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4.  
  5.  
  6. "black":
  7. {
  8. "image" : "custommainmenu:resources/custom/transparent.png",
  9. "posX" : -200,
  10. "posY" : -300,
  11. "width" : 400,
  12. "height" : 10000,
  13. "alignment" : "top_center"
  14. },
  15.  
  16. "title":
  17. {
  18. "image" : "custommainmenu:resources/custom/mounticraftlogo.png",
  19. "posX" : -135,
  20. "posY" : 60,
  21. "width" : 275,
  22. "height" : 200,
  23. "alignment" : "top_center"
  24. }
  25. },
  26.  
  27. "buttons":
  28. {
  29. "singleplayer":
  30. {
  31. "text" : "",
  32. "posX" : -110,
  33. "posY" : 90,
  34. "width" : 50,
  35. "height" : 50,
  36. "texture" : "custommainmenu:resources/custom/buttonsingle.png",
  37. "action" :
  38. {
  39. "type" : "openGui",
  40. "gui" : "singleplayer"
  41. }
  42. },
  43.  
  44. "multiplayer":
  45. {
  46. "text" : "",
  47. "posX" : -50,
  48. "posY" : 90,
  49. "width" : 50,
  50. "height" : 50,
  51. "texture" : "custommainmenu:resources/custom/buttonmulti.png",
  52. "action" :
  53. {
  54. "type" : "openGui",
  55. "gui" : "multiplayer"
  56. }
  57. },
  58.  
  59. "mods":
  60. {
  61. "text" : "",
  62. "posX" : 10,
  63. "posY" : 90,
  64. "width" : 50,
  65. "height" : 50,
  66. "texture" : "custommainmenu:resources/custom/buttonmods.png",
  67. "action" :
  68. {
  69. "type" : "openGui",
  70. "gui" : "mods"
  71. }
  72. },
  73.  
  74. "options":
  75. {
  76. "text" : "",
  77. "posX" : 70,
  78. "posY" : 90,
  79. "width" : 50,
  80. "height" : 50,
  81. "texture" : "custommainmenu:resources/custom/buttonsettings.png",
  82. "action" :
  83. {
  84. "type" : "openGui",
  85. "gui" : "options"
  86. }
  87. },
  88.  
  89. "quit":
  90. {
  91. "text" : "",
  92. "posX" : -20,
  93. "posY" : 145,
  94. "width" : 50,
  95. "height" : 50,
  96. "texture" : "custommainmenu:resources/custom/buttonquit.png",
  97. "action" :
  98. {
  99. "type" : "quit"
  100. }
  101. },
  102.  
  103. "refresh":
  104. {
  105. "text" : "",
  106. "posX" : 400,
  107. "posY" : 355,
  108. "width" : 20,
  109. "height" : 20,
  110. "texture" : "custommainmenu:textures/gui/buttons.png",
  111. "action" :
  112. {
  113. "type" : "refresh"
  114. }
  115. }
  116. },
  117.  
  118. "texts":
  119. {
  120. "mojang":
  121. {
  122. "text" : "Copyright Mojang AB. Do not distribute!",
  123. "posX" : -197,
  124. "posY" : -10,
  125. "color" : -1,
  126. "alignment" : "bottom_right"
  127. },
  128.  
  129. "fml":
  130. {
  131. "text" : "",
  132. "posX" : 2,
  133. "posY" : -50,
  134. "color" : -1,
  135. "alignment" : "bottom_left"
  136. }
  137. },
  138.  
  139. "other":
  140. {
  141.  
  142. "background":
  143. {
  144. "image" : "custommainmenu:resources/custom/background.png",
  145. "animate" : false,
  146. "animationSpeed" : 3,
  147. "blur" : false,
  148. "gradient" : false
  149. }
  150. }
  151. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement