AndrewLin-Remind icon

Remind

Remind: A mod for On-Together with in-game utility commands including scheduled reminders (/remindmein, /remindlocalin, /remindglobalin), and more. Use /remindhelp

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

[0.0.5] - 2026-03-14

Changed

  • HOTFIX: some names are too darn long, so unformat for now
  • No longer Jaide ping compliant temporarily

[0.0.4] - 2026-03-14

Added

  • /remindbroadcastcreation /rbc to set if initial creation broadcast needs to happen

Changed

  • Jaide ping compliant
  • Fix remind at timezone

[0.0.3] - 2026-03-13

Changed

  • Remove trailing fraction seconds

[0.0.2] - 2026-03-13

Changed

  • Reminder chats now only use duration to be timezone invariant

[0.0.1] - 2026-03-12

Added

  • /remindmein (/rmi) — show a private notification after a duration (hh:mm:ss)
  • /remindmeat (/rma) — show a private notification at a local time (HH:mm)
  • /remindlocalin (/rli) — send a local chat message after a duration
  • /remindlocalat (/rla) — send a local chat message at a local time
  • /remindglobalin (/rgi) — send a global chat message after a duration
  • /remindglobalat (/rga) — send a global chat message at a local time
  • /remindhelp (/rh) — list all available commands
  • /remindtoggle (/rt) — toggle the mod on/off
  • /remindshowcommand (/rsc) — toggle showing commands in chat
  • ScheduledTaskManager — wall-clock based one-shot task scheduler with ScheduleIn(TimeSpan), ScheduleAt(DateTime), TryScheduleIn(string, ...), and TryScheduleAt(string, ...) overloads