Hytale Update 6 Part 6 Patch Notes: Cross-World Teleport, a Cinematic Camera API, Interactive Block Spawners and More (Pre-Release, July 2, 2026)

După: nume Categorie: : nume : minute min citește

Hytale Update 6 Part 6 landed on the pre-release branch on Thursday, July 2, 2026, and it is one of the most community-shaped drops yet: Hypixel Studios opens the notes by crediting nine named contributors. Headlining the patch is cross-world Trigger Volume teleport for no-code hub-to-minigame flows, a brand-new server-driven cinematic camera API with the /tpcinematic command, and interactive block spawners you configure by clicking. Add always-active trigger volume effects, a Voice API for modders, a batch of breaking Trigger Volume API changes, plus dozens of combat, world and crash fixes. Here is everything in Part 6, what it means for server owners and map-makers, and the one thing every player still needs to check before the pre-release branch will even launch.

Right on schedule, Hytale Update 6 Part 6 arrived on the pre-release branch on Thursday, July 2, 2026, exactly one week after Part 5 landed on June 25. Hypixel Studios continues to update its single official Update 6 pre-release patch notes page in place, with Simon flagging each new drop on X. As always, this is the opt-in testing branch (Launcher → Settings → Pre-Release), not the stable build — and there is still no announced Update 6 release date. What Part 6 delivers, though, is one of the most builder- and server-owner-friendly rounds of the whole cycle. Part 6 is a community-built patch The Hytale Update 6 Part 6 patch notes open in a way we have not seen before: with a thank-you list. Hypixel Studios credits nine named community contributors for fixes, features and polish that shipped in this drop — MelodicAlbuild, TheNullicorn, Hadaward, narwhalscat, Neil, Eearslya, Blovien, Zoltus, and oskarscot. That is a direct consequence of Hytale's shared-source direction: with server code on GitHub, the line between "player" and "contributor" keeps blurring, and Part 6 is the clearest sign yet that Hytale is increasingly community-built. If you have ever wanted your name in the patch notes, the door is open. The marquee feature: cross-world teleport The single biggest addition in Part 6 is that the Trigger Volume Teleport effect now supports cross-world teleportation — you can send a player to an entirely different world, not just a coordinate in the current one, with an optional Relative to Volume mode. This is a huge deal for no-code server design. You can now build a lobby or hub world and drop players into a separate minigame world simply by walking into a volume — no plugin code required. Multi-world server networks (hub → survival → arena → creative) become a drag-and-place affair, extending the Trigger Volume and EncounterManager foundation from Part 4. If you run a network, this is the feature to prototype first. A cinematic camera API and /tpcinematic Part 6 introduces a proper server-driven cinematic camera system. The new /tpcinematic command moves the camera along a path with selectable styles: FLYOVER, ARC, ORBIT and DOLLY. For modders, a new CameraSequenceBuilder lets you keyframe position, look-target, FOV and easing, and CinematicTeleport.play(PlayerRef, destination, CinematicPath) fires a sequence programmatically. New ServerCameraSettings can set HideHeldItem: true to suppress the viewmodel, and removing HudComponent.Abilities hides the weapon HUD for clean shots. Server-side FovOverride accepts 1–180°. Put together, this is a full toolkit for map intros, boss reveals, trailers and guided tours — the kind of polish that used to require external video editing. Trigger Volume upgrades for no-code logic Beyond cross-world teleport, Trigger Volumes gained real logic depth. A new On Volume Create trigger fires when volumes nest inside one another, and a new Always active class of persistent effects can be left running: Creative Placement, Damage Multiplier, Fly, No Build, No Destroy, No Door Open, No Harvest, No Heal and No Block Tick. A companion Modify Always Active Rules effect toggles those at runtime, and a new Cancel VFX effect stops visual effects on demand. Send Signal now carries a position and tags so volumes can react to each other, and On Block Broken now responds to environmental damage such as fire spread. This is genuinely powerful no-code scripting. Interactive block spawners Block spawners are no longer command-only. In Part 6 you can click a block spawner to open a configuration panel and create, edit or delete spawner entries right there in the world. For anyone who has fought with spawner syntax, this is a real usability win and pairs neatly with the no-code boss-fight EncounterManager workflow. Creative and builder tools Builders get several quality-of-life bumps: the Entity Tool now has a searchable model dropdown, the Prefab List prompts you to switch to the Paste Tool when loading a prefab, duplicating a volume copies its settings, and presets can optionally save volume configuration. Small, but they add up over a long build session. Graphics and audio polish Advanced Rendering Settings gain a dedicated Water quality option, while the old Particle Quality setting — which had no actual effect — was removed. It is exactly the kind of rendering and lighting pass that makes cozy interiors sing: think a sunlit apothecary, colored potion bottles catching the light above a bubbling cauldron, soft dappled shadows falling across a stone alchemy bench. On the audio side, Goats, Mouflons and Turkeys now have distinct sounds instead of sharing placeholders. World generation World-Gen V2 keeps maturing. When a chunk or material fails to load it now uses the Unknown material instead of Empty, making failures obvious rather than invisible. Flat worlds get a darker grass tint, and — importantly for performance — the World-Gen V2 buffer size was increased and the chunk priority system improved for faster chunk delivery and lower CPU usage. If you are experimenting with custom generation, the World-Gen V2 graph and nodes guide is the place to start. Server and self-hosting changes Self-hosters get a handful of meaningful tweaks. The plugin list now has a search bar (alphabetical, with third-party plugins listed first), block spawners are interactable as above, and the concurrency configuration was reworked: CustomConcurrency is renamed to LowPriorityConcurrency, joined by new NormalPriorityConcurrency and HighPriorityConcurrency settings for finer control over threading. Server-browser resources are now deallocated after world entry, trimming memory once a player is in. If you host, review your concurrency values after updating. Modding and Plugin API additions Part 6 is a big one for plugin developers. Highlights include a new Donut interaction selector (MinRadius, MaxRadius, Angle, Height), a boolean RequireBlockPlacement on ChangeStateInteraction, and encounter managers that now support abstract base definitions with variant overrides via "Type": "Abstract" and "Type": "Variant". There is also a full Voice API: VoiceModule.openEntityVoice(), openPositionalVoice() and openDirectVoice() return a VoiceSpeaker handle with pushOpus(byte[]) and play(List<byte[]>) for 48kHz mono Opus frames, plus addPlayerVoiceInterceptor(). New events and utilities round it out — EnvironmentBreakBlockEvent, World.scheduleAfter(task, delay, unit) returning a ScheduledFuture, Vector3dUtil.quadraticBezier(...), FillerPlacementUtil, ChunkSectionPreLoadProcessEvent, SectionUnloadEvent and IChunkSaver.Cubic. New to plugins? Read our modding API and plugin development guide. Breaking Trigger Volume API changes Modders, read this section carefully — Part 6 ships breaking changes. Actor and entity references are now nullable, so add null checks before using them. BlockUsedCondition has been removed in favor of BlockTypeCondition, which supports a PositionSource of EventBlock, WorldPosition or EntityPosition. TagCondition gains four source modes (Event, Self, Group, Radius), and signals now carry multiple key/value pairs through aligned SignalKeys and SignalValues arrays. Test your existing volume logic on the pre-release branch before Update 6 goes stable. Bug fixes that matter The fix list is long; the ones with real impact: combat — melee no longer connects through walls, the aerial-combo speed boost now applies, multiple resistances stack correctly, and deployables deal their configured damage type. World and blocks — lava/water collision no longer overwrites terrain or multiblocks, dead coral loses solid collision, multi-block rotation is corrected in World-Gen V2, and fluid spread is fixed. Multi-cell block handling was fixed across the Paste, Extrude, Selection, Fill, Replace, Stack, Color and Paint tools. There is also a batch of crash, freeze and performance fixes: a world-gen crash, a plugin unload/reload crash, a chunk-load freeze, and improved Trigger Volume server performance. What server owners and map-makers should do this week Part 6 is unusually actionable. Here is your checklist while the pre-release branch is live: Prototype cross-world teleport — wire a hub → minigame flow using nothing but Trigger Volumes. Build a boss reveal or map intro with /tpcinematic and the new camera path styles. Set up interactive block spawners by clicking them — no commands, no syntax. Modders: fix the breaking Trigger Volume API changes now — add null checks for nullable refs and migrate BlockUsedCondition to BlockTypeCondition on the pre-release branch. Keep GPU drivers current — the OpenGL 4.1 hard requirement introduced in Part 5 still applies, and the game closes on startup without it. If yours won't launch, follow the OpenGL error fix guide. Sharpen your listing — pre-release weeks send players hunting for active worlds, so make sure your banner, heartbeat player counts and Votifier rewards are dialed in on your HytaleCharts server listing. For the wider arc of this cycle, our coverage of Part 3 and the Part 1 hytale/3 protocol bump fills in the background. There is still no Update 6 stable date and no Part 7 yet — as of this week, Hytale Update 6 Part 6 is the current live edge, and it is a builder's dream. We will be here the moment Part 7 drops.