Configuration and text update Added settings.applyPlaceholderApiToText in config.yml. PlaceholderAPI is now applied to messages, bossBar, hologram, boss name, and summoner text.
Timers and holograms update Minimum hologram.<stage>.updateIntervalMillis set to 1000. Fixed skipped seconds in {timeLeft}. Fixed hologram synchronization drift.
FancyHolograms expansion Added hologram.<stage>.fancyHolograms section. Works only when hologram.mode: "FANCY". Added support for display, position, lighting, and text parameters. Example added to example.yml.
FancyHolograms validation Added validation for visibility, billboard, textAlignment. Added range checks for brightness.block and brightness.sky. Added validation for color format and scale/translation values.
Schematic update Added offsetX, offsetY, offsetZ parameters. Offset is applied to placement, region bounds, and calculated schematic position. Example added to example.yml.
Grouped spawn logic update When spawn.independentSpawns: false, a single schematic and region are used. Logic synchronized with PRE_SPAWN stage. Updated block cleanup and restoration.
Dependency initialization update Plugin startup delayed by 5 seconds. Added safe bridges for WorldEdit and WorldGuard. If dependencies are missing, related features are disabled without crashes.
New spawn rule Added blockedAirdrops to rule.yml. Prevents spawn if listed airdrops are active or in PRE_SPAWN. Works for both manual and scheduled spawns. Current airdrop does not block itself.
Compatibility update Added support for Folia (1.19+).