Skip to content

Instantly share code, notes, and snippets.

@ROMVoid95
Created October 22, 2019 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ROMVoid95/04f08bf21d6ddf381c30fcd38a84c87a to your computer and use it in GitHub Desktop.
Save ROMVoid95/04f08bf21d6ddf381c30fcd38a84c87a to your computer and use it in GitHub Desktop.
{
"images":
{
"black":
{
"image" : "mainmenu:textures/bg_menu.png",
"posX" : 95,
"posY" : -80,
"width" : 200,
"height" : 1500,
"alignment" : "top_left"
},
"logo":
{
"image" : "mainmenu:textures/logo.png",
"posX" : 0,
"posY" : 0,
"width" : 475,
"height" : 240,
"alignment" : "top_left"
}
},
"buttons":
{
"singleplayer":
{
"text" : "menu.singleplayer",
"normalTextColor" : 12303291,
"hoverTextColor" : 3125670,
"texture" : "mainmenu:textures/btn.png",
"posX" : 97,
"posY" : -40,
"width" : 196,
"height" : 30,
imageWidth : 100,
imageHeight : 50,
"alignment" : "left_center",
"action" :
{
"type" : "openGui",
"gui" : "singleplayer"
}
},
"server":
{
"text" : "Official Server",
"normalTextColor" : 6734438,
"hoverTextColor" : 3125670,
"texture" : "mainmenu:textures/btn.png",
"posX" : 97,
"posY" : -10,
"width" : 196,
"height" : 20,
imageWidth : 100,
imageHeight : 50,
"alignment" : "left_center",
"action" :
{
"type" : "connectToServer",
"ip" : "89.40.12.198:25565"
}
},
"discord":
{
"text" : "Discord",
"normalTextColor" : 6734438,
"hoverTextColor" : 3125670,
"posX" : 97,
"posY" : 30,
"width" : 196,
"height" : 20,
imageWidth : 100,
imageHeight : 50,
"alignment" : "left_center",
"texture" : "mainmenu:textures/btn.png",
"action" :
{
"type" : "openLink",
"link" : "https://discord.gg/hybSqFg"
}
},
"multiplayer":
{
"text" : "menu.multiplayer",
"normalTextColor" : 12303291,
"hoverTextColor" : 3125670,
"texture" : "mainmenu:textures/btn.png",
"posX" : 97,
"posY" : 50,
"width" : 196,
"height" : 30,
imageWidth : 100,
imageHeight : 50,
"alignment" : "left_center",
"action" :
{
"type" : "openGui",
"gui" : "multiplayer"
}
},
"options":
{
"text" : "menu.options",
"normalTextColor" : 12303291,
"hoverTextColor" : 3125670,
"texture" : "mainmenu:textures/btn.png",
"posX" : 97,
"posY" : 70,
"width" : 196,
"height" : 20,
imageWidth : 100,
imageHeight : 50,
"alignment" : "left_center",
"action" :
{
"type" : "openGui",
"gui" : "options"
}
},
"language":
{
"text" : "options.language",
"texture" : "mainmenu:textures/btn.png",
"posX" : 97,
"posY" : 100,
"width" : 196,
"height" : 20,
imageWidth : 100,
imageHeight : 50,
"alignment" : "left_center",
"action" :
{
"type" : "openGui",
"gui" : "languages"
}
},
"quit":
{
"text" : "menu.quit",
"normalTextColor" : 16729156,
"hoverTextColor" : 14483456,
"texture" : "mainmenu:textures/btn.png",
"posX" : 97,
"posY" : 130,
"width" : 196,
"height" : 20,
imageWidth : 100,
imageHeight : 50,
"alignment" : "left_center",
"hoverText" : "No! Don't leave!",
"action" :
{
"type" : "quit"
}
},
"mods":
{
"text" : "Mods (#modsloaded#/#modsactive#)",
"normalTextColor" : 6710886,
"hoverTextColor" : 3125670,
"texture" : "mainmenu:textures/btn.png",
"posX" : 97,
"posY" : 196,
"width" : 196,
"height" : 20,
imageWidth : 100,
imageHeight : 50,
"alignment" : "left_center",
"action" :
{
"type" : "openGui",
"gui" : "mods"
}
}
},
"other":
{
"splash-text":
{
"posX" : 275,
"posY" : 100,
"color" : -256,
"alignment" : "top_left",
"texts" : "web:https://pastebin.com/raw/rMh8BYSg"
},
"background":
{
"image" : "mainmenu:textures/bg.png",
"mode" : "stretch"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment