mojira/helper-messages

Change outdated client message

Closed this issue · 2 comments

Change the outdated client message to say:

'However, this issue is Invalid.

Your Minecraft version is outdated. We currently take issues for the latest version and the latest snapshot.
Please update to the latest version as it includes the newest fixes. If you still have this problem after updating, then please create a new issue.
In case of a game crash, please also attach the crash report found in minecraft/crash-reports/crash--client.txt.

rather than:
However, this issue is Invalid.

Your Minecraft version is outdated. We currently take issues for version 1.20.1 and the latest snapshot.
Please update to the latest version as it includes the newest fixes. If you still have this problem after updating, then please create a new issue.
In case of a game crash, please also attach the crash report found in minecraft/crash-reports/crash--client.txt.

I'm wondering if it's possible to dynamically include the actually currently latest version and snapshot in the message. That might be even better for clarity. Maybe some phrasing like:

We currently only accept issues for the latest release (1.20.1) and the latest snapshot (23w99a).

(and maybe leave out the snapshot part if there is none)

That'd be awesome, yeah