sponge7: Implement basic command manager for SpongeAPI 7 (#212)

This commit is contained in:
zml 2021-01-14 23:12:13 -08:00 committed by Alexander Söderberg
parent 9550dce5e6
commit 5dd925a8d1
9 changed files with 572 additions and 0 deletions

View file

@ -21,6 +21,7 @@ object Versions {
const val adventurePlatform = "4.0.0-SNAPSHOT"
const val paperApi = "1.15.2-R0.1-SNAPSHOT"
const val velocityApi = "1.1.0"
const val spongeApi7 = "7.3.0"
const val jetbrainsAnnotations = "20.1.0"
const val guava = "21.0-jre"