Lightweight plugin that shows upcoming moon phases and can optionally notify the user.
- 🌙 Displays moon phase events in a small overlay UI.
- 🔔 Optional notifications with sound.
- 🧪 Small test harness and helper utilities for time parsing and timestamps.
- Provide a small, focused overlay that shows relevant daily events (initially moon phases) and notifies the user when something is expected on a given day.
- Primary target: support for Pursuit Channel mode — display when to expect an event on the Pursuit Channel for a selected day and optionally notify the user.
- Keep the plugin lightweight, free of private data, and easily extensible so additional event sources (community events, tournaments, custom schedules) can be added later.
- The plugin is designed to show when to expect scheduled events on the Pursuit Channel (ManiaPlanet) for any given day. The UI highlights days with events and can show approximate times or time windows for channel events.
- Notifications (sound and visual) can be enabled per event so users on the Pursuit Channel don't miss channel broadcasts.
- The current implementation uses local schedule parsing and the plugin's event model. Future releases may add support for remote schedules or user-defined event lists.
- To add new event sources: implement a fetch/parse module and map parsed events to the plugin's event model (see
Fetch.asandHelpers.as). - Add tests for new parsers in
tests/and include them during packaging with-IncludeTestswhen debugging. - Contributions are welcome — please open an issue or a pull request (PR) with a short description of the new source and sample data.
- Copy the
event-calendar-devfolder intoOpenplanet4/Plugins/or install the generated.oppackage. - Enable the plugin in Openplanet's plugin list.
-
A PowerShell build script is included. From the plugin root, run:
pwsh -NoProfile -ExecutionPolicy Bypass -File ./build-op.ps1
Use
-IncludeTeststo include thetests/folder in the produced package (useful for debugging).
-
There is also a small PowerShell verifier that checks the generated
.oppackage and lists its contents:pwsh -NoProfile -ExecutionPolicy Bypass -File ./tools/verify-release.ps1
.github/workflows/ci.ymlbuilds the package and uploads the artifact.
info.toml— plugin metadata used by Openplanetbuild-op.ps1— build script that produces the.oppackagetools/verify-release.ps1— artifact verification helpertests/— lightweight test harness
- MIT — see
LICENSE
- Author:
tomekdot - Team:
vitalism-creative - Discord:
@tomekdot
