You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main idea is to create a command like ?players when you type it anywere and it gather the playersonline table and shows the players online.
We could do via RCON ?players in a server channel and it will send the current server players what could be nice too is that if we send ?players S1 it shows the players on S1.
To make this you will surely need :
My side create a script that puts the rcon login and passwd
Get the rcon login, pass
Found wich channel it is in the case you do it in a server channel
Found wich server id it is depending on the request
If it's a general request use the database
Maybe add a serverRegirster command who add the server bounded to the channel id in the database so we can user ?players rcon on a new server
The text was updated successfully, but these errors were encountered:
The main idea is to create a command like
?players
when you type it anywere and it gather the playersonline table and shows the players online.We could do via RCON
?players
in a server channel and it will send the current server players what could be nice too is that if we send?players S1
it shows the players on S1.To make this you will surely need :
My side create a script that puts the rcon login and passwd
Get the rcon login, pass
Found wich channel it is in the case you do it in a server channel
Found wich server id it is depending on the request
If it's a general request use the database
Maybe add a serverRegirster command who add the server bounded to the channel id in the database so we can user ?players rcon on a new server
The text was updated successfully, but these errors were encountered: