dassjosh / Rust.DiscordSignLogger

MIT License
1 stars 0 forks source link

Feature suggestion: add option to change links to BattleMetric player profiles instead of Steam profiles #2

Open tschetschpi2 opened 1 year ago

tschetschpi2 commented 1 year ago

Reference: https://github.com/dassjosh/Rust.DiscordSignLogger/blob/3e319479c642e0912b5ec75e4ce6fafb1216224e/src/Rust.DiscordSignLogger/Rust.DiscordSignLogger/Configuration/SignMessage.cs#L31-L50

It would be awesome if there was a config setting or other option to change the links from https://steamcommunity.com/profiles/{player.id} and https://steamcommunity.com/profiles/{dsl.entity.owner.id} to https://www.battlemetrics.com/rcon/players?filter%5Bsearch%5D={player.id} and https://www.battlemetrics.com/rcon/players?filter%5Bsearch%5D={dsl.entity.owner.id} respectively for those of us who would prefer to pull up their BattleMetrics player profiles instead.

Thank you for a great plugin!

tschetschpi2 commented 1 year ago

I just found that in the config file this is already possible. So please consider this a request for documentation update mentioning that changing the URLs the buttons point to is possible