mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
Finalize package organization.
This commit is contained in:
parent
ec7810a11a
commit
c854e7c47c
@ -2,7 +2,6 @@ package cloud.kubelet.foundation.core.features.dev
|
||||
|
||||
import cloud.kubelet.foundation.core.FoundationCorePlugin
|
||||
import cloud.kubelet.foundation.core.abstraction.Feature
|
||||
import cloud.kubelet.foundation.core.devupdate.DevUpdateServer
|
||||
import org.koin.core.component.inject
|
||||
|
||||
class DevFeature : Feature() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
package cloud.kubelet.foundation.core.devupdate
|
||||
package cloud.kubelet.foundation.core.features.dev
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
|
@ -1,4 +1,4 @@
|
||||
package cloud.kubelet.foundation.core.devupdate
|
||||
package cloud.kubelet.foundation.core.features.dev
|
||||
|
||||
import kotlinx.serialization.SerialName
|
||||
import kotlinx.serialization.Serializable
|
@ -1,4 +1,4 @@
|
||||
package cloud.kubelet.foundation.core.devupdate
|
||||
package cloud.kubelet.foundation.core.features.dev
|
||||
|
||||
import cloud.kubelet.foundation.core.FoundationCorePlugin
|
||||
import cloud.kubelet.foundation.core.Util
|
@ -1,4 +1,4 @@
|
||||
package cloud.kubelet.foundation.core.command
|
||||
package cloud.kubelet.foundation.core.features.player
|
||||
|
||||
import org.bukkit.GameMode
|
||||
import org.bukkit.command.Command
|
@ -1,7 +1,6 @@
|
||||
package cloud.kubelet.foundation.core.features.player
|
||||
|
||||
import cloud.kubelet.foundation.core.abstraction.Feature
|
||||
import cloud.kubelet.foundation.core.command.GamemodeCommand
|
||||
import org.bukkit.GameMode
|
||||
|
||||
class PlayerFeature : Feature() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
package cloud.kubelet.foundation.core.command
|
||||
package cloud.kubelet.foundation.core.features.world
|
||||
|
||||
import org.bukkit.command.Command
|
||||
import org.bukkit.command.CommandExecutor
|
@ -1,4 +1,4 @@
|
||||
package cloud.kubelet.foundation.core.command
|
||||
package cloud.kubelet.foundation.core.features.world
|
||||
|
||||
import org.bukkit.command.Command
|
||||
import org.bukkit.command.CommandExecutor
|
@ -1,10 +1,6 @@
|
||||
package cloud.kubelet.foundation.core.features.world
|
||||
|
||||
import cloud.kubelet.foundation.core.abstraction.Feature
|
||||
import cloud.kubelet.foundation.core.command.GamemodeCommand
|
||||
import cloud.kubelet.foundation.core.command.SetSpawnCommand
|
||||
import cloud.kubelet.foundation.core.command.SpawnCommand
|
||||
import org.bukkit.GameMode
|
||||
|
||||
class WorldFeature : Feature() {
|
||||
override fun enable() {
|
||||
|
Loading…
Reference in New Issue
Block a user