From 575712aecfc71b80db560ec5c968770b921b8ce5 Mon Sep 17 00:00:00 2001 From: H3o66 Date: Tue, 31 May 2022 22:25:01 +0200 Subject: [PATCH] feat: add Core Keeper config --- CoreKeeper/ServerConfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CoreKeeper/ServerConfig.json diff --git a/CoreKeeper/ServerConfig.json b/CoreKeeper/ServerConfig.json new file mode 100644 index 0000000..7340ece --- /dev/null +++ b/CoreKeeper/ServerConfig.json @@ -0,0 +1,8 @@ +{ + "gameId": "", + "world": 0, + "worldName": "SERVERNAME", + "worldSeed": 0, + "maxNumberPlayers": 100, + "maxNumberPacketsSentPerFrame": 1 +}