Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@levimc-lse/interface-api

leoweyr83MIT0.1.1TypeScript support: included

API for the logic tree development framework that supports cross-plugin UI queues at runtime in Minecraft Legacy Script Engine.

levilamina, minecraft, bedrock-dedicated-server, api, ui, ui-queue, logic-tree, ux, socket, IPC

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

changelog

0.1.0 (2025-06-17)

Features

  • api: add form logic chain node level (2c15b00)
  • api: add named pipe client for cross-plugin UI queues communication (5adac99)
  • api: add public entry for unified UI queue operations (9313ac0)
  • api: add sub title level (b7ec588)
  • api: add title level (5d62a70)
  • api: add UI container for cross-plugin queue-based remote rendering (406a4f6)