For the complete documentation index, see llms.txt. This page is also available as Markdown.

configMiranda.lua

config.miranda = {
    active = true,            -- If true, the player will see Miranda rights message in their chat.
    commands = { "miranda" }, -- Commands to display Miranda rights. You can add multiple commands.
    chatColor = { 0, 0, 200 },
}

Last updated