Discordbot that showing the player count

If you want a discordbot to show player count you can just make a request to /dynamic.json endpoint on your server and display that

For more info see

2 Likes

or are you talking about a !status command?

1 Like

Will try test it out. Thanks.
Will get back to you, if it works as intended.

Sooo, nothing happend. Added the /dynamic.json in the endpoint.
But the help you send me, is for a website, not a discordbot. :slight_smile:

1 Like

This image is taken from another Discord, just for an example.
You see that they have 0 players online out of 64
The bot shows it, not a channel. :wink:
players

The best one

1 Like

Not really what I was looking for. Have already have that bot installed.
Guess that’ll do for now. :slight_smile:
Thanks anyway. :slight_smile:

Found exactly the script I was looking for!
Anyway, thank you all for trying to help.

If anyone else need the script I was looking for.

Here it is:

2 Likes

Did you figure out how to set it up? I can not for life of me figure out how to configure this and set up the bot.

1 Like

Can somenone telle how to make the online status and player count pn website ?

can u share the script? the post already gone… thanks

Hey, feel free to use my bot.
There are instructions on, how to download and use.
If you’re in trouble with something, feel free to write here and i’ll help you.
Download link: github

here:

the github link is gone now, do you have another?

1 Like

anyone got the new link?

need to pay…

You can use fetch. FiveM Server has api with player list and server data.

URL’s:

http://ip:port/dynamic.json - this json returning minimal data (server name, players, max players etc.)
http://ip:port/players.json - this json returning players with info (nick, ping, identifiers etc.)
http://ip:port/info.json - this json returning server data from fivem list (tags, logo etc.)

1 Like

Did you ever figure this out? Im currently trying to make this happen as well.