A logic tree development framework that supports cross-plugin UI queues at runtime in Minecraft Legacy Script Engine.
Add the API package to your project dependencies:
npm install @levimc-lse/interface-api
Plugins developed with the API package must add the master plugin as a dependency to their manifest.json
:
{
"dependencies": [
{
"name": "LeviInterfaceMaster"
}
]
}
Install using lip in the LeviLamina server working directory:
lip install github.com/leoweyr/LeviInterface