Hub.DenizenMC
EliteSpawner

Storage & networks

SQLite for a single server, MySQL for sharing spawners across a network.

EliteSpawner stores every spawner in a database. Which one to use depends on whether you run a single server or a network.

The default. Needs no setup and is stored in plugins/EliteSpawner/database/. The right choice for a single server.

Switching to MySQL

Set the storage type

In config.yml, set the storage type to MySQL:

config.yml
storage:
  type: mysql

Add your connection details

Fill in the database connection details in the same section of config.yml.

Repeat on every server

Use the same connection details on every server that should share spawners, then restart them.

Decide early

Switching from SQLite to MySQL on a server that already has spawners doesn't move the existing data for you. Pick your storage type before players start building farms, and always back up plugins/EliteSpawner/database/ before changing it.

Last updated on

On this page