Updates README and version to 0.9.2.4
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
This commit is contained in:
parent
cfb4910977
commit
f8ae83bc08
@ -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)
|
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:
|
folders:
|
||||||
portalFolder - The folder your portal databases are saved in
|
portalFolder - The folder your portal databases are saved in
|
||||||
gateFolder - The folder containing your .gate files
|
gateFolder - The folder containing your .gate files
|
||||||
@ -389,6 +390,12 @@ portalInfoServer=Server: %server%
|
|||||||
|
|
||||||
# Changes
|
# 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
|
#### \[Version 0.9.2.3] EpicKnarvik97 fork
|
||||||
|
|
||||||
- Fixes a typo which caused both colors to change into the highlightSignColor
|
- Fixes a typo which caused both colors to change into the highlightSignColor
|
||||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>net.knarcraft</groupId>
|
<groupId>net.knarcraft</groupId>
|
||||||
<artifactId>Stargate</artifactId>
|
<artifactId>Stargate</artifactId>
|
||||||
<version>0.9.2.3</version>
|
<version>0.9.2.4</version>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: Stargate
|
name: Stargate
|
||||||
main: net.knarcraft.stargate.Stargate
|
main: net.knarcraft.stargate.Stargate
|
||||||
version: 0.9.2.3
|
version: 0.9.2.4
|
||||||
description: Stargate mod for Bukkit Revived
|
description: Stargate mod for Bukkit Revived
|
||||||
author: EpicKnarvik97
|
author: EpicKnarvik97
|
||||||
authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]
|
authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user