Skip to content

Configuration (Standard)

StrangeOne101 edited this page Jun 12, 2022 · 1 revision

This is the configuration for all generic stuff in BendingGUI. This can be found in the config.yml file.

Item

This is the item that is given to players when they run /gui. For the name/lore, please go to the [Language Configuration] section.

Item:     
  Enabled: true               # Whether to even use an item or not. If false, running /gui will directly open the menu instead of give an item
  Destroy:
    OnDeath: true             # Destroy the item from inventories when players die (and drop items)
    OnThrow: false            # Destroy the item if they throw it from their inventories
    OnStore: true             # Destroy the item if placed in a generic inventory (hoppers, droppers, etc)
    OnStoreInChests: false    # Destroy the item if placed inside a chest
  Glow: false                 # Make the item have an enchanted glow
  Material: COMPASS           # The material of the item

Display Options

Display:
  ShowSubElementsOnPlayer: false    # If the overview icon (player head) should show subelements or not. Makes the lore like 2x larger, so disabled by default
  ElementDescriptionTrim: 50        # The number of characters before a new line is inserted into element descriptions (when choosing an element)
  AbilityDescriptionTrim: 45        # The number of characters before a new line is inserted into the description of an ability
  PlayerOverviewTrim: 55            # The number of characters before a new line is inserted into overview lore (used when ShowSubs is on)

In-game Admin Options

Admin:
  Alerts: true        # If set to false, will disable login notifications for when something is wrong with BendingGUI

Display Icons

These are the icons used within the choose/rechoose/edit elements menu. The Spirit icons may not be in your config if you do not have Spirits installed

DisplayIcons:
  LightSpirit: WHITE_DYE
  DarkSpirit: PURPLE_DYE
  Air: STRING
  Earth: GRASS_BLOCK
  Chi: STICK
  Water: WATER_BUCKET
  Fire: BLAZE_POWDER

Ability Icons

These are the icons used for abilities. It is recommended to keep all of these as blocks to stay consistent with what the user expects for an ability.

Again, the Spirit elements will not appear unless you have Spirits installed

AbilityIcons:
  SubElement:
    Combustion: NETHERRACK
    BlueFire: NETHERRACK
    Plant: OAK_LEAVES
    Lava: ORANGE_TERRACOTTA
    Metal: IRON_BLOCK
    Sand: SAND
    Blood: RED_TERRACOTTA
    Spiritual: QUARTZ_BLOCK
    Ice: ICE
    Flight: QUARTZ_BLOCK
    Healing: BLUE_TERRACOTTA
    Lightning: NETHERRACK
  Element:
    DarkSpirit: BLACK_GLAZED_TERRACOTTA
    Spirit: BLUE_GLAZED_TERRACOTTA
    LightSpirit: WHITE_GLAZED_TERRACOTTA
    Air: QUARTZ_BLOCK
    Water: BLUE_TERRACOTTA
    Avatar: BEACON
    Earth: GRASS_BLOCK
    Chi: YELLOW_TERRACOTTA
    Fire: NETHERRACK