// Name: Brookhaven RP Toolkit
// Description: Multi-tab GUI for car spawn commands, roleplay presets, teleports, house customization, and a simple fly toggle (copy/paste helper).
// Author: suhubig-bit
// GitHub: suhubig-bit
import "@johnlindquist/kit"
type Teleport = { label: string; note?: string }
type House = { color: string; style: string; theme: string }
type Roleplay = { name: string; job: string; bio: string }
const kv = await store("brookhaven-toolkit", {})
const defaultCars = [
"SUV",
"Police Car",
"Motorcycle",
"Sports Car",
"Bus",
"Van",