diff --git a/README.md b/README.md index 2c36786..690e3f4 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,11 @@ bungeeSign=Teleport to # Changes +#### \[Version 0.9.0.6] EpicKnarvik97 fork + +- Makes containers no longer open when used as buttons +- Validates and updates stargate buttons when the plugin is loaded or reloaded + #### \[Version 0.9.0.5] EpicKnarvik97 fork - Adds an option to stargate functionality to disable all teleportation of creatures diff --git a/pom.xml b/pom.xml index ab6bb5f..956e937 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.knarcraft Stargate - 0.9.0.5 + 0.9.0.6 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f4c8259..05140a6 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.0.5 +version: 0.9.0.6 description: Stargate mod for Bukkit Revived author: EpicKnarvik97 authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]