ChimpGamer / NetworkManager

NetworkManager Stuff
8 stars 8 forks source link

New features for DiscordBot Extension #88

Closed lucian929 closed 3 years ago

lucian929 commented 3 years ago

Is your feature request related to a problem? Please describe. I want to be able to remind players to join our discord and give them rewards.

Describe the solution you'd like Two things:

1 - Execute commands (proxy or server side, server side will be more important for me.) when the player links their account 2 - Send a message or execute a command when the player does not have their account linked

Describe alternatives you've considered I don't think there are any at the moment sadly

Additional context Add any other context or screenshots about the feature request here. N/A

ChimpGamer commented 3 years ago

This has been implemented in the latest version of NetworkManager and the DiscordBot. Point 1 has been added to the DiscordBot. Point 2 has sort of been realised by adding conditions to Announcements. Using the conditions you can send announcements based on a placeholder value. With the %discord_is_registered% placeholder you can send the message the players if the value is false.