[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:
Toxi 2023-07-30 02:28:46 -04:00 committed by GitHub
parent e470d63a17
commit 40383d1d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -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() {

View File

@ -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("*")
}
}
}