From e2903514fee8f2ac8461755930cabbb701111f08 Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Fri, 7 Feb 2014 10:54:45 +0100 Subject: [PATCH 1/3] read me updated. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 48def1e..ca5e08f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Craft Inc. Gates # -We are happy to finally announce __Craft Inc. Gates__. - This awesome plugin lets you _travel_ to far away places and worlds _faster than light_! Just create a gate at any location and set an exit somewhere else. This has been made available by the hard work of the research and development department of the _Craft Inc. Corporation_. Under the lead of Professor Ddidderr Craftman scientists worked years to find a way to bend time and space inside the Minecraft universe to enable _ultra fast transportation_. @@ -56,7 +54,7 @@ Have a look at the [_Commands_](http://dev.bukkit.org/bukkit-plugins/craftinc-ga ## Installing ## 1. Download the latest release _[here](http://dev.bukkit.org/bukkit-plugins/craftinc-gates/files/)_ -2. Delete any old versions of _Craft Inc. Gates_ (only the .jar files) including the extra dynmap-plugin for this plugin. +2. Delete any old versions of _Craft Inc. Gates_ (only the .jar files) including the extra dynmap-plugin of this plugin. 3. Extract the content of the zip file into the plugins folder of your Bukkit server. 4. Start or reload the server. @@ -75,9 +73,6 @@ allows players to build a replicator to replicate blocks and other items. (still coming soon! ## Roadmap ## -* Optionally allow animals and mobs to travel via gates. -* Allow players to use gates while sitting inside a minecart or boat -* Dynmap integration. * Per player permissions for using and managing gates. * Horizontal gates. From 4deb8a3c6d32f3fbc3e7820f2c77080778a14e66 Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Sat, 31 Dec 2016 11:04:49 +0100 Subject: [PATCH 2/3] updated dependencies. replaced bukkit with spigot --- pom.xml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index a54de51..f032ca3 100644 --- a/pom.xml +++ b/pom.xml @@ -90,22 +90,32 @@ + + + org.spigotmc + spigot-api + 1.11-R0.1-SNAPSHOT + provided + + + org.bukkit bukkit - 1.7.2-R0.2-SNAPSHOT - jar - compile + 1.11-R0.1-SNAPSHOT + provided + net.milkbowl.vault Vault - 1.2.27-SNAPSHOT + 1.6.6 jar compile + org.mcstats.bukkit metrics @@ -118,13 +128,13 @@ - bukkit-repo - http://repo.bukkit.org/content/groups/public + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ vault-repo - http://ci.herocraftonline.com/plugin/repository/everything + http://nexus.hc.to/content/repositories/pub_releases From 238dbe3e51f06332b5380cd423f5fecf6faf94f3 Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Sat, 31 Dec 2016 11:07:06 +0100 Subject: [PATCH 3/3] bump version to 2.4.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f032ca3..24b9d04 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ Craft Inc. Gates http://dev.bukkit.org/bukkit-plugins/craftinc-gates/ jar - 2.4.0 + 2.4.1 UTF-8