|
|
@ -10,19 +10,21 @@ import ru.simsonic.rscPermissions.BukkitPluginMain; |
|
|
|
|
|
|
|
|
|
|
|
public enum Phrases |
|
|
|
public enum Phrases |
|
|
|
{ |
|
|
|
{ |
|
|
|
PLUGIN_ENABLED ("generic.enabled"), |
|
|
|
PLUGIN_ENABLED ("generic.enabled"), |
|
|
|
PLUGIN_DISABLED ("generic.disabled"), |
|
|
|
PLUGIN_DISABLED ("generic.disabled"), |
|
|
|
PLUGIN_METRICS ("generic.metrics"), |
|
|
|
PLUGIN_METRICS ("generic.metrics"), |
|
|
|
PLUGIN_RELOADED ("generic.reloaded"), |
|
|
|
PLUGIN_RELOADED ("generic.reloaded"), |
|
|
|
INTEGRATION_V_Y ("integration.vault-yes"), |
|
|
|
PLUGIN_PLAYER_ONLY ("generic.player-only"), |
|
|
|
INTEGRATION_V_N ("integration.vault-no"), |
|
|
|
PLUGIN_CONSOLE_ONLY("generic.console-only"), |
|
|
|
INTEGRATION_WG_Y ("integration.worldguard-yes"), |
|
|
|
INTEGRATION_V_Y ("integration.vault-yes"), |
|
|
|
INTEGRATION_WG_N ("integration.worldguard-no"), |
|
|
|
INTEGRATION_V_N ("integration.vault-no"), |
|
|
|
INTEGRATION_R_Y ("integration.residence-yes"), |
|
|
|
INTEGRATION_WG_Y ("integration.worldguard-yes"), |
|
|
|
INTEGRATION_R_N ("integration.residence-no"), |
|
|
|
INTEGRATION_WG_N ("integration.worldguard-no"), |
|
|
|
DEBUG_ON ("debug.enable"), |
|
|
|
INTEGRATION_R_Y ("integration.residence-yes"), |
|
|
|
DEBUG_OFF ("debug.disable"), |
|
|
|
INTEGRATION_R_N ("integration.residence-no"), |
|
|
|
MYSQL_FETCHED ("mysql.fetched"), |
|
|
|
DEBUG_ON ("debug.enable"), |
|
|
|
|
|
|
|
DEBUG_OFF ("debug.disable"), |
|
|
|
|
|
|
|
MYSQL_FETCHED ("mysql.fetched"), |
|
|
|
; |
|
|
|
; |
|
|
|
private final String node; |
|
|
|
private final String node; |
|
|
|
private String phrase; |
|
|
|
private String phrase; |
|
|
|