From 043c5f2408ae3470c3696d7bb72f9122b561660d Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Wed, 26 Jan 2022 23:41:05 +0100 Subject: [PATCH] Updates README and version to 0.9.3.0 --- README.md | 2 ++ pom.xml | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 200af46..d2aafba 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,8 @@ portalInfoServer=Server: %server% - Adds support for RGB colors (use hex color codes) - Adds support for dyed and glowing signs - Adds support for specifying sign colors per sign type +- Adds a tab-completable config sub-command for easily changing per-sign colors +- Allows a per-sign color to be set as the inverse of the default color of the given type #### \[Version 0.9.2.5] EpicKnarvik97 fork diff --git a/pom.xml b/pom.xml index 7f2e650..1608dde 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.knarcraft Stargate - 0.9.2.5 + 0.9.3.0 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ac9be07..025c46d 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.5 +version: 0.9.3.0 description: Stargate mod for Bukkit Revived author: EpicKnarvik97 authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]