From 8499e1db0d7ea8c27c0d9f251338a86fff0fc879 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 13 Sep 2019 03:33:03 -0700 Subject: [PATCH] 8.0.0 release --- README | 1 + pom.xml | 2 +- src/plugin.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 82c8957..8b3a781 100644 --- a/README +++ b/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 - 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 UUID support. (falls back to player names) [Version 0.7.9.11] PseudoKnight fork - Removed iConomy support. Updated Vault support. Changed setting from "useiconomy" to "useeconomy". - Updated to support Metrics for 1.7.10 diff --git a/pom.xml b/pom.xml index 0dbcb35..1e03341 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.TheDgtl Stargate - 0.8.0.0-SNAPSHOT + 0.8.0.0 UTF-8 diff --git a/src/plugin.yml b/src/plugin.yml index 6821de4..4f27716 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ name: Stargate main: net.TheDgtl.Stargate.Stargate -version: 0.8.0.0-SNAPSHOT +version: 0.8.0.0 description: Stargate mod for Bukkit author: Drakia website: http://www.thedgtl.net