HomeJavaModsRyseInventory - Advanced Inventory API - 1.8-1.20
RyseInventory - Advanced Inventory API - 1.8-1.20
ModsJava

RyseInventory - Advanced Inventory API - 1.8-1.20

⬇ Download on Spigot
Welcome to RyseInventory!
Invenorty System inspired by SmartInventory

If you have good ideas that you think should be included in the API, you can post them on Github :)

This API is used to create and manage inventories in Minecraft more easily. Across many methods, the inventory can be managed easily. Besides, you don't have to worry about the pages, because they are managed automatically. Moreover, many things can be done with the inventory. More about this under the point Features.

To know how to use the API, I wrote a detailed wiki.
https://wiki.ryseinventory.de

Discord Server:
https://discord.gg/GAnXF7BzKg

Features:
How to install:
Dependency:
(Make sure you shade the API.) In the newer versions you can specify the API in your plugin.yml under Libraries. As a result, you no longer need to shade the API.

Gradle (Groovy):
Code (Text):
repositories {
    mavenCentral()
    maven {
        url "https://s01.oss.sonatype.org/content/groups/public/"
    }
}
dependencies {
    implementation 'io.github.rysefoxx.inventory:RyseInventory-Plugin:1.6.5'
}
Gradle (Kotlin):
Code (Text):
repositories {
    mavenCentral()
    maven {url = uri("https://s01.oss.sonatype.org/content/groups/public/")}
}
dependencies {
   implementation("io.github.rysefoxx.inventory:RyseInventory-Plugin:1.6.5")
}
Maven:
Code (Text):
<repositories>
    <repository>
        <id>sonatype</id>
        <url>"https://s01.oss.sonatype.org/content/groups/public/"</url>
    </repository>
</repositories>

<dependency>
  <groupId>io.github.rysefoxx.inventory</groupId>
  <artifactId>RyseInventory-Plugin</artifactId>
  <version>1.6.5</version>
</dependency>
Open questions?
Discord: Rysefoxx#7880
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

RyseInventory - Advanced Inventory API - 1.8-1.20 is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 5,541 times (via Spigot). Download it and open it directly in the game.

Explore more