-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust default configuration for public use
- Loading branch information
1 parent
febca00
commit a89789c
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
webhook_url: https://discord.com/api/webhooks/0/0 | ||
online_msg: The Minecraft Server is now <:online:956828637196345344> **Online**, you can join on 1.18.2 with the IP `product-dead.craft.playit.gg`. | ||
offline_msg: The Minecraft Server is now <:offline:956829544281669715> **Offline**, see you later! | ||
# =============================== # | ||
# MCStatusHook Configuration File # | ||
# =============================== # | ||
# NOTE: webhook_url MUST be changed to your webhook URL otherwise the plugin will not work. | ||
webhook_url: "https://discord.com/api/webhooks/0/0" | ||
online_msg: "The Minecraft Server is now :green_circle: **Online**, you can join on 1.18.2 with the IP `product-dead.craft.playit.gg`." | ||
offline_msg: "The Minecraft Server is now :red_circle: **Offline**, see you later!" |