Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 707 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 707 Bytes

InstancedItemsAPI

Module based items API that creates individual instances of items. Removing the need to store data per player in some big conglomeration listener. Also makes the process of making listener based items easier to make, with an annotation based module system, so you can add in some preset modules (Like right click detection) on your item.

Maven

        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
        <dependency>
            <groupId>com.github.notnotnotswipez</groupId>
            <artifactId>InstancedItemsAPI</artifactId>
            <version>release-1.3</version>
        </dependency>