mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 15:49:56 +00:00
19 lines
442 B
INI
19 lines
442 B
INI
[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 = ~/local/openmw/tes3mp
|
|
plugins = serverCore.lua
|
|
|
|
[MasterServer]
|
|
enabled = true
|
|
address = master.tes3mp.com
|
|
port = 25561
|
|
rate = 1000
|