8.0.0 release
This commit is contained in:
parent
a594b6daeb
commit
8499e1db0d
1
README
1
README
@ -213,6 +213,7 @@ Stargates are stored under player names, not UUIDs. This will be changed in the
|
|||||||
[Version 0.8.0.0] PseudoKnight fork
|
[Version 0.8.0.0] PseudoKnight fork
|
||||||
- Update for 1.13/1.14 compatibility. This changes gate layouts to use new material names instead of numeric ids. You need to update your gate layout configs.
|
- Update for 1.13/1.14 compatibility. This changes gate layouts to use new material names instead of numeric ids. You need to update your gate layout configs.
|
||||||
- Adds "verifyPortals" config option, which sets whether an old stargate's blocks are verified when loaded.
|
- Adds "verifyPortals" config option, which sets whether an old stargate's blocks are verified when loaded.
|
||||||
|
- Adds UUID support. (falls back to player names)
|
||||||
[Version 0.7.9.11] PseudoKnight fork
|
[Version 0.7.9.11] PseudoKnight fork
|
||||||
- Removed iConomy support. Updated Vault support. Changed setting from "useiconomy" to "useeconomy".
|
- Removed iConomy support. Updated Vault support. Changed setting from "useiconomy" to "useeconomy".
|
||||||
- Updated to support Metrics for 1.7.10
|
- Updated to support Metrics for 1.7.10
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.TheDgtl</groupId>
|
<groupId>org.TheDgtl</groupId>
|
||||||
<artifactId>Stargate</artifactId>
|
<artifactId>Stargate</artifactId>
|
||||||
<version>0.8.0.0-SNAPSHOT</version>
|
<version>0.8.0.0</version>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: Stargate
|
name: Stargate
|
||||||
main: net.TheDgtl.Stargate.Stargate
|
main: net.TheDgtl.Stargate.Stargate
|
||||||
version: 0.8.0.0-SNAPSHOT
|
version: 0.8.0.0
|
||||||
description: Stargate mod for Bukkit
|
description: Stargate mod for Bukkit
|
||||||
author: Drakia
|
author: Drakia
|
||||||
website: http://www.thedgtl.net
|
website: http://www.thedgtl.net
|
||||||
|
Loading…
x
Reference in New Issue
Block a user