mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-30 15:19:32 +08:00
修改 - 颜色细节调整
This commit is contained in:
parent
d02882193f
commit
66e37158a4
@ -119,14 +119,14 @@
|
|||||||
RegExpStringArr = [
|
RegExpStringArr = [
|
||||||
//蓝色
|
//蓝色
|
||||||
["Unknown command", "Loading libraries, please wait...",
|
["Unknown command", "Loading libraries, please wait...",
|
||||||
"Loading", "Loaded",
|
"Loading", "Loaded", "\\d{1,3}%", "true", "false",
|
||||||
"Preparing start region for level", "\\d{1,3}%", "true", "false",
|
|
||||||
],
|
],
|
||||||
//绿色
|
//绿色
|
||||||
["/help", "left the game", "Enabling",
|
["/help", "left the game", "Enabling",
|
||||||
"Saving chunks for level", "--------", "UUID", "Starting minecraft server version",
|
"Saving chunks for level", "--------", "UUID", "Starting minecraft server version",
|
||||||
"Timings Reset",
|
"Timings Reset",
|
||||||
"\\(", "\\)", "\\{", "\\}", "<", ">"
|
"\\(", "\\)", "\\{", "\\}", "<", ">",
|
||||||
|
"Preparing start region for level"
|
||||||
],
|
],
|
||||||
//红色
|
//红色
|
||||||
["WARN", "EULA", "Error", "Exception", "Stopping the server", "Caused by", "Stopping"],
|
["WARN", "EULA", "Error", "Exception", "Stopping the server", "Caused by", "Stopping"],
|
||||||
|
Loading…
Reference in New Issue
Block a user