Conversation
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
| accept: | ||
| name: "<!i><green>Accept quest" | ||
| decline: | ||
| name: "<!i><red>Decline quest" |
There was a problem hiding this comment.
Legacy GUI keys removed
High Severity
The gui section in en-US.yml was refactored, but GUIManager, QuestManager, and UserCommands still reference the old translation keys. This causes quest menus and previews to break, displaying missing strings, incorrect element positioning, and placeholder materials.
Reviewed by Cursor Bugbot for commit 2ce5752. Configure here.
| create-already-exists: '<error>Es gibt schon ein Profil mit dem Namen <highlight>%NEWPROFILENAME%</highlight>.' | ||
| create-invalid-characters: '<error>Der Profilname hat ungültige Zeichen.' | ||
| created-successfully: '<success>Du hast das Profil <highlight>%NEWPROFILENAME%</highlight> erfolgreich erstellt! Um auf das Profil zu wechseln, führe <highlight2>/nq profiles change %NEWPROFILENAME%</highlight2> aus' | ||
| created-successfully: '<success>Du hast das Profil <highlight>%NEWPROFILENAME%</highlight> erfolgreich erstellt! Um auf das Profil zu wechseln, führe <highlight2>/nq profile change %NEWPROFILENAME%</highlight2> aus' |
There was a problem hiding this comment.
Wrong profile switch command
Medium Severity
The profile creation success message in de-DE.yml now suggests /nq profile change to switch profiles. This command is incorrect; the actual command requires profiles (plural). Users copying the suggested command will find it doesn't work.
Reviewed by Cursor Bugbot for commit 2ce5752. Configure here.
| BetonQuestCompleteObjective: | ||
| base: 'Finish Objective: <main>%BETONQUESTOBJECTIVENAME%' | ||
| ultimateJobsReachJobLevel: | ||
| base: 'Reach job level <main>%AMOUNT%</main> with job <main>%JOBID%' |
There was a problem hiding this comment.
UltimateJobs task text removed
Medium Severity
chat.objectives.taskDescription.ultimateJobsReachJobLevel.base was deleted while UltimateJobsReachJobLevelObjective still requests that key, so UltimateJobs objectives can show a missing-language error instead of a task description.
Reviewed by Cursor Bugbot for commit 2ce5752. Configure here.
[ci skip]
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
There are 4 total unresolved issues (including 3 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b302e0b. Configure here.
| create-already-exists: '<error>Ya existe un perfil con el nombre <highlight>%NEWPROFILENAME%</highlight>.' | ||
| create-invalid-characters: '<error>El nombre de perfil ingresado tiene caracteres no válidos.' | ||
| created-successfully: '<success>Has creado el perfil <highlight>%NEWPROFILENAME%</highlight> exitosamente! Para cambiar a él, usa <highlight2>/nq profiles change %NEWPROFILENAME%</highlight2>' | ||
| created-successfully: '<success>¡! Se creó correctamente el perfil<highlight>%NEWPROFILENAME%</highlight>! Para cambiarlo usa <highlight2>/nq profiles change %NEWPROFILENAME%</highlight2>' |
There was a problem hiding this comment.
Broken Spanish profile message
Low Severity
The profiles.created-successfully string in es-ES.yml was updated with a garbled ¡! prefix and a missing space before the %NEWPROFILENAME% placeholder, causing the success message to display incorrectly for Spanish players.
Reviewed by Cursor Bugbot for commit b302e0b. Configure here.


No description provided.