Skip to content

cyrax-dev/DayzMonitorBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub top language PyPI - Python Version GitHub License

Discord bot for monitoring DayZ servers

The bot takes information from the Dayz server through the Query port

🚀 Opportunities

  • 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).

📋 Requirements

Software required Installation link
Python Download the installer from the official website ↗
Python installation View instructions on YouTube ↗
Discord Token Create a Discord app ↗

💥 Installation

  • 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

➕ Customisation

The bot settings are located in the settings folder in the servers.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"
  }
]

🎉 Launch

To start the bot, run the start.bat or .exe file