make even better...

This commit is contained in:
ayunami2000 2022-04-14 10:29:36 -04:00
parent 7827cdf7dd
commit 3a06a0fe92

View File

@ -15,7 +15,7 @@ const serverMotd = ["line1", "line2"];
const serverMaxPlayers = 20; const serverMaxPlayers = 20;
const serverOnlinePlayers = 4; const serverOnlinePlayers = 4;
const serverPlayers = ["Welcome to my", "ayunMultiPort-powered", "Eaglercraft server!"]; const serverPlayers = ["Welcome to my", "ayunMultiPort-powered", "Eaglercraft server!"];
const serverIcon = fs.readFileSync("icon.png"); // set to null for no icon. MUST be 64x64. const serverIcon = "icon.png"; // set to null for no icon. MUST be 64x64. can be a url, if you want...
const httpPort = 8080; const httpPort = 8080;
const timeout = 10000; const timeout = 10000;
const changeProtocol = true; const changeProtocol = true;