✨ sponge7: Implement basic command manager for SpongeAPI 7 (#212)
This commit is contained in:
parent
9550dce5e6
commit
5dd925a8d1
9 changed files with 572 additions and 0 deletions
4
cloud-minecraft/cloud-sponge7/build.gradle.kts
Normal file
4
cloud-minecraft/cloud-sponge7/build.gradle.kts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
dependencies {
|
||||
api(project(":cloud-core"))
|
||||
compileOnly("org.spongepowered", "spongeapi", Versions.spongeApi7)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue