-
Notifications
You must be signed in to change notification settings - Fork 0
/
PreRelease-1.13-Pre2.jar.conf
32 lines (26 loc) · 1.03 KB
/
PreRelease-1.13-Pre2.jar.conf
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
31
32
[config]
name = PreRelease 1.13 Pre2
source = https://launcher.mojang.com/mc/game/1.13-pre2/server/5b312060d457a1f75846afd3935ec3f140da3942/server.jar
configSource = https://raw.githubusercontent.com/LZStealth/Multicraft-Jar-Conf/master/PreRelease-1.13-Pre2.jar.conf
[encoding]
#encode = system
#decode = system
#fileEncoding = latin-1
[settings]
logFile = server.log
## Uncomment the following to rotate the log at 20MB
#logRotateSize = 20971520
## Keep 5 log files
logBackupCount = 5
## Check the log size every 60 seconds
logRotateCheckInterval = 60000
## Copy instead of move log to log.1, vanilla Minecraft requires this
logPersistent = True
[parse_log]
start=^(?P<time>(:?[-\d]+ )?\[?[:\d]+\]?)\s+\[?(?P<type>[^]<>]+)[\]>]\:?\s+(:?\[(:?Minecraft-)?(:?Server)\]\s+)?(?P<line>.*)$
[parse_chat]
start=^(?P<source>\[[^\]]+\])?\s*<(§.)?(?P<sender>[^§>]*)(§.)?>\s*(?P<message>.*)$
[parse_clean]
start=(^[>\r\s]+|\x1b(\[|\])[0-9;]*m?|[\x00-\x1f])
[parse_connect]
start=^(?P<name>.+?)\s*\[[\w.-]*/(?P<ip>[^\]:]*)(:?(?P<port>[0-9]+)?)\]\s*logged in