Skip to content

Introduction

Sky edited this page Feb 5, 2022 · 1 revision

Everything your plugins should have access to is limited to the ItemCreatorAPI interface.

No support will be given if you're trying to do something else without using it!

To get it, wait until ItemCreator is been started, then simply do the following:

ItemCreator.getInstance().getApi()

If ItemCreator is been running, then it will return the current ItemCreatorAPI that you'll be able to use.

Home


Getting Started

Developer API

Clone this wiki locally