Documentation Index
Fetch the complete documentation index at: https://docs.sixm.gg/llms.txt
Use this file to discover all available pages before exploring further.
Configuration Structure
Each SixM script includes one or more configuration files that control its behavior.Single Config
Simple scripts use a singleconfig.lua:
Multi-File Config
Complex scripts use aconfig/ directory:
Editing Config Files
Open the config file in any text editor. All config values are Lua tables:Config Tips
- Don’t delete config options — if you don’t need a feature, set it to
falseor leave the default - Check data types — strings need quotes (
'text'), numbers don’t (100), booleans aretrue/false - Restart after changes — config changes require a resource restart to take effect
- Backup before editing — keep a copy of the original config in case something breaks

