@levimc-lse/interface-api
v0.1.1
Published
API for the logic tree development framework that supports cross-plugin UI queues at runtime in Minecraft Legacy Script Engine.
Downloads
54
Readme
LeviInterface API
API for the logic tree development framework that supports cross-plugin UI queues at runtime in Minecraft Legacy Script Engine.
❗ Important
All Legacy Script Engine plugins developed using this package must add LeviInterface master plugin as a dependency to their manifest.json:
{
"dependencies": [
{
"name": "LeviInterfaceMaster"
}
]
}Install the LeviInterface master plugin via lip in the LeviLamina server working directory:
lip install github.com/leoweyr/LeviInterface