.
This commit is contained in:
parent
ad4e00a6ab
commit
3433e1d4df
9 changed files with 43 additions and 35 deletions
|
|
@ -36,9 +36,9 @@ dependencies {
|
|||
api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
|
||||
api("net.kyori:adventure-platform-bukkit:4.4.1")
|
||||
|
||||
api("de.kentoj:kencommandapi-core:2.0.1")
|
||||
implementation("de.kentoj:kencommandapi-bukkit:2.0.1")
|
||||
api("de.kentoj:kencommandapi-bukkit:2.0.1")
|
||||
api("de.kentoj:kencommandapi-core:2.0.2")
|
||||
implementation("de.kentoj:kencommandapi-bukkit:2.0.2")
|
||||
api("de.kentoj:kencommandapi-bukkit:2.0.2")
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
package de.kentoj.scrow.bukkit;
|
||||
|
||||
import com.mongodb.reactivestreams.client.MongoClient;
|
||||
import com.mongodb.reactivestreams.client.MongoDatabase;
|
||||
import de.kentoj.kencommandapi.BukkitKenCommandApi;
|
||||
import de.kentoj.scrow.bukkit.friends.FriendsService;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue