Updates README and version to 0.9.3.0

This commit is contained in:
Kristian Knarvik 2022-01-26 23:41:05 +01:00
parent a74d47e999
commit 043c5f2408
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
<groupId>net.knarcraft</groupId>
<artifactId>Stargate</artifactId>
<version>0.9.2.5</version>
<version>0.9.3.0</version>
<licenses>
<license>

View File

@ -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 ]