Lua Plugin
command { name = "hello", description = "Say hello", handler = function(ctx) print("Hello from Lua!") end }
Load Lua Plugin
CLI
Console