Readd essentials teleport cooldown hook. Fixes issue #5
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -65,6 +65,12 @@
|
||||
<artifactId>worldedit</artifactId>
|
||||
<version>5.6.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.ess3</groupId>
|
||||
<artifactId>Essentials</artifactId>
|
||||
<version>2.x-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
@@ -72,6 +78,10 @@
|
||||
<id>repo-daboross-net</id>
|
||||
<url>http://repo.daboross.net/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ess-repo</id>
|
||||
<url>http://repo.ess3.net/content/groups/public</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>bukkit-repo</id>
|
||||
<url>http://repo.bukkit.org/content/groups/public/</url>
|
||||
|
||||
Reference in New Issue
Block a user