Compare commits

...

6 Commits
6.9.0 ... 6.9.2

Author SHA1 Message Date
Auxilor
4223e8f17a Updated to 6.9.2 2021-10-02 12:20:37 +01:00
Auxilor
5f26b23a53 Adventure bug fixing 2021-10-02 12:20:27 +01:00
Auxilor
c8c179981c Adventure bug fixing 2021-10-02 12:20:05 +01:00
Auxilor
c1b3bec67c Moved adventure off to implementation and relocated 2021-10-01 18:57:00 +01:00
Auxilor
f2535ce75c Updated to 6.9.1 2021-10-01 18:33:14 +01:00
Auxilor
049d64821e Added adventure-api to plugin.yml 2021-10-01 18:32:57 +01:00
4 changed files with 10 additions and 6 deletions

View File

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

View File

@@ -4,6 +4,10 @@ version rootProject.version
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'
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'
@@ -24,7 +28,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-platform-bukkit:4.0.0'
// CombatLogX V10 + NewbieHelper Expansion
compileOnly 'com.SirBlobman.combatlogx:CombatLogX-API:10.0.0.0-SNAPSHOT'

View File

@@ -29,7 +29,7 @@ softdepend:
libraries:
- org.reflections:reflections:0.9.12
- 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
- org.jetbrains.kotlin:kotlin-stdlib:1.5.31
- net.kyori:adventure-platform-bukkit:4.0.0
- 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

View File

@@ -1,2 +1,2 @@
version = 6.9.0
version = 6.9.2
plugin-name = eco