Update build.gradle

This commit is contained in:
Telesphoreo 2023-03-08 00:29:14 -06:00
parent 8fa05e3838
commit 2c8c6353c1
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ bukkit {
main = "dev.plex.Plex"
website = "https://plex.us.org"
authors = ["Telesphoreo", "taahanis", "supernt"]
softDepend = ["Vault"]
// Load BukkitTelnet and LibsDisguises before Plex so the modules register properly
softDepend = ["BukkitTelnet", "LibsDisguises", "Vault"]
apiVersion = "1.18"
}