Skip to content

Plugin incompatibility warnings #67

@Innectic

Description

@Innectic

Similar to how the DependencyType system works, add an additional field for plugin names that ABSOLUTELY don't work together.

Use case:

A shop plugin is not compatible with another plugin that changes a ton of mechanics that it relies on.

@PluginMeta(
    name = "MyCoolShopPlugin",
    description = "Shops! Wow!",
    version = "0.0.1",
    author = "A Really Cool Dude",
    incompatibilities = { @Incompatible("AReallyBadPlugin") }
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions