Main Configuration
The main file: config.yml
Data Settings
Database Configuration
method
Default:
h2
Description: Database method to use. Currently only H2 is supported
Available options:
h2
(H2 embedded database)
save-interval
Default:
60
Description: How often (in seconds) to save data to the database
Console Log Settings
Debug Configuration
debug
Default:
false
Description: Whether to send debug messages to console. Set to
true
for troubleshooting
Number Format Settings
Display Configuration
default-type
Default:
singlenum
Description: Default number notation type to use
Available options:
abbreviated
- Uses letter abbreviations (k, M, B, etc.)singlenum
- Uses comma separators
Abbreviated Notation
Large numbers are displayed with the following abbreviations:
k - Thousands (1,500 → 1.5k)
M - Millions (1,500,000 → 1.5M)
B - Billions (1,500,000,000 → 1.5B)
T - Trillions
Qa - Quadrillions
Qi - Quintillions
S - Sextillions
Sp - Septillions
O - Octillions
N - Nonillions
D - Decillions
And many more large number abbreviations up to Trestrigintillions (TTG)
Single Number Format
separator
Default:
,
Description: Character used to separate thousands (e.g., 1,000,000)
Mobs Configuration
Mob Interaction Settings
hit-mob-distance
Default:
6
Description: Maximum distance (in blocks) a player can be from a mob to hit it
afk-mob-gui
Default:
afk-upgrades
Description: GUI identifier to show when a player is AFK and interacts with mobs
Zones Configuration
Zone Management
no-zone-placeholder
Default:
none
Description: Text to display when a player is not in any zone
zone-gui
Default:
zones
Description: GUI identifier for the zones interface
default-zone
Default:
barn-zone
Description: The default zone new players start in
Zone Order
The zones are ordered as follows:
barn-zone
(default starting zone)
Additional zones can be added to the order list as needed
Rival Pets Configuration
Pet Boost Settings
currency-boost-name
Default:
{currency-name} &7Pets Boost
Description: Display name format for currency boosts from pets
Placeholder:
{currency-name}
- Will be replaced with the actual currency name
Last updated
Was this helpful?