Skip to main content

General Config

The general boosters config can be found at /config/NeoExtras/boosters/general.yml. Below, I explain each config option.

Config Key Description Default Value
booster-reboot-delay How long after the server restarts to reboot certain boosters. "10s" (10 seconds)
booster-remind-delay How long after the player logs in until they are reminded of active boosters. "10s" (10 seconds)

player-boosts-tick-offline
Option to change whether player boosts continue ticking while the player
is offline, or if they pause on player logout. If true, then players will be
reminded of their boosts via the booster-remind-delay. If false, then
the boosts will wait booster-reboot-delay after login until they reboot.

false
storage Options to change your storage type. See "Storage Section" for more details.
lang Various general lang messages used across in boosters. See "Lang".
config-version-no-touchy This is for NeoExtras to be able to update configs without screwing
up your settings. Don't touch this unless you want to break something.
Varies
per-version.

Storage Section

This section determines where boosts are saved. Changes to this section require a restart. All boosts are saved asynchronously any time a booster is started, stopped, or paused.

Config Key Description

storage-type
Which storage type to use. There are currently 2 storage types: YAML, and MARIADB.
Switching from YAML to MARIADB will move all data on startup.
MARIADB requires you to fill out the sql section. Defaults to YAML.
sql Your sql login information. This includes 4 things to fill out: database, address, username, and password.

Lang

General lang used regarding boosters.

Lang Key Description
prefix The prefix appended before all booster messages.
invalid-holder-type The response when a user puts an invalid holder type into a command.
invalid-player-holder The response when a player argument is not an online player.
invalid-world-holder The response when a world argument is not a registered world.
invalid-booster-type The response when a user puts an invalid or disabled booster type into a command.
invalid-time The response when a player inputs an invalid time argument.
generic-list-header-self The header for the list command when the target is yourself and no booster is selected.
generic-list-header-other The header for the list command when the target is not yourself and no booster is selected.
generic-no-boosters-active-self The message in the list command when the target is yourself,
no booster is selected, and you have no boosters active.
generic-no-boosters-active-other The message in the list command when the target is not yourself,
no booster is selected, and you have no boosters active.
other-relevant-boosts The header for the other relevant boosts section when viewing a players boosts.
If a player has no other relevant boosts, this will not be used.
no-booster-at-index The message if the targetted holder has no booster at the selected
index when using the stop command.
stopped-booster The response after a booster is successfully stopped.