@@ -11,7 +11,6 @@ cloud = "2.0.0"
1111cloud-platform = " 2.0.0-beta.14"
1212# cloud-minecraft = "2.0.2-SNAPSHOT"
1313adventure = " 4.26.1"
14- sayanventure = " 1.0.2"
1514mysql-connector = " 8.4.0"
1615sqlite-jdbc = " 3.46.0.0"
1716h2 = " 2.2.224"
@@ -23,7 +22,7 @@ guava = "31.1-jre"
2322gson = " 2.11.0"
2423kotlin-reflect = " 2.3.0"
2524netty = " 4.1.111.Final"
26- exposed = " 0.61 .0"
25+ exposed = " 1.0 .0"
2726libby = " 2.0.0-SNAPSHOT"
2827mccoroutines = " 2.20.0"
2928kotlinx-coroutines = " 1.10.1"
@@ -65,7 +64,6 @@ cloud-kotlin-extensions = { group = "org.incendo", name = "cloud-kotlin-extensio
6564adventure-api = { group = " net.kyori" , name = " adventure-api" , version.ref = " adventure" }
6665adventure-text-minimessage = { group = " net.kyori" , name = " adventure-text-minimessage" , version.ref = " adventure" }
6766adventure-text-serializer-gson = { group = " net.kyori" , name = " adventure-text-serializer-gson" , version.ref = " adventure" }
68- sayanventure-api = { group = " org.sayandev.sayanventure" , name = " sayanventure" , version.ref = " sayanventure" }
6967mysql-connector = { group = " com.mysql" , name = " mysql-connector-j" , version.ref = " mysql-connector" }
7068sqlite-jdbc = { group = " org.xerial" , name = " sqlite-jdbc" , version.ref = " sqlite-jdbc" }
7169h2 = { group = " com.h2database" , name = " h2" , version.ref = " h2" }
@@ -93,7 +91,6 @@ cloud-minecraft-extras = { group = "org.incendo", name = "cloud-minecraft-extras
9391inventoryframework = { group = " com.github.stefvanschie.inventoryframework" , name = " IF" , version.ref = " inventoryframework" }
9492xseries = { group = " com.github.cryptomorin" , name = " XSeries" , version.ref = " xseries" }
9593adventure-platform-bukkit = { group = " net.kyori" , name = " adventure-platform-bukkit" , version.ref = " adventure-platform" }
96- sayanventure-platform-bukkit = { group = " org.sayandev.sayanventure" , name = " sayanventure-bukkit" , version.ref = " sayanventure" }
9794libby-bukkit = { group = " com.alessiodp.libby" , name = " libby-bukkit" , version.ref = " libby" }
9895libby-paper = { group = " com.alessiodp.libby" , name = " libby-paper" , version.ref = " libby" }
9996pathetic-pathfinder-bukkit = { group = " com.github.patheloper.pathetic" , name = " pathetic-mapping" , version.ref = " pathetic-pathfinder-bukkit" }
@@ -117,7 +114,7 @@ cloud-velocity = { group = "org.incendo", name = "cloud-velocity", version.ref =
117114
118115# proxy - bungeecord
119116bungeecord = { group = " net.md-5" , name = " bungeecord-api" , version.ref = " bungeecord" }
120- sayanventure -platform-bungeecord = { group = " org.sayandev.sayanventure " , name = " sayanventure- bungeecord" , version.ref = " sayanventure " }
117+ adventure -platform-bungeecord = { group = " net.kyori " , name = " adventure-platform- bungeecord" , version.ref = " adventure-platform " }
121118libby-bungee = { group = " com.alessiodp.libby" , name = " libby-bungee" , version.ref = " libby" }
122119mccoroutines-bungeecord-api = { group = " com.github.shynixn.mccoroutine" , name = " mccoroutine-bungeecord-api" , version.ref = " mccoroutines" }
123120mccoroutines-bungeecord-core = { group = " com.github.shynixn.mccoroutine" , name = " mccoroutine-bungeecord-core" , version.ref = " mccoroutines" }
@@ -160,7 +157,7 @@ implementation-core = [
160157 " cloud-core" ,
161158 " cloud-kotlin-extensions" ,
162159# "cloud-kotlin-coroutines",
163- " sayanventure -api" ,
160+ " adventure -api" ,
164161 " reflections" ,
165162 " kotlin-reflect" ,
166163 " hikari" ,
@@ -182,7 +179,7 @@ implementation-bukkit = [
182179 " cloud-minecraft-extras" ,
183180 " inventoryframework" ,
184181 " xseries" ,
185- " sayanventure -platform-bukkit" ,
182+ " adventure -platform-bukkit" ,
186183 " pathetic-pathfinder-bukkit" ,
187184 " mccoroutines-bukkit-api" ,
188185 " mccoroutines-bukkit-core" ,
@@ -201,7 +198,7 @@ implementation-proxy-velocity = [
201198 " cloud-velocity"
202199]
203200implementation-proxy-bungeecord = [
204- " sayanventure -platform-bungeecord" ,
201+ " adventure -platform-bungeecord" ,
205202 " mccoroutines-bungeecord-api" ,
206203 " mccoroutines-bungeecord-core" ,
207204]
0 commit comments