Skip to content

Configuration

All of the configuration files for Poke Power are located in the <game_directory>/config/poke_power/ directory.

Configuration files:

  • server.toml - This file contains the server-side configuration options for the Poke Power mod.
server.toml
#Server Config
[server]
powerPerPokeLevel = 50

This option determines how much power is generated per level of the Pokémon used in the Poke Power Block. The default value is 50, and it must be greater than 1. Adjust this value to balance the power generation according to your server’s needs.

  • Default: 50
  • Range: > 1