Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture and display SteamID and IP? #191

Open
brianmiller opened this issue Mar 21, 2023 · 6 comments
Open

Capture and display SteamID and IP? #191

brianmiller opened this issue Mar 21, 2023 · 6 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@brianmiller
Copy link

Is it possible to send the steam id and IP for the user connected? This would be helpful during kicking/banning assessment.

@nwesterhausen
Copy link
Owner

I'm not sure that DiscordConnector see's the connecting player's IP address when it sees the join happen. But I will investigate.

@nwesterhausen nwesterhausen added the enhancement New feature or request label Mar 25, 2023
@brianmiller
Copy link
Author

I'm not sure that DiscordConnector see's the connecting player's IP address when it sees the join happen. But I will investigate.

Thanks for the reply and consideration. If I had to choose, the Steam ID is more important. Fantastic utility, we're using it for all of our public worlds now.

@nwesterhausen
Copy link
Owner

I have good news for you, the SteamID is already available to be sent with any of the player messages. If you edit the discordconnector-messages.cfg under '[Messages.Player]', any of those can have the "%PLAYER_ID%" added to show the SteamID.

Messages config reference

@brianmiller
Copy link
Author

I have good news for you, the SteamID is already available to be sent with any of the player messages. If you edit the discordconnector-messages.cfg under '[Messages.Player]', any of those can have the "%PLAYER_ID%" added to show the SteamID.

Messages config reference

Instant smile on my face. Thank you--this is a huge help.

@brianmiller
Copy link
Author

brianmiller commented May 2, 2023

Any chance in getting the client's IP to appear?

@nwesterhausen
Copy link
Owner

I've checked over what's available to discord connector and there isn't an IP address for the connecting client exposed. I don't plan to add this feature; however, I'll accept a pull request that adds this feature.

@nwesterhausen nwesterhausen added the help wanted Extra attention is needed label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants