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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user