MySQL

Turf Wars supports MySQL storage, especially useful for networks that have multiple Turf Wars servers and want to sync stats, and money if neither Vault nor PlayerPoints is used.

Storage:
  system: file
  money-system: file
  mysql:
    username: username
    password: password
    port: 3306
    host: localhost
    database: TurfWars

Last updated