Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-08 09:10:10 +01:00
Disable face player fix by default (unlikely to be used too often)
Dieser Commit ist enthalten in:
Ursprung
3144c6fb19
Commit
d9e5f650f1
@ -27,7 +27,7 @@ public class ViaBackwardsConfig extends Config implements nl.matsv.viabackwards.
|
|||||||
private void loadFields() {
|
private void loadFields() {
|
||||||
addCustomEnchantsToLore = getBoolean("add-custom-enchants-into-lore", true);
|
addCustomEnchantsToLore = getBoolean("add-custom-enchants-into-lore", true);
|
||||||
addTeamColorToPrefix = getBoolean("add-teamcolor-to-prefix", true);
|
addTeamColorToPrefix = getBoolean("add-teamcolor-to-prefix", true);
|
||||||
fix1_13FacePlayer = getBoolean("fix-1_13-face-player", true);
|
fix1_13FacePlayer = getBoolean("fix-1_13-face-player", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -7,6 +7,5 @@ add-custom-enchants-into-lore: true
|
|||||||
# Adds the color of a scoreboard team after its prefix for 1.12 clients on 1.13+ servers.
|
# Adds the color of a scoreboard team after its prefix for 1.12 clients on 1.13+ servers.
|
||||||
add-teamcolor-to-prefix: true
|
add-teamcolor-to-prefix: true
|
||||||
#
|
#
|
||||||
# Converts the 1.13 face look-at packet for 1.12- players.
|
# Converts the 1.13 face look-at packet for 1.12- players. Requires a bit of extra caching.
|
||||||
# Might produce a bit of overhead and caching, so you may turn this off if unused (usually only sent by the vanilla teleport).
|
fix-1_13-face-player: false
|
||||||
fix-1_13-face-player: true
|
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren