Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-20 06:50:10 +01:00
Add missing 1.19.1 chat types to config
Dieser Commit ist enthalten in:
Ursprung
b632e4772f
Commit
245bd53850
@ -54,7 +54,7 @@ public class ViaBackwardsConfig extends Config implements com.viaversion.viaback
|
|||||||
fix1_13FormattedInventoryTitles = getBoolean("fix-formatted-inventory-titles", true);
|
fix1_13FormattedInventoryTitles = getBoolean("fix-formatted-inventory-titles", true);
|
||||||
alwaysShowOriginalMobName = getBoolean("always-show-original-mob-name", true);
|
alwaysShowOriginalMobName = getBoolean("always-show-original-mob-name", true);
|
||||||
handlePingsAsInvAcknowledgements = getBoolean("handle-pings-as-inv-acknowledgements", false);
|
handlePingsAsInvAcknowledgements = getBoolean("handle-pings-as-inv-acknowledgements", false);
|
||||||
chatTypeFormats = get("chat-types", Map.class, new HashMap<String, String>());
|
chatTypeFormats = get("chat-types-1_19_1", Map.class, new HashMap<String, String>());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -21,10 +21,12 @@ fix-formatted-inventory-titles: true
|
|||||||
# This only takes effect for ids in the short range. Useful for anticheat compatibility.
|
# This only takes effect for ids in the short range. Useful for anticheat compatibility.
|
||||||
handle-pings-as-inv-acknowledgements: false
|
handle-pings-as-inv-acknowledgements: false
|
||||||
#
|
#
|
||||||
# Chat type formats used for sub 1.19 clients.
|
# 1.19.1 chat type formats.
|
||||||
chat-types:
|
chat-types-1_19_1:
|
||||||
"chat.type.text": "<%s> %s"
|
"chat.type.text": "<%s> %s"
|
||||||
"chat.type.announcement": "[%s] %s"
|
"chat.type.announcement": "[%s] %s"
|
||||||
"commands.message.display.incoming": "%s whispers to you: %s"
|
"commands.message.display.incoming": "%s whispers to you: %s"
|
||||||
|
"commands.message.display.outgoing": "You whisper to %s: %s"
|
||||||
"chat.type.team.text": "%s <%s> %s"
|
"chat.type.team.text": "%s <%s> %s"
|
||||||
|
"chat.type.team.sent": "-> %s <%s> %s"
|
||||||
"chat.type.emote": "* %s %s"
|
"chat.type.emote": "* %s %s"
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren