Browse Source

Update _default.cfg

pull/3995/head
crawforc3 3 years ago
committed by GitHub
parent
commit
aa74fa2a89
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      lgsm/config-default/config-lgsm/necserver/_default.cfg

17
lgsm/config-default/config-lgsm/necserver/_default.cfg

@ -9,14 +9,19 @@
#### Game Server Settings ####
gamename="Necesse"
port="14159"
slots="10" # [1 - 250] Server default slots
password="" # Leave blank for no password
slots="10"
# Leave blank for no password
password=""
pauseWhenEmpty="false",
giveClientsPower="true" # If true, clients will have much more power over what hits them, their position etc
logging="true" #Will create log files for each server start
# Clients will have much more power over what hits them, their position etc
giveClientsPower="true"
# Creates log files for each server start
logging="true"
language="en"
zipSaves="true" # Create new saves uncompressed
MOTD="" # Message of the day
# Create new saves uncompressed
zipSaves="true"
# Message of the day
MOTD=""

Loading…
Cancel
Save