The bot takes information from the Dayz server through the Query port
- Running multiple bots simultaneously - suitable for monitoring several servers at once.
- Customisable text - the ability to change the text about the server state (online/offline).
Software required | Installation link |
---|---|
Python | Download the installer from the official website ↗ |
Python installation | View instructions on YouTube ↗ |
Discord Token | Create a Discord app ↗ |
- 1. Download and install Python
- 2. Take the IP address and Query port of the server
- 3. Create a bot and get a token
- 4. Download the bot source code / or the .exe build
The bot settings are located in the
settings
folder in theservers.json
file
[
{
"name": "ServerName",
"token": "DiscordToken",
"ip": "127.0.0.1",
"port": 2305,
"status_online": "🟢 Online {player}/{slot} | {emoji} {time}",
"status_offline": "🔴 Server OFF"
},
{
"name": "ServerName",
"token": "DiscordToken",
"ip": "127.0.0.1",
"port": 2305,
"status_online": "🟢 Online {player}/{slot} | {emoji} {time}",
"status_offline": "🔴 Server OFF"
}
]
To start the bot, run the start.bat
or .exe
file