Player List

Welcome!

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

SignUp Now!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

Kane

Well-known member
Joined
Jan 30, 2018
Messages
32
How about a plug-in that will list currently online players? Cluster support? Perhaps integrating it into the PrivateMessage Api?

Kane
 
you can basically do this with steam by pressing Shift + tab and clicking players online.
 
Well what im looking for is some information to go along with the private messaging api and the improved commands API. Essentially any API that required the use of Steam ID's, Tribe ID's, character player names etc, its not entirely easy to get some of that info, I have yet to find a way to easily get the tribe ID's.

for example:
  • DoRespec <steam id>: Force respec (mindwipe) of a character.
    Example: DoRespec 12345678912345678

  • DestroyAllStructuresForTeamId <team id>: Destroys all structures owned by a player or team.
    Example: DestroyAllStructuresForTeamId 123456789
or /pm <CharacterName> <Message>


Kane
 
Well what im looking for is some information to go along with the private messaging api and the improved commands API. Essentially any API that required the use of Steam ID's, Tribe ID's, character player names etc, its not entirely easy to get some of that info, I have yet to find a way to easily get the tribe ID's.

for example:
  • DoRespec <steam id>: Force respec (mindwipe) of a character.
    Example: DoRespec 12345678912345678

  • DestroyAllStructuresForTeamId <team id>: Destroys all structures owned by a player or team.
    Example: DestroyAllStructuresForTeamId 123456789
or /pm <CharacterName> <Message>


Kane
install Extended RCON and use GetTribeIdOfPlayer <SteamID>
 
so what yer saying is someone making an api strictly for tribe n player information is not gunna happen? :D
 
i have made it and its in the approval queue Michidu will approve it in some hours
 
I wish I could understand how to utilize this API. I used to be a coder back in the day but have 0 experience with C++ (showing my age here) lol. If yer ever interested in teaching someone how to use the api in regards to creating, please hit me up! TY

Kane
 
I wish I could understand how to utilize this API. I used to be a coder back in the day but have 0 experience with C++ (showing my age here) lol. If yer ever interested in teaching someone how to use the api in regards to creating, please hit me up! TY

Kane

we plan on adding full detailed tutorials / videos about creating plugins / basic functionality of the api and maybe even a doc sections explaining all the api tools and functions ect
 
we plan on adding full detailed tutorials / videos about creating plugins / basic functionality of the api and maybe even a doc sections explaining all the api tools and functions ect

Oh I love this idea, can't wait to get my feet wet :)

Kane
 
Back
Top