Now, you can customize Discord embeds to your own needs.
Code (YAML):
# The message to send when a MythicMob spawns. # Variables: # {mob} - The name of the mob. # {health} - The health of the mob. # {damage} - The damage of the mob. # {armor} - The armor of the mob. # {world} - The world of the mob. # {x} - The x coordinate of the mob. # {y} - The y coordinate of the mob. # {z} - The z coordinate of the mob. # {newline} - A new line. discordMessage:
text: ""# The text to send in the discord message. embed: # The embed to send in the discord message. enabled: false
# Whether to send an embed in the discord message. title: ""# The title of the embed. description: ""# The description of the embed. color: # The color of the embed. Hex color code. image: # The image of the embed. enabled: false
# Whether to send an image in the embed. url: ""# The URL of the image. timestamp: true
# Whether to show the timestamp in the embed.