From 3c22aad2542fcfbaa87c8feb450203551c8e382c Mon Sep 17 00:00:00 2001
From: David Muckle <dvdmuckle@dvdmuckle.xyz>
Date: Sat, 22 Feb 2025 17:52:22 -0500
Subject: [PATCH] Update PLUGINS.md with new info about Powerplay in `state`

---
 PLUGINS.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/PLUGINS.md b/PLUGINS.md
index 69f7934e..da7303f4 100644
--- a/PLUGINS.md
+++ b/PLUGINS.md
@@ -688,6 +688,7 @@ Content of `state` (updated to the current journal entry):
 | `StationName`[3]      |       `Optional[str]`       | Name of the station we're docked at, if applicable                                                              |
 | `MarketID`[3]         |       `Optional[str]`       | MarketID of the station we're docked at, if applicable                                                          |
 | `StationType`[3]      |       `Optional[str]`       | Type of the station we're docked at, if applicable                                                              |
+| `Powerplay`           |           `dict`            | `dict` of information on Powerplay
 
 [1] - Contents of `NavRoute` not changed if a `NavRouteClear` event is seen,
 but plugins will see the `NavRouteClear` event.
@@ -836,6 +837,12 @@ the 'Body' name value.
 
 `StationName`, `MarketID`, and `StationType` added to the `state` dictionary.
 
+New in version 5.13.0:
+
+`state` now has `Powerplay`, a `dict` including `Rank`, `Merits`, `Power`,
+`TimePledged`, and `Votes`. `Votes` should only be populated if playing in
+legacy mode, as it is no longer a concept in the current version of the game.
+
 ___
 
 ##### Synthetic Events