currently refactoring a lot
This commit is contained in:
parent
700b5d5d10
commit
31eb8a92eb
42 changed files with 454 additions and 433 deletions
|
|
@ -24,9 +24,9 @@ dependencies {
|
|||
api("io.nats:jnats:2.25.2")
|
||||
|
||||
// http://forge.kentoj.de/scrow/-/packages/maven/de.kentoj.scrow:kencommandapi-core
|
||||
api("de.kentoj.scrow:kencommandapi-core:0.22")
|
||||
api("de.kentoj.scrow:kencommandapi-core:0.23")
|
||||
// http://forge.kentoj.de/scrow/-/packages/maven/de.kentoj.scrow:kencommandapi-bukkit
|
||||
api("de.kentoj.scrow:kencommandapi-bukkit:0.22")
|
||||
api("de.kentoj.scrow:kencommandapi-bukkit:0.23")
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import de.kentoj.scrow.bukkit.friends.FriendshipService;
|
|||
import de.kentoj.scrow.bukkit.misc.EconomyService;
|
||||
import de.kentoj.scrow.bukkit.misc.PlayerManager;
|
||||
import de.kentoj.scrow.bukkit.region.RegionManager;
|
||||
import de.kentoj.scrowlib.servermanager.InstanceManager;
|
||||
import de.kentoj.scrowlib.instancemanager.InstanceManager;
|
||||
import io.nats.client.Connection;
|
||||
import lombok.AccessLevel;
|
||||
import lombok.Getter;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
package de.kentoj.scrow.bukkit.minigame;
|
||||
|
||||
import de.kentoj.scrowlib.servermanager.ServerInstance;
|
||||
import de.kentoj.scrowlib.instancemanager.ServerInstance;
|
||||
|
||||
public interface MinigameInfo {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue