9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-04 15:41:40 +00:00

Added PlayerPoints integration and "reforge.use-player-points: true/false" for people to use it

This commit is contained in:
_OfTeN_
2021-10-06 22:34:37 +03:00
parent e4a6a9fe39
commit cd08af8b3f
5 changed files with 27 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ allprojects {
maven { url 'https://jitpack.io' }
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
maven { url 'https://papermc.io/repo/repository/maven-public/' }
maven { url 'https://repo.rosewooddev.io/repository/public/' }
}
jar {
@@ -37,6 +38,7 @@ allprojects {
}
dependencies {
compileOnly 'org.black_ixx:playerpoints:3.0.0'
compileOnly 'com.willfp:eco:6.9.0'
compileOnly 'org.jetbrains:annotations:19.0.0'