mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Add LOG_PATH to version files.
This commit is contained in:
parent
64e14e5b16
commit
7f11ec62d5
@ -1,5 +1,7 @@
|
|||||||
# MSM version file for Minecraft 1.2.0 and above
|
# MSM version file for Minecraft 1.2.0 and above
|
||||||
|
|
||||||
|
set_property LOG_PATH "server.log"
|
||||||
|
|
||||||
console_event REGEX "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} \[.*\]"
|
console_event REGEX "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} \[.*\]"
|
||||||
console_event START:30 "Done"
|
console_event START:30 "Done"
|
||||||
|
|
||||||
|
@ -2,4 +2,6 @@
|
|||||||
|
|
||||||
extends "minecraft/1.3.0"
|
extends "minecraft/1.3.0"
|
||||||
|
|
||||||
|
set_property LOG_PATH "logs/latest.log"
|
||||||
|
|
||||||
console_event REGEX "^\[[0-9]{2}:[0-9]{2}:[0-9]{2}\] \[.*\]:"
|
console_event REGEX "^\[[0-9]{2}:[0-9]{2}:[0-9]{2}\] \[.*\]:"
|
||||||
|
Loading…
Reference in New Issue
Block a user