Update for 1.10

Don't load players off the main thread, just in case.
This commit is contained in:
Jikoo
2016-06-08 22:25:14 -04:00
parent fc5f9587d1
commit 326ffdb433
11 changed files with 863 additions and 5 deletions

View File

@@ -5,6 +5,13 @@
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.10-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<classifier>v1_10_R1</classifier>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>