Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4223e8f17a | ||
|
|
5f26b23a53 | ||
|
|
c8c179981c |
@@ -87,7 +87,8 @@ allprojects {
|
||||
|
||||
shadowJar {
|
||||
relocate('org.bstats', 'com.willfp.eco.shaded.bstats')
|
||||
relocate('net.kyori.adventure', 'com.willfp.eco.shaded.adventure')
|
||||
relocate('net.kyori.adventure.text.minimessage', 'com.willfp.eco.shaded.adventure.minimessage')
|
||||
relocate('net.kyori.adventure.platform', 'com.willfp.eco.shaded.adventure.platform')
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
@@ -5,10 +5,9 @@ dependencies {
|
||||
implementation 'org.bstats:bstats-bukkit:1.7'
|
||||
implementation 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT'
|
||||
implementation 'net.kyori:adventure-platform-bukkit:4.0.0'
|
||||
implementation 'net.kyori:adventure-api:4.9.1'
|
||||
implementation 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT'
|
||||
implementation 'net.kyori:adventure-text-serializer-gson:4.8.1'
|
||||
implementation 'net.kyori:adventure-text-serializer-legacy:4.8.1'
|
||||
compileOnly 'net.kyori:adventure-api:4.9.1'
|
||||
compileOnly 'net.kyori:adventure-text-serializer-gson:4.8.1'
|
||||
compileOnly 'net.kyori:adventure-text-serializer-legacy:4.8.1'
|
||||
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'
|
||||
|
||||
@@ -30,3 +30,6 @@ libraries:
|
||||
- org.reflections:reflections:0.9.12
|
||||
- org.apache.maven:maven-artifact:3.0.3
|
||||
- org.jetbrains.kotlin:kotlin-stdlib:1.5.31
|
||||
- net.kyori:adventure-api:4.9.1
|
||||
- net.kyori:adventure-text-serializer-gson:4.8.1
|
||||
- net.kyori:adventure-text-serializer-legacy:4.8.1
|
||||
@@ -1,2 +1,2 @@
|
||||
version = 6.9.1
|
||||
version = 6.9.2
|
||||
plugin-name = eco
|
||||
Reference in New Issue
Block a user