mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-19 18:33:46 +00:00
Try to include bukkit from paper
This commit is contained in:
parent
51b9688ca2
commit
6aef852bf4
1 changed files with 1 additions and 7 deletions
|
@ -49,6 +49,7 @@ repositories {
|
||||||
includeModule("io.papermc.paper", "paper-api")
|
includeModule("io.papermc.paper", "paper-api")
|
||||||
includeModule("io.papermc", "paperlib")
|
includeModule("io.papermc", "paperlib")
|
||||||
includeModule("net.md-5", "bungeecord-chat")
|
includeModule("net.md-5", "bungeecord-chat")
|
||||||
|
includeModule("org.bukkit", "bukkit")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,13 +62,6 @@ repositories {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
maven { url "https://ci.ender.zone/plugin/repository/everything/"}
|
|
||||||
|
|
||||||
maven {
|
|
||||||
url "https://hub.spigotmc.org/nexus/content/groups/public/"
|
|
||||||
}
|
|
||||||
maven { "https://repo.extendedclip.com/content/repositories/placeholderapi/"}
|
|
||||||
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue