🎯Configurators

What is configuartor?

Configurator defines default settings necessary to minigame work.

You can override default configuration.

The library has three different configurators:

  1. DefaultPluginConfigurator

  • tablesPrefix is set to minigames_ (It is recommend to change it)

  • useDefaultStatsSystem is set to false

  • arenaSaveType is set to SINGLE_FILE

  1. DefaultGameConfigurator

  • blockBreaking is set to true

  • blocksPlacing is set to true

  • droppingItems is set to false

Last updated