Cassini is a simplistic, yet very extensive Menu library. It supports container menus (anvil, chest, etc.), signs, books, dialogs.
maven {
name = "undefined-repo"
url = "https://repo.undefinecreation.com/releases"
}implementation "com.undefined:cassini:(latest version)"<repository>
<id>undefined</id>
<name>UndefinedCreations Repository</name>
<url>https://repo.undefinedcreations.com/releases</url>
</repository><dependency>
<groupId>com.undefined</groupId>
<artifactId>cassini</artifactId>
<version>(latest version)</version>
</dependency>