Breathers Configuration
All of the configuration files for Cobblemon Breathers are located in the <game_directory>/config/cobblemon_breathers/ directory.
Configuration files:
client.toml- Client side configuration options for Cobblemon Breathers.server.toml- Server side configuration options for Cobblemon Breathers.
Client Configuration Options
Section titled “Client Configuration Options”#Hud Configuration[hudConfig] disableInGameOverlay = falseHud Configuration
Section titled “Hud Configuration”Allows configuration of the in-game overlay for Breathers.
disableInGameOverlay
Section titled “disableInGameOverlay”A boolean value that determines whether the in-game overlay for Breathers is disabled or not.
- Type:
boolean - Default:
false
Server Configuration Options
Section titled “Server Configuration Options”#General Configuration[generalConfig] #How much air supply is recovered per tick when the player is not underwater. # Default: 50 # Range: > 1 airSupplyRecovery = 50
#Max Air Configuration[maxAirConfig] #The maximum air supply for a Mk1 ReBreather. # Default: 300 # Range: > 1 mk1 = 300 #The maximum air supply for a Mk2 ReBreather. # Default: 600 # Range: > 1 mk2 = 600 #The maximum air supply for a Mk3 ReBreather. # Default: 1200 # Range: > 1 mk3 = 1200
#Effect Control Configuration[effectControlConfig] #Whether the ReBreather effect should show ambient particles. showAmbient = false #Whether the ReBreather effect should be visible. visible = false
#Breather Upgrade Enchantment Configuration[upgradeEnchantConfig] #Whether the ReBreather Upgrade enchantment should disable the ReBreather effect. disableEnchantmentEffect = false #How much air supply is added to the ReBreather when the ReBreather Upgrade enchantment is at level 1. # Default: 200 # Range: > 1 levelOneAirAddition = 200 #How much air supply is added to the ReBreather when the ReBreather Upgrade enchantment is at level 2. # Default: 800 # Range: > 1 levelTwoAirAddition = 800 #How much air supply is added to the ReBreather when the ReBreather Upgrade enchantment is at level 3. # Default: 2000 # Range: > 1 levelThreeAirAddition = 2000General Configuration
Section titled “General Configuration”General configuration options for Cobblemon Breathers.
airSupplyRecovery
Section titled “airSupplyRecovery”An integer that determines how much air supply is recovered per tick when the player is not underwater.
- Type:
integer - Default:
50 - Range:
> 1
Max Air Configuration
Section titled “Max Air Configuration”Configuration options for the maximum air supply for each tier of ReBreather.
The maximum air supply for a Mk1 ReBreather.
- Type:
integer - Default:
300 - Range:
> 1
The maximum air supply for a Mk2 ReBreather.
- Type:
integer - Default:
600 - Range:
> 1
The maximum air supply for a Mk3 ReBreather.
- Type:
integer - Default:
1200 - Range:
> 1
Effect Control Configuration
Section titled “Effect Control Configuration”Allows configuration of the ReBreather effects.
showAmbient
Section titled “showAmbient”A boolean value that determines whether the ReBreather effect should show ambient particles.
- Type:
boolean - Default:
false
visible
Section titled “visible”A boolean value that determines whether the ReBreather effect should be visible.
- Type:
boolean - Default:
false
Breather Upgrade Enchantment Configuration
Section titled “Breather Upgrade Enchantment Configuration”Allows configuration of the ReBreather Upgrade enchantment.
disableEnchantmentEffect
Section titled “disableEnchantmentEffect”A boolean value that determines whether the ReBreather Upgrade enchantment should disable the ReBreather effect.
- Type:
boolean - Default:
false
levelOneAirAddition
Section titled “levelOneAirAddition”How much air supply is added to the ReBreather when the ReBreather Upgrade enchantment is at level 1.
- Type:
integer - Default:
200 - Range:
> 1
levelTwoAirAddition
Section titled “levelTwoAirAddition”How much air supply is added to the ReBreather when the ReBreather Upgrade enchantment is at level 2.
- Type:
integer - Default:
800 - Range:
> 1
levelThreeAirAddition
Section titled “levelThreeAirAddition”How much air supply is added to the ReBreather when the ReBreather Upgrade enchantment is at level 3.
- Type:
integer - Default:
2000 - Range:
> 1