From a521454020a5acdfeca818b33d2666ef1497ff12 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Tue, 8 Feb 2022 18:43:04 +0100 Subject: [PATCH] Updates README and version to 0.9.3.4 --- README.md | 11 +++++++++++ pom.xml | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 691ffe7..eba5e85 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ gates: handleCreatureTransportation - Whether or not to handle players that transport creatures by sending vehicles (minecarts, boats) through gates. handleNonPlayerVehicles - Whether or not to handle vehicles with a passenger which is not a player going through gates (pigs, horses, villagers, creepers, etc.). handleCreatureTransportation must be enabled. handleLeashedCreatures - Whether or not to handle creatures leashed by a player going through gates. Set to false to disallow leashed creatures going through gates. + enableCraftBookRemoveOnEjectFix - Whether to enable a fix that causes loss of NBT data, but allows vehicle teleportation to work when CraftBook's remove minecart/boat on eject setting is enabled economy: useEconomy - Whether or not to enable Economy using Vault (must have the Vault plugin) createCost - The cost to create a stargate @@ -336,6 +337,8 @@ economy: debugging: debug - Whether to show massive debug output permissionDebug - Whether to show massive permission debug output +advanced: + waitForPlayerAfterTeleportDelay - The amount of ticks to wait before adding a player as passenger of a vehicle. On slow servers, a value of 6 is required to avoid client glitches after teleporting on a vehicle. ``` # Message Customization @@ -397,6 +400,14 @@ portalInfoServer=Server: %server% # Changes +#### \[Version 0.9.3.4] EpicKnarvik97 fork + +- Includes passengers of passengers when teleporting entities +- Fixes a bug which caused Stargate to use more CPU for no reason +- Teleports boats/minecarts like other vehicles unless *enableCraftBookRemoveOnEjectFix* is enabled +- Adds the *waitForPlayerAfterTeleportDelay* config option which allows changing the delay between vehicle teleportation + and the player being teleported to the vehicle + #### \[Version 0.9.3.3] EpicKnarvik97 fork - Prevents Zombified Piglins from randomly spawning at Stargates diff --git a/pom.xml b/pom.xml index ec9c840..31bcea6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.knarcraft Stargate - 0.9.3.3 + 0.9.3.4 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0a9a6ed..8bba37f 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.3.3 +version: 0.9.3.4 description: Stargate mod for Bukkit Revived author: EpicKnarvik97 authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]