
TrialChamberPro
Because Trial Chambers deserve better than being a "one and done" dungeon.
Список изменений
[1.8.0] - 2026-07-05
Added
-
Built-in updater with one-command installs. The old notify-only update check is replaced by PluginPulse: updates are now checked on Modrinth first (GitHub Releases as fallback), and a new
/tcp updatecommand lets admins act on them —check,download(fetches the new jar, verifies its checksum, backs up the current jar, and stages it in the server's update folder so it installs on the next restart),restore(roll back to the previous jar),ignore <version>, andstatus. Behaviour is controlled by the newupdatesection in config.yml:mode(check-only/notify/download/auto-stage),check-interval-hours, andrequire-hash. Servers running the-mc26build automatically follow-mc26releases. Nothing is ever downloaded in the defaultnotifymode. -
Optional no-restart updates. With
update.allow-hot-reload: true,/tcp update applyswaps a staged, checksum-verified update in-place — the old version is unloaded, the jar replaced, and the new version enabled live (verified end-to-end on Paper 1.21.7). Refused on Folia and while other plugins depend on TCP; if the new version fails to load, TCP rolls back to the automatic backup. Off by default — restarting remains the recommended way to apply updates. -
(if you don't use any of the premium modules, you are safe to use
allow-hot-reload: true->/tcp update apply)
Changed
- Update checks are rate-limit friendly: check state persists across restarts in
plugins/TrialChamberPro/pluginpulse/, and fleet servers no longer check in lockstep at startup.
