Skip to content

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

License

Notifications You must be signed in to change notification settings

leoweyr/LeviInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

LeviInterface

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

๐Ÿ—๏ธ Development Framework

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"
        }
    ]
}

๐Ÿ”Œ Master Plugin

Install using lip in the LeviLamina server working directory:

lip install github.com/leoweyr/LeviInterface