R2Spyglass / IMC.Spyglass

A curated, global player reports database with configurable automated sanctions.
9 stars 3 forks source link

Add callback for third party mods to override sanctions. #2

Open Erlite opened 2 years ago

Erlite commented 2 years ago

Basically have an array of callbacks to call prior to giving a player the default sanction. Mods should be able to prevent Spyglass from giving the default sanction (probably return true to override it). Local array of callbacks, global functions to register callbacks to it.

Erlite commented 2 years ago