Configuration Information

config.yml

These are the details of the values that can be set in the config.yml file.

economy-plugin

The economy plugin BuyXP will use. Possible values are: "Essentials", "iConomy" or "Vault"

price-per-level

The buy and sell costs of experience.

level-cap

  • Enabled - Whether to enable the level cap for all players. True or false.
  • Level - The experience level at which players are capped at.

use-commands

Tells the BuyXP whether to enable command-based purchases. True or False

use-signs

Tells the BuyXP whether to enable sign-based purchases. True or False.

Example Configuration

Old configuration files will automatically generate the new values.

price-per-level:
  buy: 1000.0
  sell: 50.0
level-cap:
  enabled: true
  level: 99
use-commands: false
use-signs: true
economy-plugin: Vault