Timeline

Admin Notes

Admin Notes are timeline entries manually written by operators to add story beats, announcements, or world events.

TLDR
  • Requires operator permission level 4.
  • Use the + button in Server or Personal tab.
  • Choose date + title + description, then submit.
  • Scope determines visibility (SERVER vs PERSONAL).

Permissions And Visibility

Add Event controls only appear when all of these are true:

  • player has permission level 4
  • active tab is not Hall of Fame
  • no conflicting detail panel is open

Choosing Scope

When you submit:

  • from Server tab -> note is written with ChronicleScope.SERVER
  • from Personal tab -> note is written with ChronicleScope.PERSONAL

Date Entry Behavior

You provide day/month/year in the panel.

Timeline converts the chosen date into dayIndex using the active calendar definition:

  • year is clamped to minimum 1
  • month is clamped to valid month range
  • day is clamped to valid day range for current daysPerMonth

Icon Source

Admin note icon uses the operator's main-hand item at submission time. If empty, Timeline falls back to a paper-like default icon.

DEEP DIVE: API alternative

Other mods can also add notes via RPGTimelineApi.addServerNote(...) and addPersonalNote(...), including optional explicit day index.

Support This Project

Like this wiki and these mods?

Every bit of support helps me keep building features, writing docs, and shipping updates.

Back to top