Skip to content

A DayZ bot to display your leaderboard in Discord using the CFTools API

License

Notifications You must be signed in to change notification settings

WolfPackGG/dayz-leaderboard-bot

 
 

Repository files navigation

DayZ Leaderboard Bot

GitHub license GitHub issues GitHub forks GitHub stars

A DayZ bot writting in Javascript to display your leaderboard using the CFTools Cloud API.

Demo

Come try the bot yourself in our official support server! Demo

Step-by-step Video Guide

The people at Custom DayZ Services were kind enough to provide us with a step-by-step video guide/tutorial on how to set up the bot and get it online & responsive. The video is located in our support server on Discord.

Click me after joining to jump to guide!

Technologies Used

Prerequisites

  • Node.js
    1. Head over to the download page
    2. Download the latest LTS available for your OS
    3. Be sure to check the box that says "Automatically install the necessary tools" when you're running the installation wizard
  • A Discord Bot account
    1. Head over to the page linked above
    2. Click "New Application" in the top right
    3. Give it a cool name and click "Create"
    4. Click "Bot" in the left hand panel
    5. Click "Add Bot" -> "Yes, do it!"
    6. Click "Rest Token" and copy it to your clipboard, you will need it later

Installation

  1. Download the latest release here
  2. Extract/unzip the downloaded compressed file into a new folder
  3. Open a command prompt in the project root folder/directory
    • On Windows you can type cmd.exe in the File Explorer path
    • Root folder structure:
      • commands/
      • local_modules/
      • .env.example
      • index.js
      • etc...
  4. Run the command npm install
  5. Copy-paste the .env.example file in the same directory and re-name the created file to .env
  6. Open the .env file and fill in your values
    • CLIENT_ID: Can be grabbed by creating a new application in your Discord Developer Portal
    • DISCORD_BOT_TOKEN: After creating your bot on the link above, navigate to Bot in the left-side menu to reveal your bot-token
    • CFTOOLS_API_APPLICATION_ID: Application ID from your CFTools Developer Apps - Authorization has to be granted by navigating to the Grant URL that's displayed in your app overview
    • CFTOOLS_API_SECRET: Same as above, click Reveal Secret
    • CFTOOLS_SERVER_API_ID: Click Manage Server in your CF Cloud Panel
  7. Add the bot to your server by using the following link: (Replace CLIENT-ID with your CLIENT_ID from before) https://discord.com/api/oauth2/authorize?client_id=CLIENT-ID&permissions=0&scope=bot%20applications.commands
  8. Run the command node . in the project root folder/directory or npm run start if you have PM2 installed to keep the process alive.

FAQ

How do I create the Discord bot account?

Check out this video by The Coding Train

Is any specific set-up required to use this?

Yes. Your DayZ server has to be connected to the CFTools Cloud API and needs the GameLabs integration mod.

License

MIT

About

A DayZ bot to display your leaderboard in Discord using the CFTools API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Shell 1.1%