- refactoring
- different requirements based on prestige
This commit is contained in:
okx-code
2020-04-11 01:13:53 +01:00
parent ad2134a77f
commit fe01ce1c4f
22 changed files with 450 additions and 175 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ plugins {
}
group 'sh.okx'
version '3.6.2'
version '3.7-beta'
repositories {
mavenCentral()
@@ -30,7 +30,7 @@ repositories {
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.12'
compileOnly 'org.jetbrains:annotations:16.0.2'
implementation 'org.spigotmc:spigot:1.12.2-R0.1-SNAPSHOT'
implementation 'org.spigotmc:spigot:1.15.2-R0.1-SNAPSHOT'
implementation('com.github.Realizedd:TokenManager:3.2.4') {
transitive = false
}