File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55dependencies {
6- compileOnly(' com.github.milkbowl :VaultAPI:1.7' ) {
6+ compileOnly(' net.essentialsx.deps :VaultAPI:1.7' ) {
77 exclude group : " org.bukkit" , module : " bukkit"
88 }
99 compileOnly ' net.luckperms:api:5.3'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 implementation(' net.dv8tion:JDA:6.0.0' ) {
88 exclude(module : ' opus-java' )
99 }
10- implementation ' com.github.MinnDevelopment :emoji-java:v6.1.0'
10+ implementation ' net.essentialsx.deps :emoji-java:v6.1.0'
1111 implementation(' club.minnced:discord-webhooks:0.8.4' ) {
1212 exclude(module : ' okhttp' )
1313 }
Original file line number Diff line number Diff line change 11dependencyResolutionManagement {
22 repositories {
3- maven(" https://maven-prs.papermc.io/Paper/pr13194" ) {
4- name = " Maven for PR #13194" // https://github.com/PaperMC/Paper/pull/13194
5- mavenContent {
6- includeModule(" io.papermc.paper" , " paper-api" )
7- }
8- }
93 maven(" https://repo.papermc.io/repository/maven-public/" )
104 maven(" https://hub.spigotmc.org/nexus/content/groups/public/" ) {
115 content {
126 includeGroup(" org.spigotmc" )
137 includeGroup(" net.md_5" )
148 }
159 }
16- maven(" https://jitpack.io " ) {
10+ maven(" https://repo.essentialsx.net/releases " ) {
1711 content {
18- includeGroup(" com.github.milkbowl" )
19- includeGroup(" com.github.MinnDevelopment" )
12+ includeGroup(" net.essentialsx.deps" )
2013 }
2114 }
2215 maven(" https://repo.codemc.org/repository/maven-public" ) {
You can’t perform that action at this time.
0 commit comments