From 5f14885737c250b57ba3449609e990fb5c31d3fc Mon Sep 17 00:00:00 2001 From: Trivernis Date: Wed, 5 Feb 2020 17:55:11 +0100 Subject: [PATCH] Update Plugin version in gradle file and README --- README.md | 10 ++++++++++ build.gradle | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1067864..9470446 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ All features can be accessed with the command `/chunkmaster` or the aliases `/ch ## Config ```yaml + +# The language settings. +# Supported out of the box are german (de) and english (en). +# Additional languages can be configured in the plugins folder under i18n. +# The file name must be in the format .i18n.properties and the content +# must be in the java-property-file format. +# For non-defined translations the default (english) version is used. +# For built-in support please create a PullRequest with your translation. +language: en + generation: # If set to true the plugin ignores the vanilla world border and doesn't stop diff --git a/build.gradle b/build.gradle index b7f41c6..247b88c 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ idea { } group "net.trivernis" -version "0.13-beta" +version "0.14-beta" sourceCompatibility = 1.8