Skip to content

Changes

[0.4.0] - 2026-07-07

Added

Server Administrators

  • [Paper & Fabric] item-frame-clocks.encode-spaces configuration option (default: true)
  • Why: Bedrock clients (e.g. via Geyser) treat regular spaces (U+0020) as word-break boundaries in item CUSTOM_NAME fields, causing item frame clock names like "3:45 PM" to split or truncate. When enabled, regular spaces in item frame display names are replaced with non-breaking spaces (U+00A0). Affects only the item frame / wall clock name path — chat messages are untouched. Disable if running a Java-only server and non-breaking spaces cause unexpected rendering.

Fixed

Players

  • [Paper & Fabric] Prevent players from rotating or interacting with clocks placed in item frames.
  • Why: The item frame is used as a workaround to display the clock in vanilla, so allowing player interaction or rotation is a visual bug.