
TrialChamberPro
Because Trial Chambers deserve better than being a "one and done" dungeon.
2.3K
26
Список изменений
This plugin version is compatible with Minecraft 26.X.X
1.5.4 - 2026-06-09
Fixed
- Spawner glow outline never rendered (v1.2.27 regression). The opt-in
spawner-waves.glow-active-spawnersfeature spawned an Interaction entity at each active spawner and set itsisGlowingflag — but Interaction entities are explicitly immune to the Glowing effect (no renderable model for the outline pass), so the feature silently rendered nothing on every client since v1.2.27. Swap to an invisible Shulker: shell-cube hidden byINVISIBILITY, glow outline remains, perfect 1×1×1 cube marker through walls. Inert mob (no AI, silent, non-persistent), PDC-tagged so mob-cap / anti-cheat plugins can identify the overlay and skip it from monster counts.
Added
ChamberEnteredEvent/ChamberExitedEvent— public Bukkit events for "player crossed into/out of a registered chamber." Fired fromPlayerMovementListeneron the block-boundary-crossing transition, and fromPlayerQuitEventfor any player who disconnects while inside (keeping entry/exit pairs balanced for downstream listeners that allocate per-player state on entry). Both fire un-gated by thestatistics.*config flags — listeners that need chamber-presence signals shouldn't have their behaviour silently disabled by the admin's stats preferences. Direct chamber→chamber transitions fire an exit-then-entry pair (with entry/exit messages suppressed on the transition to avoid spam). Primary intended consumer: the TCP-MythicTrials HUD; useful for any plugin reacting to chamber presence (welcome messages, region effects, etc.).spawner-waves.glow-mode(defaultwave-active). Newchamber-remainingmode lights up every uncleared spawner in a chamber when any wave starts inside it, not just the wave-active one — solves "which spawner did I miss?" navigation on large chambers. Standalone glow entities are tracked per chamber, cleaned up on each spawner's wave completion and on chamber reset. Recommended for premium difficulty modules (TCP-MythicTrials's HUD pairs with this).
[1.5.3] - UNRELEASED
Fixed
- Update checker mis-parsed
-mc26release tags.fetchLatestVersion()only stripped a leadingv, so areleases/latesttag ofv1.5.2-mc26became1.5.2-mc26andisNewerVersion()parsed the third segment (2-mc26) as0— i.e.1.5.0— producing wrong update results whenever the most recently published release was an mc26 tag. It now also strips the track suffix (.substringBefore('-')) so bothvX.Y.ZandvX.Y.Z-mc26collapse to the sameX.Y.Zbefore comparison.
Метаданные
Канал релиза
Release
Номер версии
1.5.4-mc26
Загрузчики
FoliaPaperPurpur
Версии игры
26.1–26.1.2
Загрузок
3
Дата публикации
5 дн. назад

