.
This commit is contained in:
parent
e85228e717
commit
0cda14e3cc
34 changed files with 316 additions and 333 deletions
|
|
@ -12,16 +12,16 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
//api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
|
||||
api(project(":core-lib"))
|
||||
|
||||
// Source: https://mvnrepository.com/artifact/io.nats/jnats
|
||||
api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
|
||||
|
||||
// https://mvnrepository.com/artifact/io.nats/jnats
|
||||
implementation("io.nats:jnats:2.25.2")
|
||||
api("io.nats:jnats:2.25.2")
|
||||
|
||||
api("de.kentoj.scrow:kencommandapi-core:0.4")
|
||||
api("de.kentoj.scrow:kencommandapi-bukkit:0.4")
|
||||
|
||||
api(project(":core-lib"))
|
||||
api("de.kentoj.scrow:kencommandapi-core:0.8")
|
||||
api("de.kentoj.scrow:kencommandapi-bukkit:0.8")
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ public class ScrowAPI {
|
|||
@Getter
|
||||
private static @Nullable MongoDatabase database;
|
||||
@Getter
|
||||
private static BukkitKenCommandApi commandManager;
|
||||
private static BukkitKenCommandApi commandApi;
|
||||
@Getter
|
||||
private static Scheduler minecraftScheduler;
|
||||
@Getter
|
||||
|
|
@ -44,8 +44,8 @@ public class ScrowAPI {
|
|||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
public static void setCommandManager(BukkitKenCommandApi commandManager) {
|
||||
ScrowAPI.commandManager = commandManager;
|
||||
public static void setCommandApi(BukkitKenCommandApi commandApi) {
|
||||
ScrowAPI.commandApi = commandApi;
|
||||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue