Last active 1738719583

gistfile1.txt Raw
1## ===========================================================
2## MULTICRAFT CONFIGURATION TO ADD .JAR TYPES
3## To simplify all the add of JAR in less time than ever.
4## This configuration was edited by Baloc - 20/04/2019.
5## ===========================================================
6
7[config]
8name = [Paper] 1.21.4-138
9source = https://api.papermc.io/v2/projects/paper/versions/1.21.4/builds/138/downloads/paper-1.21.4-138.jar
10configSource = https://raw.githubusercontent.com/arevindh/multicraft-papermc/master/paper.jar.conf
11
12[encoding]
13encode = utf-8
14decode = utf-8
15fileEncoding = latin-1
16
17[start]
18command = "{JAVA}" -server -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui {PARAMS}
19
20[force_config]
21configFile = server.properties
22newline = \n
23search1 = server-ip
24replace1 = server-ip={IP}
25search2 = server-port
26replace2 = server-port={PORT}
27search3 = max-players
28replace3 = max-players={MAX_PLAYERS}
29
30[parse_log]
31start=^(?P<time>(:?[-\d]+ )?\[?[:\d]+\]?)\s+\[?(?P<type>[^]<>]+)[\]>]\:?\s+(:?\[(:?Minecraft-)?(:?Server)\]\s+)?(?P<line>.*)$
32
33[parse_startup]
34start=^\s*Done
35important=true
36
37[parse_players]
38listSplit=\s*,\s*
39listLine=(?P<name>.*)
40start=^(?:Connected\s*players|Online \([\d]+[^)]*\)):\s*(?P<v_listStr_append>.*)$
41start1=^There are (?P<v_maxDataLines>\d+)/\d+ players
42data=^(?P<v_listStr_append>.+)$
43trigger=list
44important=true
45isList=true
46maxLines=2
47maxDataLines=0
48
49[parse_chat]
50start=^(?P<source>\[[^\]]+\])?\s*<(?P<sender>[^>]*)>\s*(?P<message>.*)$
51
52[parse_command]
53shortStart=(?:tried|issued server) command
54start=^(?P<sender>.+)\s(?:tried|issued\sserver)\scommand:\s*(?P<command>.*)$
55important=true
56
57[parse_connect]
58shortStart=logged in with entity id \d+ at
59start=^(?P<name>.+?)\s*\[/(?P<ip>[^\]:]*)(:?(?P<port>[0-9]+)?)\]\s*logged in
60start1=^(?P<name>.+)(?P<ip>\s+)logged in
61
62[parse_disconnect]
63shortStart=(lost connection|Kick(ing|ed))
64start=^(?P<name>.+)\slost connection:\s*(?P<reason>.*)$
65start1=^CONSOLE:\s*Kicking\s(?P<name>.+)$
66start2=Kicked\s(?P<name>.+) from the game\s*$
67