Skip to content

notnotnotswipez/InstancedItemsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages