2.5 KiB
DayZ R. Bot 
A general purpose Discord Bot to handle DayZ Killfeed, stats, alarms and factions' armbands and more using Nitrado Log files.
Explore the docs »
Built With
About The Project
Originally just a simple project to have factions select their armbands, and track that in the Discord. With the increasing difficulty of other DayZ killfeed bots, I
expanded this project to include the killfeed, alarms, banking, and much much more.
Getting Started
The bot requires minimal setup to get started.
Prerequisites
-
Create your Discord Bot and get the private token for later configuration. Invite this bot to your desired discord server.
-
You'll need some important private information from your Nitrado account for later configuration.
i. Your Nitrado user ID
ii. Your DayZ Nitrado server ID
iii. Create and Copy your Nitrado authentication token. -
You'll need to setup an instance of MongoDB. You can use the cloud platform, MongoDB Atlas, or create your own instance locally.
i. Create your MongoDB Altas instance.
ii. Create your local MongoDB server instance.
After this, you'll need to get your MongoURI from your database instance, as well as your database name for later configuration.
Installation
- Clone the repo
$ git clone https://github.com/SowinskiBraeden/dayz-reforger.git
$ cd dayz-reforger
- Rename
.env.exampleto.env
- Enter desired values into
.env
token='Your Discord Bot token'
mongoURI='Your mongodb URI'
dbo='Your mongodb database'
SERVER_ID='Your Nitrado server ID'
USER_ID='Your Nitrado user ID'
AUTH_KEY='Your Nitrado Auth Token'
GuildID='Your Discord Guild ID'
Contact
Braeden Sowinski - @BraedenSowinski - sowinskibraeden@gmail.com - @mcdazzzled on Discord
Project Link: https://github.com/SowinskiBraeden/dayz-reforger