Bluesheep33 / Palcord

A Discord bot for Palworld servers
MIT License
1 stars 0 forks source link

allplayers #2

Open Bluesheep33 opened 3 months ago

Bluesheep33 commented 3 months ago

generate a list of all active/inactive players with use of long polling

or alternatively try to subscribe to whenever a player joins and then make an api request (need to be able to parse server console information for this)

Bluesheep33 commented 3 months ago

depends on #3

Bluesheep33 commented 3 months ago

use alternative now that #3 is possible to do. should store all player data in a db -> create db + service/repo/controller

Bluesheep33 commented 3 months ago

depends on #16

Bluesheep33 commented 2 months ago

use the new connect event in palserver api to link username with steam name