mojira.dev
MC-96670

achievement command messages are not updated

The bug

Based on MC-80826 the /achievement command does no longer work with statistics however the syntax and error messages are not updated.

[Client thread/INFO]: [CHAT] Unknown achievement or statistic 'test'
[Client thread/INFO]: [CHAT] Usage: /achievement <give|take> <stat_name|*> [player]

Affected translations

commands.achievement.usage
commands.achievement.unknownAchievement
commands.achievement.give.success.one
commands.achievement.take.success.one
commands.achievement.statTooLow

How to reproduce

Use the following commands

/achievement give test
/help achievement

Related issues

Comments

mrpingouin1

This was fix in 1.10, the new messages are :

commands.achievement.usage=/achievement <give|take> <name|*> [player]
commands.achievement.unknownAchievement=Unknown achievement '%s'
commands.achievement.alreadyHave=Player %s already has achievement %s
commands.achievement.dontHave=Player %s doesn't have achievement %s
commands.achievement.give.success.all=Successfully given all achievements to %s
commands.achievement.give.success.one=Successfully given %s the achievement %s
commands.achievement.take.success.all=Successfully taken all achievements from %s
commands.achievement.take.success.one=Successfully taken the achievement %s from %s

marcono1234

(Unassigned)

Unconfirmed

/achievement, achievement, error-message, statistics, syntax

Minecraft 16w05b, Minecraft 1.9.1 Pre-Release 2

Minecraft 1.10.2

Retrieved