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 ]