8.0.0 release

This commit is contained in:
Michael Smith 2019-09-13 03:33:03 -07:00
parent a594b6daeb
commit 8499e1db0d
No known key found for this signature in database
GPG Key ID: 41F47A53EDE95BE1
3 changed files with 3 additions and 2 deletions

1
README
View File

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

View File

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

View File

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