Config Breakdown - Neovitalism/BetonMons-Wiki GitHub Wiki

config.yml

Here's the breakdown of the default config:

BetonQuest:
# This section is used to parse the notify keys labeled {3}. These will take the quest objective names and translate them into the text you input.
# If undefined, it'll return the quest objective name. Please do not put periods in your objective names.
  Defeat10Rattatas: "Rattata" # Would end up "Rattata Defeated: {1}/{2}"
Item-Identifiers:
# Item Identifiers are best explained here: https://github.com/Neovitalism/BetonMons-Wiki/wiki/Indentifiers#item-identifiers
  ExampleItem:
    Material: "PIXELMON_POKE_BALL"
    NBT:
      PokeballID: "ultra_ball"
    # CustomModelData: 0

"/betonmons reload" solely reloads this config. The command has the permission betonmons.reload.