mirror of
https://github.com/MiniDay/HamsterCurrency-Parent.git
synced 2025-08-22 12:15:31 +08:00
修复加载玩家存档时报错的bug
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>airgame-repo</id>
|
||||
<url>https://maven.airgame.net/maven-repo/</url>
|
||||
<url>https://maven.airgame.net/maven-public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
```
|
||||
@@ -52,7 +52,7 @@
|
||||
```groovy
|
||||
allprojects {
|
||||
repositories {
|
||||
maven { url 'https://maven.airgame.net/maven-repo/' }
|
||||
maven { url 'https://maven.airgame.net/maven-public/' }
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@@ -10,22 +10,18 @@ repositories {
|
||||
maven {
|
||||
url = "https://maven.airgame.net/maven-public/"
|
||||
}
|
||||
maven {
|
||||
url = "https://repo.codemc.org/repository/maven-public"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly "org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT"
|
||||
// https://mvnrepository.com/artifact/org.jetbrains/annotations
|
||||
compileOnly group: 'org.jetbrains', name: 'annotations', version: '22.0.0'
|
||||
compileOnly "cn.hamster3:HamsterService-Bukkit:2.8.0-SNAPSHOT"
|
||||
compileOnly "cn.hamster3:HamsterService-Bukkit:2.8.3-SNAPSHOT"
|
||||
compileOnly "cn.hamster3:HamsterAPI:2.4.7-SNAPSHOT"
|
||||
compileOnly 'net.milkbowl.vault:VaultAPI:1.7'
|
||||
compileOnly("org.black_ixx:PlayerPoints:2.1.3") {
|
||||
exclude group: "*"
|
||||
}
|
||||
compileOnly "me.clip:placeholderapi:2.10.9"
|
||||
|
||||
compileOnly rootProject.fileTree(dir: './libs', includes: ['*.jar'])
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
BIN
libs/PlayerPoints-2.1.3.jar
Normal file
BIN
libs/PlayerPoints-2.1.3.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user