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

serverDependencies Array? #53

Description

@TrueMB

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"
        }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions