Hytale Update 5 Is Here: Stable v0.5.0 Patch Notes — Server Discovery, Controllers, Trigger Volumes (May 26, 2026)

โดย: name หมวดหมู่: อ่านเมื่อนาที

Hytale Update 5 is finally stable. Hypixel Studios shipped v0.5.0 on Tuesday, May 26, 2026, ending a nine-part pre-release cycle, then pushed hotfixes v0.5.1 (May 26) and v0.5.2 (May 27). The headline features: an in-game Community Server Discovery browser, first-iteration controller support across Xbox/PlayStation/Switch, the no-code Trigger Volume Tool, over an hour of new music with audio occlusion, and a rolling social sidebar/friends list. For server owners and modders, the launch also brings a critical hotfix change — server addresses are now hidden by default and discovery matches on protocol version — plus a batch of breaking modding-API changes. And inside the patch notes, the studio lays out its Updates-vs-Chapters framing and confirms Chapter 1 is in full production.

It is finally here. After nine consecutive Thursday pre-release drops, Hytale Update 5 left the pre-release branch and landed stable as v0.5.0 on Tuesday, May 26, 2026. Hypixel Studios followed the launch with two same-week hotfixes — v0.5.1 on May 26 and v0.5.2 on May 27 — to smooth out the inevitable launch-day rough edges. The official Update 5 patch notes are live on hytale.com, and this is the build the entire pre-release cycle was building toward: an in-game Community Server Discovery browser, first-iteration controller support, the no-code Trigger Volume Tool, over an hour of new music, and — for the people running and modding servers — a wave of breaking API changes and a hotfix that quietly reshapes how servers are discovered and exposed. This was the launch Simon Collins-Laflamme had been pinning for two weeks. His pre-launch post around May 12 named the May 26 date and the three features anchoring the cut — a new Community Server Discovery, the first appearance of the friends list, and first-iteration controller support — and @Hytale marked the launch on X on the day. If you followed our coverage of the final Part 9 pre-release, almost everything in that build is now stable, populated, and live for everyone. Community Server Discovery Goes Fully Live The single biggest change for our corner of the community is that the in-game Community Server Discovery browser is now fully populated and live. Players can open the browser inside Hytale, page through a hand-picked set of featured servers, search community servers by title and description, filter by tags, and keep favorites and recently-played lists — all without leaving the game. Server owners get listed by submitting through the Server Profiles section of the Hytale account page on hytale.com, where listings go through a manual review pass before they appear. Two caveats are worth flagging up front. First, Server Discovery is not available on parent-managed (child) accounts, so a slice of the audience will not see it. Second — and this is the layer that matters most for operators — the in-game V1 browser is intentionally narrow. It is the sanctioned way to be found from inside the client, but it is not where players evaluate whether to join. That evaluation still happens on the visual and social signals a dedicated listing surfaces: a custom banner, a live player count, written reviews, and ratings. The two surfaces are designed to coexist, and the dual-listing play we flagged before launch is now the actual launch-day move. Controller Support Arrives — As a First Iteration Update 5 ships Hytale's first controller support. Plug in an Xbox, PlayStation, or Nintendo Switch controller and the game picks it up, with a tunable movement-stick dead zone adjustable between 5% and 95%. The patch notes are explicit that this is a temporary, first-pass implementation — a full controller redesign is planned to land alongside a future UI rework. So it works today, but treat it as a foundation rather than the finished article. For server owners, this matters indirectly: controller players are a new slice of the audience, and gameplay loops that assumed keyboard-and-mouse precision (rapid hotbar swaps, pixel-accurate building) may feel different on a pad. Trigger Volumes: No-Code Scripting, Now Stable The Trigger Volume Tool is the headline feature for builders and server staff who do not write code. Place a persistent 3D volume in the world and it can fire more than 20 built-in effects — sounds, VFX, velocity changes, weather, teleports, game-mode switches, inventory changes, NPC spawns, prefab placement, and more — with no scripting at all. Volumes support multi-select, grouping, and duplication (Shift+D), they save inside prefabs so an entire scripted setpiece can be packaged and shared, and they are extensible by mods for teams that do want to reach for code. This is the primitive that turns a non-programmer staff member into someone who can ship a quest pad, a boss-room door, an arena, or a roleplay setpiece on a live server. Combined with the conditions and Success/Rejection branching that matured across the pre-release cycle, Trigger Volumes are now a genuine no-code encounter engine rather than a builder novelty. Expect them threaded through serious RPG, minigame, and adventure servers within weeks. Audio, Emotes, and Quality-of-Life Update 5 adds over an hour of new music, including new tracks for the Emerald Wilds, Howling Sands, and Whisperfrost Frontiers. The bigger technical story is audio occlusion and diffraction via raycasting: sound now bends around corners and through doorways instead of passing through walls at full volume, which is a real step up for immersion and for ambient-audio mods. The build also ships nine new emote animations, chat-command tab-autocomplete, and a 3D prefab preview you can rotate, tilt, zoom, and pan. Under the hood, player movement has been reworked onto a Hierarchical Finite State Machine (HFSM) — the foundation that landed in Part 8 and is now stable. On localization, Simplified Chinese is now selectable in-game, and Dutch, Finnish, Italian, and Norwegian have been opened for community translation on Crowdin. The Social Sidebar Is Rolling Out The new social sidebar and friends list — accessible from the Main Menu, with the ability to add Discord friends as Hytale friends complete with avatar sync, favorite/block controls, and toast notifications for requests and invites — is one of the three features Simon highlighted pre-launch. Worth being precise here: the patch notes describe the social features as going live shortly following the release of Update 5 rather than being fully switched on at the launch instant. So treat the friends list as rolling out in the launch window rather than guaranteed live the second you log in. The v0.5.2 hotfix already addressed an early bug where the social bar could get stuck jittering or flickering. The Hotfixes: v0.5.1 and v0.5.2 (Read This If You Run a Server) Both hotfixes are documented in the Update 5 hotfixes post, and two changes in v0.5.2 directly affect server operators. Server addresses are now hidden by default. This is a privacy-and-abuse-mitigation change: a server's raw address is no longer exposed by default through discovery. If your onboarding flow assumed players could simply read your IP off the in-game listing, revisit how you point people at your server — your own channels (Discord, website, and your HytaleCharts page) now carry more of that weight. Server Discovery now matches on protocol version rather than server version. Before the hotfix, discovery compared the full server version string; now it matches on the underlying protocol version. In practice that means servers can appear correctly in discovery as long as they are protocol-compatible, even across minor version differences — a meaningfully friendlier rule for operators who cannot always update in lockstep with the client. The rest of v0.5.2 is cleanup: a fixed ambience volume slider, empty blocks no longer appearing in block filters, a fix for a client crash when right-clicking non-interactable blocks with a secondary unarmed interaction, and a void-section spawn fix. The earlier v0.5.1 hotfix (May 26) fixed a malformed ServerVersion issue that could stop a server from booting outright — if you tried to launch on day one and the server refused to start, v0.5.1 is the fix. Breaking Modding-API Changes — Audit Your Stack Update 5 stable carries a batch of breaking changes that mod and plugin developers need to act on. The most important ones: The force methods are gone in favor of velocity. #addForce becomes #addVelocity across BlockEntity, Velocity, MotionController, and Role, and Role#forceVelocity becomes #setVelocity. On the HUD side, HudManager#getCustomHud() and setCustomHud() have been removed. The LivingEntity#canBreathe property is gone, replaced by a dedicated BreathingComponent. The permissions system has been overhauled so that permissions are no longer tied to gamemode — if your mod gated behavior on gamemode-derived permissions, that logic needs revisiting. One reprieve: the prefab spawner remains deprecated but has been temporarily re-supported to give creators time to convert. Do not read that as permanent — it is a grace window, and the conversion work still needs to happen. The Studio Pivots: Updates vs Chapters, and Chapter 1 One of the most-discussed sections of the patch notes is forward-looking. The notes lay out an Updates vs Chapters framing: Updates bring systems, tooling, and polish between bigger releases, while Chapters are the larger moments that introduce new content and mechanics and advance the Cursebreaker Arc lore. Crucially, the notes confirm that Chapter 1 is in development, with more of the team now moved onto it, and promise "more to share in the coming weeks and months." It is worth being precise about where this lives: there is no separate standalone Chapter 1 announcement blog. The Chapter 1 references are inside the Update 5 patch notes themselves. The takeaway for operators planning roadmaps is that Update 5 reads as the close of Hytale's foundation era — the engine, tooling, and discovery plumbing are now in place — and the road ahead bends toward shippable content. For modders, that also signals the API surface is approaching its post-foundation shape, so the pace of breaking changes should ease after this release. Press and Community Reception Launch coverage was broad. Massively Overpowered framed Update 5 around scripting tools for modders, server discovery, and controller support; MMORPG.com reported "Patch 5.0 goes live" with official controller compatibility and the in-game server search tool; and GamingOnLinux covered the controller, scripting, and social additions the day after launch. The modding scene continues to scale right alongside the game. CurseForge now hosts more than ~3,500 Hytale mods with over ~11.5 million combined downloads, per MMORPG's late-May figures. The top community mods sit at roughly BetterMap (more than ~807,000 downloads), EyeSpy (more than ~624,000), and Wan's Wonder Weapons (more than ~557,000) — approximate snapshots, but a clear signal that creators are racing to meet the larger audience the stable cut brings through the door. What This Means for Server Owners: Your Post-Launch Checklist The pre-launch checklist is now a post-launch one. Here is what to lock down this week: Submit (or confirm) your in-game Server Profile. The populated Server Discovery list is live, listings go through manual review, and the submission flow is in the Server Profiles section of the Hytale account page on hytale.com. If you have not filed yet, do it now. Update past v0.5.0 and account for the hotfixes. Make sure you are running at least v0.5.2. If your server refused to boot on launch day, v0.5.1 fixed the malformed-ServerVersion issue. Remember that server addresses are now hidden by default and that discovery matches on protocol version — adjust your onboarding and version-pinning accordingly. Audit your mod and plugin stack. Anything using #addForce, Role#forceVelocity, the removed HudManager custom-HUD methods, LivingEntity#canBreathe, or gamemode-tied permissions needs converting. The deprecated prefab spawner still works for now, but use the grace window to migrate rather than relying on it. Re-validate gameplay against controllers and the HFSM movement. With controller players entering the audience and movement now running on the Hierarchical Finite State Machine, re-test movement-heavy and combat-heavy loops so nothing assumes keyboard-and-mouse-only behavior. Tighten your HytaleCharts listing. The in-game browser does not show banners, live player counts, or reviews — your HytaleCharts page does. Dual-list on both surfaces: keep your in-game Server Profile live and your HytaleCharts listing polished with a fresh banner, the heartbeat plugin pinging so your live player count is accurate, votifier wired up so on-server vote rewards fire, and reviews enabled so new players can see real community feedback. With server addresses now hidden in-game by default, the channels you control matter more than ever. HytaleCharts currently lists more than 432 active Hytale servers, and the official Hytale Discord has grown past 567,000 members. Update 5 is the moment the audience widens — Server Discovery is live, controllers open a new player base, and the studio's focus is now visibly turning toward Chapter 1 content. The servers that get found this week are the ones reachable through every path a new player might take: the sanctioned in-game Server Profile and a polished HytaleCharts listing with a banner, a heartbeat-driven live player count, votifier rewards, and real reviews. Get on both, update to v0.5.2, and audit your mods — then enjoy the launch.