mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-14 15:19:07 +00:00
Added server list
This commit is contained in:
@@ -10,5 +10,12 @@ define("MAR_ADDRESS", "ws://localhost:8887");
|
||||
define("MAR_TICK_LENGTH", 1000);
|
||||
define("MAR_SERVER_NAME", "Official MAR server");
|
||||
|
||||
//Servers displayed in the servers tab
|
||||
define("SERVER_LIST", array(
|
||||
array("<b>Official MAR Server</b>", "https://muchassemblyrequired.com/game.php", "Official Game server. Should be the most up-to-date"),
|
||||
array("mlaga97's alternative server", "http://muchassemblyrequired.mlaga97.space/game.php", "<i>none</i>"),
|
||||
array("Jaggernaut's backup server", "http://jaggernaut.ca/game.php", "<i>none</i>"),
|
||||
));
|
||||
|
||||
//Plugins
|
||||
//Version
|
||||
|
||||
Reference in New Issue
Block a user