PlayerCounter Bot
Preview ^
- Player Count in bot status.
- Embed with server status.
- Embed with player names.
- Direct connect link in embed.
Setup & Configuration:
JSON:
{
"account": {
"email": "String" // Here you use the same email as you used to register your bots/plugins.
},
"BotToken": "Token", // Place your Bot Token here.
"BotStatusText": "{usersOnline} players online", // This String will be the bot status text.
"PLAYING_LISTENING_STREAMING_WATCHING": "WATCHING", // Set the bot status, options: PLAYING, LISTENING, STREAMING, WATCHING.
"Prefix": "!", // Bot prefix (Not in use currently).
"CounterEmbed": {
"title": "__SERVER STATUS__", // Embed title.
"description": "Embed Description", // Embed description.
"color": "#ffffff", // Embed color.
"image": "", // Embed image. (must end with .png or .jpg)
"timestamp": true // Enable or Disable embed timestamp.
},
"OnlineEmoji": "✅", // Emoji to display when server is online.
"OfflineEmoji": "❌", // Emoji to display when server is offline.
"TotalEmoji": "🌐", // Emoji for total players.
"FixedCountChannelID": "911614084137488414", // Channel ID for the counter embed.
"UpdateEveryXSeconds": 30, // Embed refresh interval. (lower values can result in rate limits)
"Servers": [
{
"Name": "Ragnarok", // Server display name.
"IP": "", // Server IP.
"RconPort": 6000, // Server Rcon port.
"AdminPassword": "" // Server Rcon Password.
}
]
}
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!
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!