📁Main Configuration

On this page, you will find everything you need to know about the config.yml options of Phoenix Lobby

Database

The plugin also supports databases. The available options are mysql and sqlite.

database:
  type: sqlite
  address: localhost
  name: phoenixlobby_db
  port: 3306
  username: phoenixuser
  password: phoenixpassword

Messages Configuration

The messaging configuration file is pretty self-explanatory when it comes to configuration.

All texts that the player can see are customized in the configuration file for example holograms, chat messages, and menus.

To prevent a message from appearing, set the message to '' (empty quotes).

Translations

You can translate the main language file of the plugin.

Last updated

Was this helpful?