diff options
Diffstat (limited to 'Essentials/src/messages.properties')
-rw-r--r-- | Essentials/src/messages.properties | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index db04cd8b2..11e89f020 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -26,4 +26,12 @@ bannedIpsFileNotFound = banned-ips.txt not found bannedIpsFileError = Error reading banned-ips.txt noDestroyPermission = \u00a7cYou do not have permission to destroy that {0}. moreThanZero = Quantities must be greater than 0. -errorWithMessage = \u00a7cError: {0}
\ No newline at end of file +errorWithMessage = \u00a7cError: {0} +creatingConfigFromTemplate = Creating config from template: {0} +creatingEmptyConfig = Creating empty config: {0} +failedToCreateConfig = Failed to create config {0} +couldNotFindTemplate = Could not find template {0} +failedToWriteConfig = Failed to write config {0} +failedToCloseConfig = Failed to close config {0} +notEnoughMoney = You do not have sufficient funds. +missingItems = You do not have {0}x {1}.
\ No newline at end of file |