mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user