webhook_settings:
enabled: false # Enable or disable the webhook system
url: "https://discord.com/api/webhooks/WEBHOOK_ID/WEBHOOK_TOKEN" # Discord webhook URL
use_embed: true # Send it as embed (true) or plain text (false)
content: |
Claim of %player% in %world% at %x%, %y%, %z% has expired and was deleted!
embed:
title: "" # Embed title
description: | # Embed description (supports placeholders)
> # ⏰ Claim Time Expired / Deleted!
> **Player**: `%player%`
> **World**: `%world%`
> **Coordinates**: `%x%, %y%, %z%`
color: "#FF0000" # Embed color (hex format)
footer: "NClaim Advanced Chunk-Based Claim System" # Text shown in the embed footer
timestamp: true # Add the current timestamp to the embed
image: "" # Image URL to display in the embed (optional)
thumbnail: "" # Thumbnail image URL (optional)
mention: "" # Mention a user or role (e.g., <@&ROLE_ID>, leave empty for none)