saomclib - Library for Minecraft Developers
This page is created for informational purposes and does not aim for attractive design.
For Mod Developers
During the development of our mods, we discovered many frequently used components that were constantly repeating. To optimize the development process, we collected all these elements into a single library that we now use in all our projects. Most of them are not yet published, but some may become available in the future.
The main capabilities of the library include:
- Capabilities system
- Network packet handling and capabilities synchronization
- Kotlin programming language support
- Group (party system) functionality and integration
- Various helper tools and utilities
Using this library significantly simplifies the implementation of the listed functions. Any developer can freely use saomclib in their projects. Detailed documentation can be found in the README file on our GitLab.
If you encounter issues, please create a request in the issue tracking system on GitLab.
For Players
The main feature available to regular users is the group system. To interact with it, use the /pt command. For visual display of the group interface, it is recommended to install the saoui mod.