feat(servers): add config for 7Days server
All checks were successful
Discord / discord commits (push) Successful in 41s
All checks were successful
Discord / discord commits (push) Successful in 41s
This commit is contained in:
parent
702f0a4d64
commit
7e7dde4c6f
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@
|
||||||
config = {
|
config = {
|
||||||
ServerName = "bruh moment";
|
ServerName = "bruh moment";
|
||||||
ServerPort = 26900;
|
ServerPort = 26900;
|
||||||
|
|
||||||
|
BlockDamagePlayer = 200;
|
||||||
|
BloodMoonEnemyCount = 10;
|
||||||
|
DropOnDeath = 3;
|
||||||
|
PartySharedKillRange = 10000;
|
||||||
|
PlayerKillingMode = 2;
|
||||||
|
XPMultiplier = 200;
|
||||||
|
ZombieBMMove = 1;
|
||||||
|
ZombieMoveNight = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue