Add LOG_PATH to version files.

This commit is contained in:
Tristan Donkers 2015-08-23 10:10:04 +10:00
parent 64e14e5b16
commit 7f11ec62d5
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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}\] \[.*\]:"