Update config comment

This commit is contained in:
HaHaWTH 2024-04-15 02:20:19 +08:00
parent 548be5042d
commit 91261f4315

View File

@ -36,7 +36,8 @@ public final class PluginSettings implements SettingsHolder {
@Comment({
"Message language, available languages:",
"https://github.com/AuthMe/AuthMeReloaded/blob/master/docs/translations.md"
"https://github.com/AuthMe/AuthMeReloaded/blob/master/docs/translations.md",
"Example: zhcn, en"
})
public static final Property<String> MESSAGES_LANGUAGE =
newProperty("settings.messagesLanguage", "en");