Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Jun 27, 2023
1 parent 31b1559 commit 0e1d8fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
package com.mineinabyss.chatty

import com.google.inject.Inject
import com.mineinabyss.chatty.event.registerCoroutineContinuationAdapter
import com.velocitypowered.api.event.EventManager
import com.velocitypowered.api.event.PostOrder
import com.velocitypowered.api.event.Subscribe
import com.velocitypowered.api.event.connection.PluginMessageEvent
import com.velocitypowered.api.event.proxy.ProxyInitializeEvent
import com.velocitypowered.api.kt.event.registerCoroutineContinuationAdapter
import com.velocitypowered.api.plugin.Plugin
import com.velocitypowered.api.proxy.ProxyServer
import com.velocitypowered.api.proxy.messages.MinecraftChannelIdentifier
import org.slf4j.Logger

@Plugin(id = "chatty", name = "chatty", version = "0.3")
class ChattyPlugin @Inject constructor(
private val server: ProxyServer,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.velocitypowered.api.kt.event
package com.mineinabyss.chatty.event

import com.google.common.reflect.TypeToken
import com.mineinabyss.chatty.event.suspendingEventTask
import com.velocitypowered.api.event.EventManager
import com.velocitypowered.api.event.EventTask
import org.slf4j.Logger
Expand Down

0 comments on commit 0e1d8fc

Please sign in to comment.