From c09063c49e26374533fab8656f2ef33861c1e523 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Sun, 9 Oct 2022 10:46:49 +0200 Subject: [PATCH] Updates README and version to 0.9.4.2 --- README.md | 17 +++++++++++++++++ pom.xml | 4 ++-- src/main/resources/plugin.yml | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05785ef..5d4f412 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,23 @@ portalInfoServer=Server: %server% # Changes +#### \[Version 0.9.4.2] EpicKnarvik97 fork + +- Avoids a NullPointerException if Dynmap is present, but isn't properly loaded. +- Avoids some potential NullPointerExceptions related to Dynmap integration +- Fixes end portals hijacking BungeeCord teleportation +- Fixes a problem where a player might not be properly teleported from an end portal Stargate in the end to the + over-world. + +#### \[Version 0.9.4.1] EpicKnarvik97 fork + +- Reverts to Spigot API 1.18 +- Adds Dynmap integration + +#### \[Version 0.9.4.0] EpicKnarvik97 fork + +- Updates Stargate to 1.19 + #### \[Version 0.9.3.7] EpicKnarvik97 fork - Adds the Japanese language file provided by spigot user furplag diff --git a/pom.xml b/pom.xml index 313190c..fdb33cf 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.knarcraft Stargate - 0.9.4.1 + 0.9.4.2 @@ -38,7 +38,7 @@ org.spigotmc spigot-api - 1.19-R0.1-SNAPSHOT + 1.19.2-R0.1-SNAPSHOT net.milkbowl.vault diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c717434..ebd6bf9 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: Stargate main: net.knarcraft.stargate.Stargate -version: 0.9.4.1 +version: 0.9.4.2 description: Stargate mod for Bukkit Revived author: EpicKnarvik97 authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]