OpenPlanet plugin for TrackMania that displays a countdown until next Cup of the Day (COTD)
Releases are available from OpenPlanet: https://openplanet.nl/files/131
Text color and text position are configurable via Settings.ini
For example, if you want white text in the top right corner, add the following section to the Settings.ini
[CotdCountdown]
colorCode=\$FFF
textPosition=4
Feel free to make changes and open a PR. Open an issue if you have any questions!
- Update the version in info.toml
- Create a push a git tag
git tag 0.0.3 git push origin 0.0.3