๐ŸงบStorage

This version of Flare Tokens offers MySQL, SQLite, Basic file.

Setup storage in config

SQLite is a the best way to save player tokens on a server due to its high availability and performance.

config.yml
storage:
  # This is used to not spam the connection with a lot of reads, but if you want to disable this feature set the cache_time to 0
  cache_time: 5
  # Choose (file|mysql|sqlite)
  type: sqlite

Migrating from other plugins

This feature is still an work in progress.

Last updated