# min-score: The minimum score a chunk must have to be considered for alerting
min-score: 100
# chunk-cooldown: The cooldown period (in seconds) after which a chunk can trigger a new alert
chunk-cooldown: 120
# alert-cooldown: The cooldown period (in seconds) between alerts for any chunk
alert-cooldown: 30
# alert-permission: The permission node required to receive chunk alerts
alert-permission: eliteinsights.alerts
# alert-message: The message format for chunk alerts. Use {x}, {z}, {coordX}, {coordZ}, {world} and {score} as placeholders.
alert-message: "&6[EliteInsights] &eChunk (&a{x}&e, &a{z}&e) at (&a{coordX}&e, &a{coordZ}&e) in world &a{world}&e has a load score of &a{score}&e!"
# alert-message-hover: The hover text format for chunk alerts. Use {x}, {z}, {coordX}, {coordZ}, {world} and {score} as placeholders.
alert-message-hover: "Click to Teleport to Chunk\n({x}, {z}) at ({coordX}, {coordZ}) in world {world}\nLoad Score: {score}"
discord:
enabled: true
webhook-url: "https://discord.com/api/webhooks/your-webhook-url"
alert-title: "Chunk Alert!"
alert-description: "Chunk ({x}, {z}) at ({coordX}, {coordZ}) in world {world} has a load score of {score}!"
alert-color: "#FF4500"
alert-footer: "EliteInsights Chunk Alert"
