9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-29 11:59:17 +00:00

[ci skip] nothing

This commit is contained in:
violetc
2025-07-20 01:22:49 +08:00
parent 9962404b5f
commit 3008951dc4

View File

@@ -158,10 +158,10 @@
}
args("--nogui")
+ systemProperty("stdout.encoding", "UTF-8")
+ systemProperty("stderr.encoding", "UTF-8")
+ systemProperty("net.kyori.ansi.colorLevel", "truecolor")
+ systemProperty("terminal.jline", true)
+ systemProperty("stdout.encoding", "UTF-8") // Leaves - fix utf8
+ systemProperty("stderr.encoding", "UTF-8") // Leaves - fix utf8
+ systemProperty("net.kyori.ansi.colorLevel", "truecolor") // Leaves - fix utf8
+ systemProperty("terminal.jline", true) // Leaves - fix utf8
systemProperty("net.kyori.adventure.text.warnWhenLegacyFormattingDetected", true)
if (providers.gradleProperty("paper.runDisableWatchdog").getOrElse("false") == "true") {
systemProperty("disable.watchdog", true)