Skip to content

Commit

Permalink
remove deprecated parameters from server.toml (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Oct 29, 2024
1 parent b1fca1a commit dbcb2c5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions articles/configs/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dbcb2c5

Please sign in to comment.