You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
444 B
Plaintext
21 lines
444 B
Plaintext
[General]
|
|
# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses
|
|
localAddress = 0.0.0.0
|
|
port = 25565
|
|
maximumPlayers = 64
|
|
hostname = My TES3MP server
|
|
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
|
|
logLevel = 1
|
|
password =
|
|
|
|
[Plugins]
|
|
home = /server/data
|
|
plugins = serverCore.lua,test.so
|
|
|
|
[MasterServer]
|
|
enabled = false
|
|
address = master.tes3mp.com
|
|
port = 25561
|
|
rate = 10000
|
|
|