Advertisement
djoveryde

CMM 1.7.10

May 22nd, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. {
  2. "images": {
  3. "title": {
  4. "image": "custommainmenu:hexxrl/gui/hexxrllogo.gif",
  5. "posX": -137,
  6. "posY": 30,
  7. "width": 512,
  8. "height": 512,
  9. "alignment": "top_center"
  10. },
  11. "Factions-status": {
  12. "image": "web:http://www.baby-nation.com/download/check.php?ip=188.122.71.194&port=25566",
  13. "posX": -20,
  14. "posY": 72,
  15. "width": 50,
  16. "height": 50
  17. }
  18. },
  19. "buttons": {
  20. "Factions": {
  21. "text": "Arcadia Factions Server",
  22. "texture": "custommainmenu:hexxrl/gui/button3.png",
  23. "posX": -100,
  24. "posY": 72,
  25. "width": 200,
  26. "height": 20,
  27. "action": {
  28. "type": "connectToServer",
  29. "ip": "188.122.71.194:25566"
  30. }
  31. },
  32. "Towny": {
  33. "text": "Arcadia Towny Server",
  34. "texture": "custommainmenu:hexxrl/gui/button3.png",
  35. "posX": -100,
  36. "posY": 96,
  37. "width": 200,
  38. "height": 20,
  39. "action": {
  40. "type": "connectToServer",
  41. "ip": "188.122.71.194:25568"
  42. }
  43. },
  44. "back": {
  45. "text": "Back",
  46. "texture": "custommainmenu:hexxrl/gui/buttonsmall.png",
  47. "posX": 2,
  48. "posY": 156,
  49. "width": 98,
  50. "height": 20,
  51. "action": {
  52. "type": "openGui",
  53. "gui": "custom.custommultiplayer"
  54. }
  55. },
  56. "Github": {
  57. "text": "Issue Tracker",
  58. "texture": "custommainmenu:hexxrl/gui/buttonsmall.png",
  59. "alignment": "top_right",
  60. "posX": -100,
  61. "posY": 2,
  62. "width": 98,
  63. "height": 20,
  64. "action": {
  65. "type": "openLink",
  66. "link": "https://github.com/djoveryde/Hexx-Reloaded/issues"
  67. }
  68. },
  69. "Changelogs": {
  70. "text": "Changelog",
  71. "texture": "custommainmenu:hexxrl/gui/buttonsmall.png",
  72. "alignment": "top_left",
  73. "posX": 2,
  74. "posY": 2,
  75. "width": 98,
  76. "height": 20,
  77. "action": {
  78. "type": "openLink",
  79. "link": "http://www.technicpack.net/modpack/hex-reloaded.577405/changelog"
  80. }
  81. },
  82.  
  83. "Homepage": {
  84. "text": "Arcadia Network",
  85. "texture": "custommainmenu:hexxrl/gui/buttonsmall.png",
  86. "alignment": "top_center",
  87. "posX": -50,
  88. "posY": 2,
  89. "width": 98,
  90. "height": 20,
  91. "action": {
  92. "type": "openLink",
  93. "link": "http://www.arcadianetwork.co.uk"
  94. }
  95. }
  96. },
  97. "texts": {
  98. "Arcadia": {
  99. "text": "Copyright Arcadia Network 2015. Do Not Redistribute!",
  100. "posX": 2,
  101. "posY": -10,
  102. "color": -1,
  103. "alignment": "bottom_left"
  104. },
  105. "Mod Version": {
  106. "text": "Hexx: Reloaded Version 1.1.9",
  107. "posX": -197,
  108. "posY": -10,
  109. "color": -1,
  110. "alignment": "bottom_right"
  111. }
  112. },
  113. "other": {
  114. "splash-text": {
  115. "posX": 90,
  116. "posY": 70,
  117. "color": -256,
  118. "alignment": "top_center",
  119. "file": "texts/splashes.txt"
  120. },
  121. "panorama": {
  122. "images": "minecraft:textures/gui/title/background/panorama_%c.png",
  123. "animate": true,
  124. "animationSpeed": 1,
  125. "blur": true,
  126. "gradient": true
  127. }
  128. }
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement