Mojira Archive
MC-115170

Advancements Test Command Success Uses the Wrong Translation

When executing /advancements test <player> <advancement>, and the command succeeded, you get the response of "Revoked the entire advancement '%s' from %s" instead of "Player %s has completed advancement '%s'"

Steps to reproduce:

  1. Create a new world with creative mode and cheats enabled
  2. Give yourself a crafting table using the creative inventory or /give
  3. type /advancement test @p minecraft:story/root

This can be fixed by adding the translation to en_us.lang

en_us.lang
commands.advancement.test.advancement.success=Player %s has completed advancement '%s'

Then program the part in java to use the correct translation

Fixed

David

[Mojang] Nathan Adams

2017-03-31, 07:31 PM

2017-04-24, 04:27 PM

2017-04-24, 04:27 PM

0

0

Confirmed

advancement, command, translation

Minecraft 17w13b

Minecraft 17w17a