feat(servers): add config for 7Days server
All checks were successful
Discord / discord commits (push) Successful in 41s

This commit is contained in:
matt1432 2024-06-29 17:57:50 -04:00
parent 702f0a4d64
commit 7e7dde4c6f

View file

@ -13,6 +13,15 @@
config = {
ServerName = "bruh moment";
ServerPort = 26900;
BlockDamagePlayer = 200;
BloodMoonEnemyCount = 10;
DropOnDeath = 3;
PartySharedKillRange = 10000;
PlayerKillingMode = 2;
XPMultiplier = 200;
ZombieBMMove = 1;
ZombieMoveNight = 0;
};
};
};