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 +}