discord.yml

default discord.yml

bots-profiles:
  bot-example:
    enabled: false
    token: ""

message-embeds:
  embed-example:
    content: "> `🛒` ¡OH! __**META GLOBAL**__: *%collected%$*|||||**%meta%$** 🎉"
    title: "🔔 ChampiCraft ¡Nueva Compra!:link:https://tienda.champicraft.net"
    description: "> Cada granito de arena nos ayuda.\n ||||| `🌎` **Modalidad:** %server%\n ||||| `👤` **Comprador:** %player%\n ||||| `📬` **Paquete:** `%packet%`\n ||||| `💰` **Precio:** `%price%`"
    footer: "ChampiCraft Network"
    footer_icon: "https://i.imgur.com/IjMOnlW.png"
    color: "#fa3718"
    thumbnail: "https://minotar.net/bust/%player%/100.png"

custom-images:
  image-example:
    size: "1024x500"
    background:
      type: "FILE"
      source: "banner.png"
    components:
      componenttext:
        type: "TEXT"
        text: "%player%!"
        color: "#d47e1c"
        font: "Arial"
        shadow: true
        gradient:
          enabled: true
          type: "LINEAR" #DIFERENTES TIPOS COMO LINEAR, RADIAL
          color:
            - "1:#0afa5e:40%"
            - "2:#769af5:30%"
            - "3:#a81b93:30%"
        contour:
          enabled: true
          color: "#000000"
          size: 0.3
        x: 15
        y: -18
        priority: 1
        size: 4
      componenttext3:
        type: "TEXT"
        text: "META MENSUAL"
        color: "#d2f7f4"
        font: "Arial"
        shadow: true
        x: 15
        y: 0
        priority: 1
        size: 5
      componenttext2:
        type: "TEXT"
        text: "[%collected%$ | %meta%$]"
        color: "#d2f7f4"
        font: "Arial"
        shadow: true
        x: 15
        y: 27
        priority: 1
        size: 5
      component1:
        type: "URL"
        link: "%player_avatar_head%"
        x: -30
        y: 0
        priority: 0
        size: 18

Last updated