Skip to content

A library used by The New Economy for item-based operations, including calculations, removal, comparisons, and serialization of any items, including potions, shulker boxes, and other "special" items.

License

Notifications You must be signed in to change notification settings

TheNewEconomy/TheNewItemLibrary

Repository files navigation

TheNewItemLibrary Codacy BadgeJavadoc

tnil logo

A library used by The New Economy for item-based operations, including calculations, removal, comparisons, and serialization of any items, including potions, shulker boxes, and other "special" items. This library serializes the items into JSON-valid Strings. This library has also been rewritten to be platform-agnostic, and will include sponge support shortly.

Maven

TheNewItemLibrary uses maven for dependency management.

Repository:

<repository>
    <id>codemc-creatorfromhell</id>
    <url>https://repo.codemc.io/repository/creatorfromhell/</url>
</repository>

Core Dependency:

<dependency>
    <groupId>net.tnemc</groupId>
    <artifactId>TNIL-Core</artifactId>
    <version>0.1.2.1-SNAPSHOT-15</version>
    <scope>compile</scope>
</dependency>

Bukkit Dependency:

<dependency>
    <groupId>net.tnemc</groupId>
    <artifactId>TNIL-Bukkit</artifactId>
    <version>0.1.2.1-SNAPSHOT-15</version>
    <scope>compile</scope>
</dependency>

Fabric Dependency:

<dependency>
    <groupId>net.tnemc</groupId>
    <artifactId>TNIL-Fabric</artifactId>
    <version>0.1.2.1-SNAPSHOT-15</version>
    <scope>compile</scope>
</dependency>

Sponge 8 Dependency:

<dependency>
    <groupId>net.tnemc</groupId>
    <artifactId>TNIL-Sponge</artifactId>
    <version>0.1.2.1-SNAPSHOT-15</version>
    <scope>compile</scope>
</dependency>

Sponge 7 Dependency:

coming soon

Contributing

Contributions to TheNewEconomy are welcome and encouraged! Whether you're fixing a bug, adding a new feature, or improving documentation, we would love your help.

However, to ensure the project stays consistent and manageable, we ask that you follow our contributing guidelines before submitting a pull request.

Please make sure to:

  • Sign the Contributor License Agreement (CLA) if this is your first contribution when it appears in the Pull Request.
  • Follow the coding standards and branch naming conventions outlined in the guidelines.
  • Use the required IntelliJ plugin Final Obsession for code quality and consistency.

Thank you for your contributions!

About

A library used by The New Economy for item-based operations, including calculations, removal, comparisons, and serialization of any items, including potions, shulker boxes, and other "special" items.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors 5

Languages