Add initial support for 1.12 NamespacedKey - Resolves #34

We can't do completion for this really since every key is technically valid, and a list of
MC "Registered" keys are not available.
This commit is contained in:
Aikar
2017-05-17 00:29:41 -04:00
parent 3329c42e57
commit c070f76b98
4 changed files with 68 additions and 13 deletions
+3 -3
View File
@@ -107,9 +107,9 @@
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.11.2-R0.1-SNAPSHOT</version>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.12-pre2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>