mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-02 11:11:21 +01:00
[Sponge] Dependency version issue (#3146)
* [Sponge] Adjust dependency versions This may not be needed on anything besides luckperms * Add self to contributors
This commit is contained in:
parent
e470d63a17
commit
40383d1d20
@ -104,7 +104,8 @@ public class Contributors {
|
||||
new Contributor("inductor", LANG),
|
||||
new Contributor("ringoXD", LANG),
|
||||
new Contributor("yu_solt", LANG),
|
||||
new Contributor("lis2a", LANG)
|
||||
new Contributor("lis2a", LANG),
|
||||
new Contributor("ToxiWoxi", CODE)
|
||||
};
|
||||
|
||||
private Contributors() {
|
||||
|
@ -46,23 +46,23 @@ sponge {
|
||||
// version is a *required* property (empty string works fine)
|
||||
dependency("griefprevention") {
|
||||
optional(true)
|
||||
version("")
|
||||
version("*")
|
||||
}
|
||||
dependency("luckperms") {
|
||||
optional(true)
|
||||
version("")
|
||||
version("*")
|
||||
}
|
||||
dependency("nucleus") {
|
||||
optional(true)
|
||||
version("")
|
||||
version("*")
|
||||
}
|
||||
dependency("redprotect") {
|
||||
optional(true)
|
||||
version("")
|
||||
version("*")
|
||||
}
|
||||
dependency("nuvotifier") {
|
||||
optional(true)
|
||||
version("")
|
||||
version("*")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user