blob: 80227a713866d4273b83ee473cc5413a1717bcc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
; This settings file is used by the $/MakeLuaAPI.cmd script
; It is copied over settings.ini so that the APIDump plugin gets loaded upon server start
[Server]
Description=MCServer - in C++!
MaxPlayers=100
HardcoreEnabled=0
Port=25565
PortsIPv6=
DefaultViewDistance=10
[RCON]
Enabled=0
[Authentication]
Authenticate=1
Server=session.minecraft.net
Address=/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID%
[Worlds]
; World=secondworld
DefaultWorld=world
[Plugins]
Plugin=APIDump
[DeadlockDetect]
Enabled=0
IntervalSec=20
|