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

@ -0,0 +1,4 @@
dependencies {
api(project(":cloud-core"))
compileOnly("org.spongepowered", "spongeapi", Versions.spongeApi7)
}