Empty strings for most translatable components in command feedback
Pieter12345 opened this issue ยท 4 comments
Versions
WorldEdit version: Bug is present in build 5015 to 5187, and is NOT present in build 4965.
Platform version: Bukkit 1.16.1.
Describe the bug
Command feedback is partially missing. It looks like some materials/arguments/... are translated to empty strings. See image with the result of //distr
without printed material names and //set
///replace
with missing argument descriptors:
To Reproduce
- Start a Bukkit 1.16.1 server with an affected WorldEdit build.
- Run the mentioned commands and notice the missing feedback.
Expected behavior
The feedback should contain the strings as printed in the mentioned unaffected build instead of being empty strings.
Screenshots
See above.
Additional context
If Bukkit doesn't have the API required, then which calls are made to what to send the feedback? Since this bug is also present on Spigot 1.16.1 consoles, I'm guessing that a translation fallback there would also be fitting to solve the bug for CraftBukkit players and console.