From f8ae83bc082498a05f047891c42c2d9dec67b954 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Thu, 25 Nov 2021 14:56:44 +0100 Subject: [PATCH] Updates README and version to 0.9.2.4 --- README.md | 7 +++++++ pom.xml | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 ]