nwesterhausen / valheim-discordconnector

A plugin to connect a Valheim server to a discord webhook.
https://discord-connector.valheim.games.nwest.one/
MIT License
27 stars 13 forks source link

Gendered Messages based on Player Skin #90

Open nwesterhausen opened 3 years ago

nwesterhausen commented 3 years ago

lime1811 on Nexus:

Cool mod, if you can find out the gender of the character (male, female). I want to split messages for different genders "Player join".

CruxCraft commented 3 years ago

Edit: removed first thing I said as could develop into a conversation that is outside of Valheim

That being said, it still sounds like a great feature if it is possible to read the character file and pull information from it such as gender, skill levels, set spawn location, etc. If I used anything like that for a custom message, it would probably be skill levels.

Time spent on the server would be a very interesting stat to keep track of as well for custom messages.

Maybe some of these features might do better as an add-on if that is possible? You could have a mod that logs things like deaths, pings, shouts, joins, leaves, time spend on the server, etc. Then DC reads that information when requested for a message. Unless it's easier to just keep it all in the same project. I'm just thinking "out loud"