Moved MiniMessage to being shaded

This commit is contained in:
Auxilor
2021-10-01 13:56:29 +01:00
parent a3b0b4f847
commit e16649873b
3 changed files with 3 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ allprojects {
shadowJar {
relocate('org.bstats', 'com.willfp.eco.shaded.bstats')
relocate('net.kyori', 'com.willfp.eco.shaded.kyori')
}
jar {

View File

@@ -3,6 +3,7 @@ version rootProject.version
dependencies {
implementation 'org.bstats:bstats-bukkit:1.7'
implementation 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT'
compileOnly 'org.apache.maven:maven-artifact:3.0.3'
compileOnly 'com.google.code.gson:gson:2.8.7'
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
@@ -23,7 +24,6 @@ dependencies {
compileOnly 'com.github.brcdev-minecraft:shopgui-api:2.2.0'
compileOnly 'com.github.LoneDev6:API-ItemsAdder:2.4.7'
compileOnly 'me.arcaniax:HeadDatabase-API:1.2.0'
compileOnly 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT'
compileOnly 'net.kyori:adventure-platform-bukkit:4.0.0'
// CombatLogX V10 + NewbieHelper Expansion

View File

@@ -31,6 +31,5 @@ libraries:
- org.apache.maven:maven-artifact:3.0.3
- net.kyori:adventure-text-serializer-gson:4.8.1
- net.kyori:adventure-text-serializer-legacy:4.8.1
- net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT
- org.jetbrains.kotlin:kotlin-stdlib:1.5.31
- net.kyori:adventure-platform-bukkit:4.0.0
- net.kyori:adventure-platform-bukkit:4.0.0