ArenaLegends
  • GENERAL USE
    • Getting Started
    • Commands
    • Permissions
    • Placeholders
    • Common Questions
    • Troubleshooting
    • Useful Links
  • GUIDES
    • Games
    • Arenas
    • Round Builder
    • Augments
    • Anvil Stats
    • Shopkeeper
    • Resource Pack
    • Data & MySQL
  • MENUS
    • Item Builders
    • Event Triggers
    • Player Heads
    • Click Commands
  • DEVELOPER API
    • Creating Augments
      • Game Events
      • Simple Augment
Powered by GitBook
On this page
  • Storage Types
  • Structure
  • How to enable MySQL
  1. GUIDES

Data & MySQL

Storage Types

The plugin can either store the files locally or send them to a MySQL database.

The data is stored in the json files, so you can easily modify them as you wish.

Structure

The data is located in the /ArenaLegends/data/ folder.

  • /data/settings.yml: Contains various local settings.

  • /data/metrics.yml: The file used for metrics tracking.

  • /data/players/: The location of all .

How to enable MySQL

  1. Open the config.yml file.

  2. Set enabled to true under mysql-settings.

  3. Fill in the credentials to match your database's settings.

PreviousResource PackNextItem Builders

Last updated 3 months ago