Skip to content

Commit

Permalink
chore: bump ido & geary
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Nov 3, 2023
1 parent e110bb0 commit 16a1935
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ import org.bukkit.Bukkit
import org.bukkit.plugin.java.JavaPlugin

class ChattyPlugin : JavaPlugin() {
override fun onLoad() {
geary {
autoscan(classLoader, "com.mineinabyss.chatty") {
all()
}
}
}

override fun onEnable() {
createChattyContext()

Expand All @@ -32,12 +40,6 @@ class ChattyPlugin : JavaPlugin() {

if (chatty.isDiscordSRVLoaded)
DiscordSRV.api.subscribe(DiscordListener())

geary {
autoscan(classLoader, "com.mineinabyss.chatty") {
all()
}
}
}

fun createChattyContext() {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.mineinabyss
version=0.7
idofrontVersion=0.20.2
idofrontVersion=0.20.6
velocityVersion=3.2.0
coroutinesVersion=1.6.4
2 changes: 1 addition & 1 deletion gradle/chattyLibs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
geary = "0.26.0"
geary = "0.27.0"
velocity = "3.2.0-SNAPSHOT"
discordsrv = "1.26.2"

Expand Down

0 comments on commit 16a1935

Please sign in to comment.