The server provides a number of built-in Lua packages that can be used to extend the functionality of the Lua script. These packages are available by default and do not require any additional installation.
log
- Log Messages to the Server Loggeruuid
- Generate v4 and v7 UUIDsjson
- Encode and Decode JSONurl
- Parse and Build URLsmutex
- Lock Concurrent Operationshttp
- Make HTTP requestssqlite
- Use a SQLite Database (Experimental)sleep
- Pause Script Executionfernet
- Easy, safe symmetric encryptiontemplate
- Use Jinja2 templates