Skip to content

Request to add two constructors to make MockBukkit compatible #3105

@Markyroson

Description

@Markyroson

Feature request

Feature description

Adding these two constructors to Essentials.java

public Essentials()
    {
        super();
    }

    protected Essentials(JavaPluginLoader loader, PluginDescriptionFile description, File dataFolder, File file)
    {
        super(loader, description, dataFolder, file);
    }

How the feature is useful

Allows the plugin to be loaded by MockBukkit so that plugins with Essentials as a dependency can be tested with the framework. It would be a nice ability for plugin developers to have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions