Reimplement #434 but aligned to the Velocity 2.0.0 API

This commit is contained in:
Andrew Steinborn
2021-05-12 09:33:13 -04:00
parent 11928f3737
commit 6fcef41146
7 changed files with 136 additions and 25 deletions

View File

@@ -75,7 +75,7 @@ dependencies {
runtimeOnly 'com.lmax:disruptor:3.4.2' // Async loggers
implementation 'it.unimi.dsi:fastutil:8.4.1'
implementation 'net.kyori:adventure-nbt:4.0.0-SNAPSHOT'
implementation "net.kyori:adventure-nbt:${adventureVersion}"
implementation 'org.asynchttpclient:async-http-client:2.12.1'