Skip to content

Event Timers

Event Timers

Create and manage recurring in-game event timers displayed on the frontend.

  • Three schedule types:
    • Hourly — Runs at selected hours every day (e.g. CTF every hour at :30)
    • Weekly — Runs on specific days at a fixed time (e.g. Fortress War Sunday 20:00)
    • Static — Displays a fixed text instead of a countdown
  • Custom icon selection (HeroIcons) or image upload
  • Drag & drop sort order
  • Frontend: Live countdown with days/hours/minutes/seconds
  • Performance: Cached with automatic invalidation on changes
  • Two display variants: Grid and List
  • Template-overridable views

If you want to display the event timers on a custom page, you can use the following Livewire components:

Grid:

blade
<livewire:event-timers />

List:

blade
<livewire:event-timers-list />

Released under the PolyForm Shield License 1.0.0.