mirror of
https://github.com/ayunami2000/ayunMultiPort.git
synced 2024-12-21 21:44:10 -08:00
make even better...
This commit is contained in:
parent
7827cdf7dd
commit
3a06a0fe92
|
@ -15,7 +15,7 @@ const serverMotd = ["line1", "line2"];
|
|||
const serverMaxPlayers = 20;
|
||||
const serverOnlinePlayers = 4;
|
||||
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 timeout = 10000;
|
||||
const changeProtocol = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user