henkelmax / simple-voice-chat

A working voice chat in Minecraft!
https://modrepo.de/minecraft/voicechat/wiki
441 stars 112 forks source link

"You need Simple Voice Chat v.xxx to play on this server" cannot be localized #549

Closed Whitebrim closed 1 year ago

Whitebrim commented 1 year ago

Simple Voice CHat v1.19.3-2.3.28 bukkit (pufferfish)

If I enable forced voicechat on my server, then players see this message when they're kicked. I want to translate this message, but it's embeded into the java (\bukkit\src\main\java\de\maxhenkel\voicechat\voice\server\ServerVoiceEvents.java:107,121).

"You need %s %s to play on this server".formatted("Simple Voice Chat", Voicechat.INSTANCE.getDescription().getVersion())

Please export this into translations.yml file.