ranks gui

This commit is contained in:
okx-code
2020-09-01 21:12:06 +01:00
parent 1b952e9843
commit 0028af8ba0
15 changed files with 929 additions and 738 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ plugins {
}
group 'sh.okx'
version '3.9'
version '3.10-alpha'
repositories {
mavenCentral()
@@ -28,7 +28,7 @@ dependencies {
testImplementation 'com.github.seeseemelk:MockBukkit-v1.15:0.3.0'
compileOnly 'org.jetbrains:annotations:16.0.2'
implementation 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT'
implementation 'org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT'
implementation('com.github.Realizedd:TokenManager:3.2.4') {
transitive = false
}