3.13
Fix ranks not replacing for console Some messaging refactoring Add "shortmoney" filter Add TOML support for rankups.yml/rankups.toml
This commit is contained in:
+7
-5
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'sh.okx'
|
||||
version '3.12.2'
|
||||
version '3.13'
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
@@ -29,15 +29,15 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation("org.junit.platform:junit-platform-launcher:1.7.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.7.2")
|
||||
testImplementation 'org.junit.platform:junit-platform-launcher:1.8.1'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
|
||||
testImplementation 'com.github.MockBukkit:MockBukkit:04889261630cd6f5aaebd86a576bbcd12c442ea7'
|
||||
|
||||
implementation group: 'org.slf4j', name: 'slf4j-nop', version: '1.7.30'
|
||||
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:16.0.2'
|
||||
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
|
||||
compileOnly 'org.jetbrains:annotations:22.0.0'
|
||||
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
|
||||
compileOnly('com.github.Realizedd:TokenManager:3.2.4') {
|
||||
transitive = false
|
||||
}
|
||||
@@ -59,6 +59,7 @@ dependencies {
|
||||
implementation ('io.pebbletemplates:pebble:3.1.5') {
|
||||
exclude group: 'org.slf4j'
|
||||
}
|
||||
implementation 'com.electronwill.night-config:toml:3.6.4'
|
||||
}
|
||||
|
||||
artifacts {
|
||||
@@ -68,6 +69,7 @@ artifacts {
|
||||
shadowJar {
|
||||
archiveClassifier.set('')
|
||||
minimize()
|
||||
relocate 'org.slf4j', 'sh.okx.rankup.export.org.slf4j'
|
||||
}
|
||||
|
||||
// automatically copy the version to plugin.yml
|
||||
|
||||
Reference in New Issue
Block a user