Skip to content
notnotnotswipez edited this page Nov 26, 2021 · 2 revisions

Welcome to the InstancedItemsAPI wiki!

When using the API, always make sure to set your plugin in your on enable method, like so:

    @Override
    public void onEnable() {
        InstancedItemsAPI.setPlugin(this);
    }
Clone this wiki locally