From dbcb2c5360e7cad316704118eb4283f043f5f495 Mon Sep 17 00:00:00 2001 From: xshady <54737754+xxshady@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:57:54 +0300 Subject: [PATCH] remove deprecated parameters from server.toml (#289) --- articles/configs/server.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/articles/configs/server.md b/articles/configs/server.md index a18b171c0..324d9638f 100644 --- a/articles/configs/server.md +++ b/articles/configs/server.md @@ -35,14 +35,8 @@ password = "mySecretPassword" announce = true # Token to announce the server to the masterlist token = "superSecretToken" -# The gamemode your server is running -gamemode = "Freeroam" -# The website of your server -website = "example.com" # The language of your server language = "English" -# The description of your server -description = "My cool server" # If the debug mode should be allowed (Debug mode allows debugging functions like reconnect or the CEF debugger) debug = false # The stream in distance for entities @@ -95,12 +89,6 @@ logTimeFormat = "%H:%M:%S" # For example, logsToKeep = 3 will set limit to 3 files in default server mode + 3 files for --justpack logsToKeep = 0 -# The tags for your server (max. 4) -tags = [ - "Freeroam", - "Cool" -] - # Should connection queue be enabled for your server. # ConnectionQueueAdd & ConnectionQueueRemove serverside events are required to accept or decline connections connectionQueue = false