Lang cleanup

This commit is contained in:
CmdrKittens
2020-04-09 23:13:50 -04:00
parent fbb7f6a01c
commit 51363a4cbb
10 changed files with 76 additions and 33 deletions
@@ -129,7 +129,7 @@ public class Config {
@Comment("Language\n" +
" This determines which language file the plugin will read from.\n" +
" Valid options are (don't include .yml): bulgarian, dutch, english, german, turkish, russian")
" Valid options are (don't include .yml): bulgarian, danish, dutch, english, german, turkish, russian")
private String language = "english";
@Comment("Signs\n" +
@@ -47,12 +47,12 @@ public enum Lang {
VAULT_TITLE("vault-title", "&4Vault #%number"),
OPEN_WITH_SIGN("open-with-sign", "&fOpening vault &a%v &fof &a%p"),
NO_OWNER_FOUND("no-owner-found", "&cCannot find vault owner: &a%p"),
CONVERT_PLUGIN_NOT_FOUND("plugin-not-found", "&cNo converter found for that plugin"),
CONVERT_COMPLETE("conversion-complete", "&aConverted %converted players to PlayerVaults"),
CONVERT_PLUGIN_NOT_FOUND("plugin-not-found", "&cNo converter found for that plugin."),
CONVERT_COMPLETE("conversion-complete", "&aConverted %converted players to PlayerVaults."),
CONVERT_BACKGROUND("conversion-background", "&fConversion has been forked to the background. See console for updates."),
LOCKED("vaults-locked", "&cVaults are currently locked while conversion occurs. Please try again in a moment!"),
HELP("help", "/pv <number>"),
BLOCKED_ITEM("blocked-item", "&6%m &cis blocked from vaults"),
BLOCKED_ITEM("blocked-item", "&6%m &cis blocked from vaults."),
SIGNS_DISABLED("signs-disabled", "&cVault signs are currently disabled."),
BLOCKED_BAD_ITEM("blocked-bad-item", "&cThis item is not allowed in a vault.");