/Server-Status

Server Status a simple bot script to display a list of Fivem / Redm server’s players on the Discord channel.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Server status

Server Status a simple bot script to display a list of Fivem / Redm server’s players on the Discord channel.

Developed By H_VICTOR#2999

Preview

in channel

Profile

Installation

  1. Download the Project

  2. open cmd in project folder

  3. install the requirements.txt with

pip install -r requirements.txt

Config

open config.json file and edit the values

{
  "TOKEN": "your-token", //Don’t forget that you’ll need to replace the Token
  "prefix": "H!", //Set Your Intended Prefix
  "Server_ip": "Your ip:30120", //Set Your Fivem or Redm Server Ip and Port
  "Channel_id": null, //Do not edit Channel_id
  "Message_id": null, // Do not edit Message_id
  //Do not edit color filters
  "color_filter": [ 
    "^0",
    "^1",
    "^2",
    "^3",
    "^4",
    "^5",
    "^6",
    "^7",
    "^8",
    "^9"
  ]
}

Run and setup

After installation the all requirements and edit config.json file

Follow the steps below :

  1. Create a bot in Discord developer Portal and copy the token to config.json

  2. Set Your Fivem or Redm Server Ip and Port

  3. run the server_status.py

  4. give yourself a administrator role

  5. Use the "[Your-Prefix]set_status #mention-a-channel" command in a channel, Example : H!set_status #general

  6. Done

License

GNU General Public License v3.0