diff --git a/docs/Killswitches.md b/docs/Killswitches.md index 8864f96c..8b6c9398 100644 --- a/docs/Killswitches.md +++ b/docs/Killswitches.md @@ -94,13 +94,16 @@ The current recognised (to EDMC and its internal plugins) killswitch strings are | :------------------------------------------- | :---------------------: | :---------------------------------------------------------------------------------------- | | `plugins.eddn.send` | eddn | Disables all use of the send method on EDDN (effectively disables EDDN updates) | | `plugins..journal` | eddn, inara, edsm, eddb | Disables all journal processing for the plugin | -| `plugins..worker` | edsm, inara | Disables the plugins worker thread (effectively disables updates) (does not close thread) | +| `plugins..worker` | edsm, *inara | Disables the plugins worker thread (effectively disables updates) (does not close thread) | | `plugins..worker.` | edsm, inara | Disables the plugin worker for the given eventname | | `plugins..journal.event.` | eddn, inara, edsm | Specific events to disable processing for. | Killswitches marked with `*` do **not** support modification of their values via set/redact/delete. And as such any match will simply stop processing. +For `plugin.inara.worker`, events are checked individually later by the eventname version. Use that to modify individual +inara events + ## File location The main killswitch file is kept in the `releases` branch on the EDMC github repo. The file should NEVER be committed to