Skip to content

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.toml
#Hud Configuration
[hudConfig]
disableInGameOverlay = false

Allows configuration of the in-game overlay for Breathers.

A boolean value that determines whether the in-game overlay for Breathers is disabled or not.

  • Type: boolean
  • Default: false
server.toml
#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 = 2000

General configuration options for Cobblemon Breathers.

An integer that determines how much air supply is recovered per tick when the player is not underwater.

  • Type: integer
  • Default: 50
  • Range: > 1

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

Allows configuration of the ReBreather effects.

A boolean value that determines whether the ReBreather effect should show ambient particles.

  • Type: boolean
  • Default: false

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.

A boolean value that determines whether the ReBreather Upgrade enchantment should disable the ReBreather effect.

  • Type: boolean
  • Default: false

How much air supply is added to the ReBreather when the ReBreather Upgrade enchantment is at level 1.

  • Type: integer
  • Default: 200
  • Range: > 1

How much air supply is added to the ReBreather when the ReBreather Upgrade enchantment is at level 2.

  • Type: integer
  • Default: 800
  • Range: > 1

How much air supply is added to the ReBreather when the ReBreather Upgrade enchantment is at level 3.

  • Type: integer
  • Default: 2000
  • Range: > 1