Database and Configurations - sbisel126/MinecartMayhem GitHub Wiki
Database & Configurations
Minecart Mayhem stores data using SQLite for persistent player stats and preferences.
Tables
| Table | Description |
|---|---|
Players |
Stores player names and UUIDs |
Maps |
Stores available map names |
TopScores |
Stores top scores per player/map |
PlayerConfig |
Stores cart preferences per player |
Configuration Feature
/cart_menulets players select their cart style.- Preferences are saved and loaded from the database.