mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 12:19:55 +00:00
20 lines
466 B
INI
20 lines
466 B
INI
[General]
|
|
# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses
|
|
# You almost never have to change this
|
|
localAddress = 0.0.0.0
|
|
port = 25565
|
|
maximumPlayers = 64
|
|
hostname = TES3MP server
|
|
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
|
|
logLevel = 1
|
|
password =
|
|
|
|
[Plugins]
|
|
home = ./server
|
|
plugins = serverCore.lua
|
|
|
|
[MasterServer]
|
|
enabled = true
|
|
address = master.tes3mp.com
|
|
port = 25561
|
|
rate = 10000
|