mirror of
https://github.com/mgerb/ServerStatus
synced 2026-01-11 11:42:50 +00:00
update for felmyst
This commit is contained in:
@@ -1,33 +1,18 @@
|
|||||||
{
|
{
|
||||||
"Token": "your_bot_token_id",
|
"Token": "your bot token",
|
||||||
"RoomIDList": ["id_1", "id_2", "id_3"],
|
"RoomIDList":["room id's goes here"],
|
||||||
"RoleToNotify": "@Elysium",
|
"RoleToNotify": "@Elysium",
|
||||||
"GameStatus": "current playing game",
|
"GameStatus": "current playing game",
|
||||||
"Servers": [
|
"Servers": [
|
||||||
{
|
{
|
||||||
"Name": "Elysium PvP",
|
"Name": "Felmyst Logon Server",
|
||||||
"Address": "149.202.207.235",
|
"Address": "game.felmyst.com",
|
||||||
"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",
|
|
||||||
"Port": 3724
|
"Port": 3724
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "Felmyst Game Server",
|
||||||
|
"Address": "108.61.153.42",
|
||||||
|
"Port": 8086
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -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.
|
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.
|
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
|
## Configuration
|
||||||
|
|
||||||
- Download the latest release [here](https://github.com/mgerb/ServerStatus/releases)
|
- Download the latest release [here](https://github.com/mgerb/ServerStatus/releases)
|
||||||
|
|||||||
Reference in New Issue
Block a user