You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: `Maximale Anzahl erlaubter Einträge im Combat-Tracker der Mobs.<br>
705
+
Hat nur einen Effekt, wenn \`mc-301114\` oben auf \`true\` gestellt ist.`
696
706
}
697
707
}
698
708
},
@@ -935,6 +945,7 @@ const config: ConfigRoot = {
935
945
Die Protokoll-Unterstützung kann zu Inkompatibilität mit [ViaVersion](https://modrinth.com/plugin/viaversion) führen.<br>
936
946
Wir empfehlen Spielern, einen Client zu verwenden, der dieselbe Version wie der Server-Core hat, und die neueste entsprechende Mod zu installieren; andernfalls können sie dem Server möglicherweise nicht beitreten.
937
947
</div>`,
948
+
/*
938
949
"jade-protocol": {
939
950
default: false,
940
951
desc: `Ob die [Jade](https://modrinth.com/mod/jade)-Protokoll-Unterstützung aktiviert werden soll.<br>
@@ -986,6 +997,7 @@ const config: ConfigRoot = {
986
997
desc: `Die maximale Dateigröße jeder geteilten Schematic-Datei, die auf den Server hochgeladen wird.<br>
Copy file name to clipboardExpand all lines: pages/de/docs/config/system-properties.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ Ob `io_uring` für das I/O-Modell der Netzwerkdatenübertragung verwendet werden
45
45
46
46
Wenn `io_uring` in der aktuellen Umgebung nicht verfügbar ist, wird auf ein verfügbares Modell zurückgegriffen.
47
47
48
+
## -DLeaf.enable-base64coder-warning
49
+
50
+
- Standard: `false`
51
+
52
+
Ob eine Warnung ausgegeben werden soll, wenn ein Plugin veraltete `Base64Coder`-Methoden von SnakeYAML verwendet. Nutze diesen Flag, für Debugging-Zwecke, um zu ermitteln, welche Plugin diese Methoden verwendet.
53
+
54
+
Siehe [Leaf#571](https://github.com/Winds-Studio/Leaf/issues/571#issuecomment-3695175765) für weitere Informationen.
The protocol support may cause incompatibility with the [ViaVersion](https://modrinth.com/plugin/viaversion).<br>
966
1005
We recommend players use a client that has the same version as the server core and install the latest corresponding mod; otherwise, they may be unable to join the server.
967
1006
</div>`,
1007
+
// TODO: Add back when Leaves procotols are added back
1008
+
/*
968
1009
"jade-protocol": {
969
1010
default: false,
970
1011
desc: `Whether to enable [Jade](https://modrinth.com/mod/jade) protocol support.<br>
Copy file name to clipboardExpand all lines: pages/docs/config/system-properties.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ Whether to use io_uring for the I/O model used for network data transmission. Re
45
45
46
46
If io_uring is unavailable under the current environment, it will fallback to an available model.
47
47
48
+
## -DLeaf.enable-base64coder-warning
49
+
50
+
- default: `false`
51
+
52
+
Whether to print a warning when a plugin uses SnakeYAML's deprecated `Base64Coder` methods. Using this flag for debugging purposes to help identify which plugin is using it.
53
+
54
+
Check [Leaf#571](https://github.com/Winds-Studio/Leaf/issues/571#issuecomment-3695175765) for more information.
0 commit comments