From e6f2167f755109ac044c404b9355bc47859fa52d Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 17 May 2021 19:13:08 +0100 Subject: [PATCH] Plugins: Move HabZone to new Deprecated list. --- Plugins.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 292411e..0579526 100644 --- a/Plugins.md +++ b/Plugins.md @@ -35,7 +35,6 @@ Available plugins - Confirmed working under Python 3.7+ * [EDMCMagpie](https://gitlab.com/flat-galaxy/mineralmagpie/edmcmagpie) - Feeds the [Mineral Magpie](http://magpie.edhits.space/) data. * [ED Recon](https://github.com/lekeno/edr) - Warn about dangerous commanders and help bounty or powerplay hunters to chase them. * [Exploration Progress](https://github.com/DlljsCodes/exploration-progress) - Allows explorer players to see their progress from one star system to another. -* [Habitable Zone](https://github.com/Marginal/HabZone) - Helps explorers find high-value planets. **NB: Latest 'Release' is still for Python 2.7, but the latest code commited in github does support Python 3.7.** [Download a zip of the github master](https://github.com/Marginal/HabZone/archive/master.zip) and install as usual, it will appear as "HabZone-master". You'll want to remove the old `HabZone-1.20` if you already had it installed, or rename the folder to `HabZone-1.20.disabled` * [Hostile Interaction Tracking System](https://github.com/inorton/EDMCHits) - Gives risk assessments for ship safety upon jumping into a star system. * [Hourly Income](https://github.com/Exynom/EDMC-HourlyIncome) - Displays your hourly income. * [Hutton Helper](https://hot.forthemug.com) - For commanders and truckers that use the Hutton Helper website. @@ -44,6 +43,12 @@ Available plugins - Confirmed working under Python 3.7+ * [Red Star Eliminator](https://github.com/Thurion/EDSM-RSE-for-EDMC) (RSE) - Displays names and distances to nearby systems of interest for projects of EDSM. Originally designed to seek out unknown coordinate stars, it has branched out to include several other projects. * [StreamSource](https://github.com/Marginal/StreamSource) - Outputs status info to files for use as text sources in live streaming software such as Open Broadcaster Software (OBS), GameShow, XSplit, etc. +Deprecated Plugins +--- +Plugins that seem to have no active maintenance and might have issues under +the latest EDMC release: + +* [Habitable Zone](https://github.com/Marginal/HabZone) - Helps explorers find high-value planets. **NB: Latest 'Release' is still for Python 2.7, but the latest code commited in github does support Python 3.7.** [Download a zip of the github master](https://github.com/Marginal/HabZone/archive/master.zip) and install as usual, it will appear as "HabZone-master". You'll want to remove the old `HabZone-1.20` if you already had it installed, or rename the folder to `HabZone-1.20.disabled` Available plugins - Confirmed NOT working under Python 3.7 --------