diff --git a/config.template.json b/config.template.json index 839c7f2..d085bb8 100644 --- a/config.template.json +++ b/config.template.json @@ -1,33 +1,18 @@ { - "Token": "your_bot_token_id", - "RoomIDList": ["id_1", "id_2", "id_3"], + "Token": "your bot token", + "RoomIDList":["room id's goes here"], "RoleToNotify": "@Elysium", "GameStatus": "current playing game", "Servers": [ { - "Name": "Elysium PvP", - "Address": "149.202.207.235", - "Port": 8099 - }, - { - "Name": "Zethkur PvP", - "Address": "151.80.103.221", - "Port": 8093 - }, - { - "Name": "Anathema PvP", - "Address": "149.202.211.5", - "Port": 8095 - }, - { - "Name": "Darrowshire PvE", - "Address": "164.132.233.125", - "Port": 8097 - }, - { - "Name": "Elysium Authentication Server", - "Address": "logon.elysium-project.org", + "Name": "Felmyst Logon Server", + "Address": "game.felmyst.com", "Port": 3724 + }, + { + "Name": "Felmyst Game Server", + "Address": "108.61.153.42", + "Port": 8086 } ] -} \ No newline at end of file +} diff --git a/readme.md b/readme.md index ce9e22c..4a8d21d 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,9 @@ This bot will send a chat notification when the status of a server changes. I originally made this bot the check if private World of Warcraft servers were up or not. This bot is actually much more useful than that and can be used for any type of server. +### Note - updated for Felmyst server! +The config template contains IP/Ports for the new Felmyst game and logon servers + ## Configuration - Download the latest release [here](https://github.com/mgerb/ServerStatus/releases)