A simple plugin for EDMarketConnector for sending Fleet Carrier jump notifications to Discord. The plugin watches the following carrier journal log events:
CarrierJumpRequest
- When the fleet carrier owner requests a jump to a systemCarrierJumpCancelled
- When the fleet carrier owner cancels a pending jumpCarrierJump
- When the fleet carrier arrives on a the destination system
Discord Webhooks
are used to send notifications to a specified channel.
-
Create
Discord Webhook
. SeeWebhooks
section of https://support.discord.com/hc/en-us/articles/360045093012-Server-Integrations-Page. Copy and save the URL of the newDiscord Webhook
. -
(Optional) Upload an image of your carrier to your cloud storage or website (i.e. Dropbox, Google Drive, Inara, etc.). Copy and save image URL (must be HTTPS as per Discord's requirement).
-
Download the
EDMC-Carrier
plugin as zip here and extract under the EDMarketConnectorplugins
folder. The default location of theplugins
is located at:- Windows:
C:\Users\<YOUR_USER>\AppData\Local\EDMarketConnector\plugins
- Mac:
~/Library/Application Support/EDMarketConnector/plugins
- Linux:
$XDG_DATA_HOME/EDMarketConnector/plugins
- Windows:
-
Launch
EDMarketConnector
and navigate toFile -> Settings -> EDMC-Carrier
tab -
Configure the following:
- Discord Webhook URL (Required): URL of the Discord Webhook generated in step 1
- Carrier Name (Required): Your carrier name / call sign in-game
- Carrier Image URL (Optional): URL of your preferred image of your carrier uploaded in step 2
-
Hit
Ok
and you are done!