
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.4.6 - 2026-05-14
Fixed
- Folia/Luminol: chamber reset no longer crashes when teleporting players out. Calling
player.teleport()on a Folia region thread throwsUnsupportedOperationException: Must use teleportAsync while in region threading.ResetManager.teleportPlayersOutnow usesteleportAsync()and chains the confirmation message + completion signal onto the returnedCompletableFuture, so the reset sequence resumes only after every player has actually been moved. - Folia/Luminol: GUI teleport buttons no longer crash. The "Teleport to Exit" and "Teleport to Center" buttons in
ChamberDetailView, and the "Teleport to Exit" button inChamberSettingsView, were calling synchronousteleport()inside GUI click handlers (which run on the player's region thread on Folia). Switched toteleportAsync(). - Folia/Luminol: spectator mode teleports no longer crash.
SpectatorManagerusesrunAtEntityfor all player operations — both entering spectator mode (teleport to chamber center) and exiting it (teleport to exit location) were still using synchronousteleport()inside those callbacks. Switched toteleportAsync(). On Paper these calls are equivalent; on Folia the async variant is required.
Метаданные
Канал релиза
Release
Номер версии
1.4.6-mc26
Загрузчики
FoliaPaperPurpur
Версии игры
26.1–26.1.2
Загрузок
21
Дата публикации
1 мес. назад

