📁Main Configuration

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

General Configuration

Below is a list of options that are in the config.yml and a description of what they do.

  • Knockback - This option allows you to change the knockback that the player takes when trying to open a crate with the wrong key

  • Quick-Open - This option will enable players to quick open when holding the crate key and shifting right-clicking it.

  • Render-Radius - This option allows you to define the distance that effects will need to stop showing to the player.

Database

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

database:
  type: sqlite
  address: localhost
  name: phoenixcrates_db
  port: 3306
  username: phoenixuser
  password: phoenixpassword
  table-prefix: pc

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

The plugin also includes premade translations created by our team. The easiest way to change the language is through the settings in the editor. Currently, we support the languages shown in the screenshot below.

Crate Editor > Settings

MiniMessage

Phoenix Crates has support for minimessages formatting. You can find more infromation on how to use minimessages format on their documentation. The formatting can be used for the language file of the plugin for messages that return a result in chat.

Note that MiniMessage is only supported if you are using Paper as your servers software.

Was this helpful?