{
  "$schema": "./config-schema.json",
  "version": "1.0",
  "description": "Default Pluginator configuration - copy to ~/.pluginator/config.json to customize",
  "config": {
    "debug": false,
    "minecraftVersion": "1.21.5",
    "serverType": "paper",
    "apiTimeout": 30,
    "downloadThreads": 2,
    "theme": "default",
    "language": "en",
    "backup": {
      "maxBackups": 5,
      "autoBackupBeforeUpdate": true
    },
    "logging": {
      "maxLogDays": 30,
      "logLevel": "info"
    }
  }
}
