Skip to content

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 02:04

Added

Players

  • [Paper & Fabric] Realtime clocks in item frames
    • Why: Allow players to place clocks in item frames to serve as visual wall clocks that display in-game time in real-time when looked at.

Server Administrators

  • [Paper & Fabric] Configuration options for item frame clocks
    • Why: Enable configuration (item-frame-clocks / itemFrameClocks) to toggle the feature and set custom update intervals (defaulting to 16 ticks).
  • [Paper] Configuration schema version 2 migration path
    • Why: Automatically upgrade older server config files to version 2 while preserving existing settings.

Developers

  • [Paper & Fabric] Optimized item frame clock tracking and updates
    • Why: Track loaded clock-containing frames via an event-driven registry and cache Minecraft minute values to minimize processing overhead.