Player Counter Bot

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Default01

Supporter Rank
Joined
Aug 24, 2018
Messages
353
PlayerCounter Bot

This is a Maintained version of the PlayerCounter @Faka made, There now will be frequent updates and changes to keep the bot up to date with the latest discord features!

View attachment 4616
Preview ^
Future Updates:
  • Bot compiled into an Executable.
  • A list of per server online/offline status with player count embed.
  • Online player list with player names and other details.
  • More to come! (Join my discord server to send some suggestions!)

Setup & Configuration:
JSON:
{
    "BotToken": "",
    "BotStatusText": "{usersOnline} players online",
    "PLAYING_LISTENING_STREAMING_WATCHING": "WATCHING",
    "Servers": [
        {
            "IP": "138.99.211.16",
            "RconPort": 32338,
            "AdminPassword": ""
        },
        {
            "IP": "138.99.211.16",
            "RconPort": 32338,
            "AdminPassword": ""
        }
    ]
}

With this bot you need to follow a few steps to get this bot to work!

Go to https://discordapp.com/developers/applications/

Step 1. Create a new application and give it a name
View attachment 4613

Step 2. Copy the bot token into the config.json file and turn on the intents
View attachment 4614

Step 3. Invite the bot to your discord server.
View attachment 4615

Now you should have your bot online when you run the bot. If you dont have node.js please join the support server to get more help with that!
 
Last edited:
Default_NL updated Player Counter Bot with a new update entry:

V1.0.4

Diff:
+ Added list player names option.
+ Added Connect link to servers.
+ Fixed empty servers from showing '1 Players'.

Changes Preview:
unknown.png

Read the rest of this update entry...
 
Back
Top