From c1379f7ac623d4d99a6dc8a87b7db9ffcf32c26d Mon Sep 17 00:00:00 2001 From: nossr50 Date: Tue, 30 Apr 2019 17:26:14 -0700 Subject: [PATCH] 2.1.51 - mikroskeem patch --- Changelog.txt | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 583aeb5e4..9ca9cf320 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -4,6 +4,8 @@ Version 2.1.51 Locales can now be overriden by placing a file with an appropriate name inside /plugins/mcMMO/locales/ (Thanks mikroskeem) NOTES + You can find the up to date current en_US locale entries here: https://github.com/mcMMO-Dev/mcMMO/blob/master/src/main/resources/locale/locale_en_US.properties + You do NOT have to replace the whole locale, you can replace only the strings you want to! Locales only support ASCII and UTF16 characters at the moment, so you'll need to run special characters through a UTF16 converter (google it) to get them to work, I'll be fixing this in the future! The locale name must match the internal file you are overriding (ie: locale_en_US.properties) Locale will first check for a users locale file, if it doesn't exist it will use internal resources (files inside the JAR) diff --git a/pom.xml b/pom.xml index b4f17d084..9be1cd258 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.gmail.nossr50.mcMMO mcMMO - 2.1.51-SNAPSHOT + 2.1.51 mcMMO https://github.com/mcMMO-Dev/mcMMO