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_menu lets players select their cart style.
  • Preferences are saved and loaded from the database.


⬅️ Back to Home • ➡️ Next: Notes and Future Plans