Advertisement
Guest User

mc skyrealm mp menu config (CHANGELOG)

a guest
Feb 27th, 2017
5,997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. /* CHANGELOG MENU */
  2.  
  3.  
  4.  
  5. {
  6. "images":
  7. {
  8.  
  9. "bg":
  10. {
  11. "image" : "custommainmenu:textures/gui/changelogbg.png",
  12. "posX" : -105,
  13. "posY" : 12,
  14. "width" : 210, /* 42 */
  15. "height" : 240, /* 48 */
  16. "alignment" : "top_center"
  17. }
  18. },
  19.  
  20. "buttons":
  21. {
  22. "back":
  23. {
  24. "text" : "",
  25. "posX" : 79,
  26. "posY" : -49,
  27. "width" : 20,
  28. "height" : 20,
  29. "imageWidth" : 40,
  30. "imageHeight" : 40,
  31. "texture" : "custommainmenu:textures/gui/button_back.png",
  32. "action" :
  33. {
  34. "type" : "openGui",
  35. "gui" : "custom.mainmenu"
  36. }
  37. }
  38. },
  39.  
  40. "texts":
  41. {
  42. "mojang":
  43. {
  44. "text" : "",
  45. "posX" : -197,
  46. "posY" : -10,
  47. "color" : -1,
  48. "alignment" : "bottom_right"
  49. },
  50.  
  51. "fml":
  52. {
  53. "text" : "",
  54. "posX" : 1,
  55. "posY" : 1000,
  56. "color" : -1,
  57. "alignment" : "bottom_left"
  58. },
  59.  
  60. "modpack1":
  61. {
  62. "text" : "§bby §eieldan22",
  63. "posX" : 2,
  64. "posY" : -9,
  65. "color" : -1,
  66. "alignment" : "bottom_left"
  67. },
  68.  
  69. "modpack2":
  70. {
  71. "text" : "§3§lSKY REALM §f| §6v1.0.0",
  72. "posX" : 2,
  73. "posY" : -18,
  74. "color" : -1,
  75. "alignment" : "bottom_left"
  76. },
  77.  
  78. "changelog_text":
  79. {
  80. "text" : "§6§lv1.0.0\n\n- Релиз модпака\n- Новая менюшка :3",
  81. "posX" : 143,
  82. "posY" : -250,
  83. "color" : -1,
  84. "alignment" : "bottom_left"
  85. }
  86. },
  87.  
  88. "other":
  89. {
  90. "background":
  91. {
  92. "image" : "custommainmenu:textures/gui/menu_background.png",
  93. "mode" : "stretch"
  94. }
  95. }
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement