Coris is a system for managing floors, rooms, and shapes within a defined environment. To support a variety of use cases some parts are designed to be extendable and customizable.
Caution
Currently, this project is only for internal use and is not intended for public use. Bugs and missing features are expected.
- Floor Management: Handles the creation, removal and registry of floors
- Room System: Defines a base room structure and room instances
- Shape Definitions: Supports different shapes for rooms and floors
The project is available over the Reposilite
repository from the OneLiteFeather organization.
implementation("net.onelitefeather:coris:<version>")
If you want to contribute to this project, please follow the guidelines in the CONTRIBUTING.md file.