helious / seat-notifications-plus
Requires
- eveseat/eveapi: ^5.0
- eveseat/web: ^5.0
- laravel/framework: ^10.0
- dev-main
- 5.15.2
- 5.15.1
- 5.15.0
- 5.14.8
- 5.14.7
- 5.14.6
- 5.14.5
- 5.14.4
- 5.14.3
- 5.14.2
- 5.14.0
- 5.13.0
- 5.12.0
- 5.11.4
- 5.11.3
- 5.11.2
- 5.11.1
- 5.11.0
- 5.10.0
- 5.9.0
- 5.7.0
- 5.6.0
- 5.5.0
- 5.4.0
- 5.1.0
- v4.x-dev
- 4.16.0
- 4.15.2
- 4.15.1
- 4.15.0
- 4.14.3
- 4.14.2
- 4.14.1
- 4.14.0
- 4.13.0
- 4.12.0
- 4.10.0
- 4.9.5
- 4.9.4
- 4.9.3
- 4.9.2
- 4.9.1
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.1
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
This package is auto-updated.
Last update: 2025-02-25 10:05:27 UTC
README
Notifications+ plugin for SeAT and basically pulls notifications for characters of a specified corporation and sends them to a discord channel about about things such as SOV, Citadel Events (Anchoring, Under Attack, etc.).
Why not use SeAT's built in notifications?
default SeAT notifcations sends multiple messages for the same notification if you have multiple characters for that corp under the affilicated corp as theres no checking when a last notifcation was sent or handling for more than one character it doesnt appear to be designed this way and the design of the embeds it sends are not very informative. So I decided to make my own to fix these issues by checking when a last notification was sent for that afflicated corp and fixing the embeds to be more informative and look cleaner (by reusing the old code from default notifcations i just refactored how the embeds are look and the info they display).
Installation
You can install the package via composer:
SeAT 5: composer require helious/seat-notifications-plus
SeAT 4: composer require helious/seat-notifications-plus:4.*
or via docker
SeAT 5: SEAT_PLUGINS=helious/seat-notifications-plus
SeAT 4: SEAT_PLUGINS=helious/seat-notifications-plus:4.*
Notifications
⚠️ DISCORD ONLY SUPPORTED FOR SeAT 5
All the new notifcation types have [N+]
appended so be sure to select the correct Alerts when setting it up.
- setup your Affiliations be either characters or corporations
- add your alerts (eg AllAnchoringMsg [N+], EntosisCaptureStarted [N+], etc)
- select your Integration of the webhook you created.
License
The MIT License (MIT). Please see License File for more information.