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
Describe what you want to be implemented
Add an API for other plugins to use to log to Discord channels, similarly to how the Smod version had this.
Motivate why this change is needed/appreciated by the community
For certain plugins, logging can be quite useful. Anti-exploit plugins can log when someone is detected to use an exploit. Event plugins can use logs to log the starting and/or ending of server events. It would be very beneficial to both developers and server hosts alike.
The text was updated successfully, but these errors were encountered:
While this is something I think sounds great I am not really sure how it would be best implemented. Ideally the NWAPI would handle this where plugins could communicate with each other indirectly, but I don't think that exists.
Is it possible to have soft dependencies natively in .NET? Aka if an anti-exploit plugin wants to have an option to send discord notifications it shouldn't require all of its users to install scpdiscord, even if they don't use that option.
Also on a side note, does the northwood plugin manager have some way to handle plugin dependencies? As far as I know it only handles third party libraries atm.
Describe what you want to be implemented
Add an API for other plugins to use to log to Discord channels, similarly to how the Smod version had this.
Motivate why this change is needed/appreciated by the community
For certain plugins, logging can be quite useful. Anti-exploit plugins can log when someone is detected to use an exploit. Event plugins can use logs to log the starting and/or ending of server events. It would be very beneficial to both developers and server hosts alike.
The text was updated successfully, but these errors were encountered: