Update README.md
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user