Update README.md

This commit is contained in:
2025-08-09 04:18:13 -04:00
parent 134aef7f46
commit b06c10c76a

View File

@@ -26,16 +26,16 @@ A lightweight Minecraft plugin that sends real-time alerts to [ntfy.sh](https://
### `config.yml` ### `config.yml`
```yaml ```yaml
server-name: "NTFYCraft"
ntfy: ntfy:
server: "https://ntfy.sh" server: "https://ntfy.sh" # Default public ntfy.sh server
topic: "minecraft-events" topic: "minecraft-events"
auth: auth:
enabled: false enabled: false
username: "user" username: "user"
password: "pass" password: "pass"
server-name: "NTFYCraft" # Custom variable used in message placeholders
notifications: notifications:
join: true join: true
quit: true quit: true