Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Adds a quick-click chat message to clocks with the current in-game time in the player's locale.
Added
Players
- [Fabric] Ported to the Fabric platform (supporting Minecraft 1.20.6)
- Why: Expand platform availability to Fabric servers and single-player/client environments.
Server Administrators
- [Paper] Dynamic translation scanning and locale registration
- Why: Enable server administrators to dynamically add translations for any arbitrary language (e.g.,
messages_sv.properties) without modifications to the plugin code.
- Why: Enable server administrators to dynamically add translations for any arbitrary language (e.g.,
- [Paper] Configuration for custom wild-spin dimensions (
wild-spin-worlds)- Why: Allow server administrators to define custom/modded dimensions that should exhibit wild clock spin behavior (like Nether/End) instead of normal time display.
Developers
- [Common] Multi-module Gradle build restructure
- Why: Cleanly isolate platform-agnostic domain logic (
clock-time-common) from platform-specific infrastructure (clock-time-paper,clock-time-fabric) under a tidymodules/subdirectory structure to support multiple targets without code duplication.
- Why: Cleanly isolate platform-agnostic domain logic (
- [Common] Compile-time dimension abstraction (
WorldInfo)- Why: Abstract Minecraft's dimension state away from Bukkit API classes to enable cross-platform compatibility.
- [Common] Translation registry classpath fallback resilience
- Why: Enable default language properties to load from resource classpath bundles when JAR-file zip extraction fails or is skipped (e.g. in MockBukkit test and dev environments).
Information
| Published on | July 6, 2026 |
|---|---|
| Downloads | 1 |
Platforms
Paper (1.20.5-1.21.4)