Skip to content

Commit

Permalink
Add minimessage .. for whatever reason?
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemorr committed Jul 21, 2024
1 parent c7e486f commit 24b2b39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file removed .gradle/file-system.probe
Binary file not shown.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,24 @@ repositories {
}

dependencies {
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.6")
compileOnly("me.xemor:skillslibrary:2.23.0")
shadow("me.xemor:configurationdata:3.4.2-SNAPSHOT")
shadow("org.bstats:bstats-bukkit:1.7")
shadow("me.xemor:userinterfaces:2.0.2-SNAPSHOT")
shadow("dev.dbassett:skullcreator:3.0.1")
shadow("org.jetbrains:annotations:20.1.0")
shadow("net.kyori:adventure-platform-bukkit:4.3.3-SNAPSHOT")
shadow("net.kyori:adventure-text-minimessage:4.17.0")
shadow("mysql:mysql-connector-java:8.0.29")
shadow("com.zaxxer:HikariCP:4.0.3")
shadow("org.apache.commons:commons-lang3:3.12.0")
shadow("io.sentry:sentry:6.29.0")
shadow("space.arim.morepaperlib:morepaperlib:0.4.3")
shadow("me.xemor:foliahacks:1.3")
compileOnly("me.xemor:skillslibrary:2.23.0")
shadow("io.papermc:paperlib:1.0.7")
shadow("me.xemor:particleslibrary:1.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.6")
}

java {
Expand Down
4 changes: 2 additions & 2 deletions build/generated/sentry/sentry-debug-meta.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Generated by sentry-android-gradle-plugin
#Sun Jul 21 14:14:47 BST 2024
#Sun Jul 21 14:21:53 BST 2024
io.sentry.build-tool=gradle
io.sentry.bundle-ids=1caab908-e63c-4425-b67f-b10967c64a0b
io.sentry.bundle-ids=734c6603-9bc6-4cb8-a3ab-806bd3d508a9

0 comments on commit 24b2b39

Please sign in to comment.