Created: 2026/06/21 18:05:44 America/Chicago
By: admin
Modified: 2026/06/25 21:19:49 America/Chicago
By: admin

Verlihub can load Lua scripts through its Lua plugin. This is useful when a hub needs small behavior changes without recompiling the server: display bots, scheduled announcements, helper commands, validation rules, or integration hooks.

Lua support depends on the plugin being installed and enabled. The Verlihub install notes list Lua as an optional dependency and the CMake options allow the Lua plugin to be built explicitly.

Plugin Commands

!lstplug
!addplug lua -p /usr/local/lib/liblua_pi.so -a 1 -d Support for Lua scripts.
!modplug lua -a 1
!onplug lua
!pluglist

Verlihub Lua Script Library