config.yml

default config.yml

#
#   ██████╗░███████╗░█████╗░███╗░░██╗░██████╗
#   ██╔══██╗██╔════╝██╔══██╗████╗░██║██╔════╝
#   ██████╦╝█████╗░░███████║██╔██╗██║╚█████╗░
#   ██╔══██╗██╔══╝░░██╔══██║██║╚████║░╚═══██╗
#   ██████╦╝███████╗██║░░██║██║░╚███║██████╔╝
#   ╚═════╝░╚══════╝╚═╝░░╚═╝╚═╝░░╚══╝╚═════╝░
#
# https://discord.gg/dxmXP3WWdW
# https://happy-dev-1.gitbook.io/beansdonations


license: ''

store:
  enabled: false
  type: "TEBEX"

tebex-options:
  save-data-mode: false
  ignore-warnings: false
  secretKey: ""
  publicKey: ""
  actions:
    actionExample:
      enabled: false
      conditions:
        - "%packetId% == 103012"
      action:
        - "[setVariable] varBase:%server% newVar:Survival%space%PvP"
  packets:
    #packet id | message id
    #__global__ for all packets
    __global__: "global"
    #<packetId>: "vip"

default_skin: 'ChampiCow' #default skin given to non-premium players or players with no associated skin

data:
  goal:
    enabled: true
    meta: 500
    options:
      type: "CONFIGFILE"
      database:
        jdbc: ""
        user: ""
        password: ""
      discord: #configuration for the bot that will be able to handle the meta data
        enabled: false
        bot: 'bot-example'

    #type: "DATABASE" // saves the information in the database
  store:
    enabled: false
    options:
      type: "CONFIGFILE"
      database:
        jdbc: ""
        user: ""
        password: ""


rainbow_message:
  input:
    - 'gg'
  format: '%player%: %message%'
  duration: 8


messages:
  global:
    rainbow_msg: true
    discord:
      enabled: false
      bot-profile: 'bot-example'
      channel-id: ''
      message-embed: 'embed-example'
      custom_settings:
        buttons:
          '1':
            label: '💎 Click para comprar'
            url: 'https://tienda.champicraft.net'
        message_image:
          type: 'URL'
          link: '%customimage_image-example%'
    global: true
    blacklisted_servers:
      - 'serverExample'
    CHAT:
      enabled: true
      header: '&8&n+-----------------------------------+'
      footer: '&8&n+-----------------------------------+'
      content:
        - '%head_1% &c&lChampi&f&lCraft &e¡Nueva Compra!'
        - '%head_2%'
        - '%head_3% &8&l| &aModalidad: &7%server%'
        - '%head_4% &8&l| &aComprador: &7%player%'
        - '%head_5% &8&l| &aPaquete: &7%packet%'
        - '%head_6% &8&l| &aPrecio: &7%price%'
        - '%head_7% &8&l| %bar% &8[&7%collected%$ &f| &a%meta%$&8]'
        - '%head_8% &8&l| &bhttps://tienda.champicraft.net'
        - '&8&l| &eEscribe en chat &f"GG" &epara celebrar.'
    ACTION_BAR:
      enabled: true
      content:
        - '&a%player% ha donado!'
    TITLE:
      enabled: true
      content:
        - '&b&l%player% ha donado!'
        - '&b%packet% en %server%'

#
# ██╗░░██╗░█████╗░██████╗░██████╗░██╗░░░██╗
# ██║░░██║██╔══██╗██╔══██╗██╔══██╗╚██╗░██╔╝
# ███████║███████║██████╔╝██████╔╝░╚████╔╝░
# ██╔══██║██╔══██║██╔═══╝░██╔═══╝░░░╚██╔╝░░
# ██║░░██║██║░░██║██║░░░░░██║░░░░░░░░██║░░░
# ╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░░░░╚═╝░░░
#

Last updated