==================================================
CobbleSpawnAlert Reforged - Config Comments
==================================================

[main]

pokemonInfoUi
- Client UI settings for Pokemon spawn alerts.

mode
- LEGACY_ONLY : current alert only
- UI_ONLY     : simplified alert + UI
- HYBRID      : current alert + UI

renderMode
- SPRITE_2D : 2D image
- MODEL_3D  : 3D model render

anchor
- Possible values:
  - TOP_LEFT
  - MIDDLE_LEFT
  - BOTTOM_RIGHT

messages
- showWorldLoadChatMessage: displays or hides the join/world-load chat message with help, next update and useful links.



sounds
- volume: global volume for classic Pokémon alert sounds.
- pitch: global pitch for classic Pokémon alert sounds.


[server]

server.json now keeps server gameplay settings only.
Discord webhook settings were moved to webhooks.json.


[webhooks]

discord.enabled
- Enables or disables all Discord webhooks globally.

discord.defaultWebhookUrl
- Main fallback webhook URL.
- Used when a specific alert webhook URL is empty.

spawnAlerts / captureAlerts / outbreakAlerts / safariAlerts
- enabled: enables or disables this webhook category.
- webhookUrl: optional dedicated webhook URL for this category.
- If webhookUrl is empty, CSAR falls back to defaultWebhookUrl.

nameDisplayMode
- EN_ONLY   : English only
- FR_ONLY   : French only
- EN_AND_FR : English then French
- FR_AND_EN : French then English

allowClassicSpawnAlerts: Allows Pokémon spawned by Mass Outbreak waves to also trigger normal CSAR spawn alerts. Warning: can cause heavy chat/webhook flood.
