~/docs/tattoo-shop-v2/configuration
tattoo shop v2 docs›
Tattoo shop V2
Configuration
-- 2 code blocks · 1 min read
Everything lives in shared/sh.lua, which stays open in every version of the script.
The pages below cover the four things you will actually touch:
- Shops & Interaction - where the studios are, blips, and how players open them
- Pricing & Admin Studio - what a tattoo costs, and the in-game admin panel
- Access & Permissions - reserving a mode, a collection or a tattoo to a group
- Modes, Slots & Limits - which creation modes are on, and the anti-abuse caps
Language
Config.Lang = 'en' -- 'en', 'fr' or 'es'
The three locales ship complete in shared/locale.lua. See the Translate page to add your own.
Debug
Config.Debug = false
Set it to true to trace the replication chain in the F8 console while you are testing.