Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

serverDependencies Array? #53

Open
TrueMB opened this issue Jun 26, 2024 · 0 comments
Open

serverDependencies Array? #53

TrueMB opened this issue Jun 26, 2024 · 0 comments

Comments

@TrueMB
Copy link

TrueMB commented Jun 26, 2024

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:

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?

serverDependencies {
        "LuckPerms", "WorldEdit" {
            load = "BEFORE"
        }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant