From 14511f558d81cfef07973f66bb87778e5d06fad5 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Wed, 24 Nov 2021 22:38:44 +0100 Subject: [PATCH] Updates readme and version to 0.9.2.1 --- README.md | 6 ++++++ pom.xml | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf7d8f8..1b38786 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,12 @@ portalInfoServer=Server: %server% # Changes +#### \[Version 0.9.2.1] EpicKnarvik97 fork + +- Makes sure to only reload whatever is necessary when config values are changed using commands, instead of reloading + the entire config file every time +- Protects portals from block placement when protectEntrance is enabled + #### \[Version 0.9.2.0] EpicKnarvik97 fork - Increases max length of names and networks to 13 characters diff --git a/pom.xml b/pom.xml index 6a501c0..8427145 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.knarcraft Stargate - 0.9.2.0 + 0.9.2.1 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0500053..46c5ef7 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.0 +version: 0.9.2.1 description: Stargate mod for Bukkit Revived author: EpicKnarvik97 authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]