Hey!
Your may know that there's a Mod, that lets you customize your Main-Menu completely, it can change the buttons, the Background, etc.
The Mod lets you change it using json:
"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"
}
}
Now to open the Replay-Viewer, i need the
id of the Replay-Viewer
Vanilla-Example:
menu.multiplayer=Multiplayer
So i appreciated if you would give it to me :)