Skip to content

Plugin incompatibility warnings #67

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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