🎯Configurators
What is configuartor?
Configurator defines default settings necessary to minigame work.
You can override default configuration.
The library has three different configurators:
DefaultPluginConfigurator
useDataBase is set to true
tablesPrefix is set to minigames_ (It is recommend to change it)
useDefaultStatsSystem is set to false
arenaSaveType is set to SINGLE_FILE
DefaultGameConfigurator
blockBreaking is set to true
blocksPlacing is set to true
droppingItems is set to false
DefaultCommandConfigurator
doNotHavePermissionMessage is set to You don't have permission
onlyPlayersMessage is set to Only players can use this command
Last updated