Implement brigadier:long argument type, fixes #295

This commit is contained in:
Andrew Steinborn
2020-04-23 16:19:49 -04:00
parent 20eb14143d
commit 1441dec367
5 changed files with 50 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ dependencies {
compile 'it.unimi.dsi:fastutil:8.2.3'
compile 'net.kyori:event-method-asm:3.0.0'
compile 'com.mojang:brigadier:1.0.15'
compile 'com.mojang:brigadier:1.0.17'
compile 'org.asynchttpclient:async-http-client:2.10.4'