diff --git a/README.md b/README.md index 13caca6..8507b58 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ while the per-gate costs re defined in the .gate files. To define a certain cost ``` language - The language to use (Included languages: en, de, es, fr, hu, it, nb-no, nl, nn-no, pt-br, ru) +adminUpdateAlert - Whether to alert admins about an available update when joining the server folders: portalFolder - The folder your portal databases are saved in gateFolder - The folder containing your .gate files @@ -389,6 +390,12 @@ portalInfoServer=Server: %server% # Changes +#### \[Version 0.9.2.4] EpicKnarvik97 fork + +- Adds update checking, which will display a notice in the console when updates are available +- Adds an alert about an available update when an admin joins the server +- Adds the adminUpdateAlert config option to allow the admin notices to be turned off + #### \[Version 0.9.2.3] EpicKnarvik97 fork - Fixes a typo which caused both colors to change into the highlightSignColor diff --git a/pom.xml b/pom.xml index ef1ea7f..3d0648c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.knarcraft Stargate - 0.9.2.3 + 0.9.2.4 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 3f90395..d249261 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: Stargate main: net.knarcraft.stargate.Stargate -version: 0.9.2.3 +version: 0.9.2.4 description: Stargate mod for Bukkit Revived author: EpicKnarvik97 authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]