Developer API
This guide assumes you already know how Java works. If you have any suggestions or questions about the API then reach out to us through Discord or any other contact form
Creating Addon Lua
To accommodate addons that necessitate only a minimal amount of code, we have introduced the opti...
Creating A Custom Fragment Generator Lua
It is possible to use Lua to develop a simple or new fragment generator for additional events. F...
Creating An Addon
Setup a new project then right click the project and create a directory called libs. Once that i...
Creating A New Fragment Generator Java
We made it easy to create new custom fragment generators Create a new class in your project and ...
Creating A New Currency Java
Creating a new currency is very easy; simply extend our Currency class Currency After extending...