You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
Just a small question, is it possible to use multiple plugin names, for the same serverDependency Configuration for paper?
I am currently using something like this:
serverDependencies {
"LuckPerms" {
load = "BEFORE"
}
// During server run time, require WorldEdit, add it to the classpath, and load it before us
"WorldEdit" {
load = 'BEFORE'
}
}
But would this be also possible to add? Or is there already a method?
Hello!
Just a small question, is it possible to use multiple plugin names, for the same serverDependency Configuration for paper?
I am currently using something like this:
But would this be also possible to add? Or is there already a method?
The text was updated successfully, but these errors were encountered: