<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://docs.ready.mp/releases</id>
    <title>ReadyM Docs Blog</title>
    <updated>2026-05-06T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://docs.ready.mp/releases"/>
    <subtitle>ReadyM Docs Blog</subtitle>
    <icon>https://docs.ready.mp/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[WukongMP SDK 0.2.1]]></title>
        <id>https://docs.ready.mp/releases/wukongmp-sdk-021</id>
        <link href="https://docs.ready.mp/releases/wukongmp-sdk-021"/>
        <updated>2026-05-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Public alpha & bug fixes]]></summary>
        <content type="html"><![CDATA[<p>With SDK version <code>0.2.1</code>, we're releasing a set of stability updates and bug fixes to improve the overall experience of using the WukongMP SDK.</p>
<p>The accompanying launcher update (version <code>0.25.1</code>) now shows the option to connect to self-hosted servers for everyone.</p>
<p>This update is compatible with SDK version <code>0.2.0</code>, so you can update your server without needing to update your mods immediately. However, we still recommend updating your mods to take advantage of the latest improvements and fixes.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="quality-of-life-updates">Quality of life updates<a href="https://docs.ready.mp/releases/wukongmp-sdk-021#quality-of-life-updates" class="hash-link" aria-label="Direct link to Quality of life updates" title="Direct link to Quality of life updates" translate="no">​</a></h2>
<ul>
<li class="">The PvP mod is now the default in the server package. The co-op mod is still included in the <code>optional_mods</code> folder. You can swap them by moving the desired mod to the main <code>mods</code> folder and removing the other one. Having both enabled will crash the game, so make sure to only have one of them enabled at a time.</li>
<li class="">Banning someone in the admin panel now immediately kicks them out of the server.</li>
<li class="">Added an option to kick a player from the server without banning them, in the admin panel.</li>
<li class="">Both the Launcher and the mod now display appropriate messages when trying to connect to a server where the player is banned or not whitelisted.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.ready.mp/releases/wukongmp-sdk-021#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<ul>
<li class=""><strong>[co-op]</strong> Fixed an issue where getting far enough away from enemies would cause them to idle for other players.</li>
<li class=""><strong>[co-op]</strong> Fixed an issue where bosses would become idle after teleporting away a significant distance and returning to the boss area.</li>
<li class=""><strong>[co-op]</strong> Fixed synchronization issues around spider enemies in Chapter 4.</li>
<li class=""><strong>[PvP]</strong> Choosing to "Start a new cycle" on an endgame character is no longer possible, as it causes spawning in a different area and falling under the map.</li>
</ul>]]></content>
        <author>
            <name>ReadyM Team</name>
        </author>
        <category label="WukongMP SDK" term="WukongMP SDK"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[WukongMP SDK 0.2.0]]></title>
        <id>https://docs.ready.mp/releases/wukongmp-sdk-020</id>
        <link href="https://docs.ready.mp/releases/wukongmp-sdk-020"/>
        <updated>2026-04-27T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[PvP mode updates and foundations for server-side mod support]]></summary>
        <content type="html"><![CDATA[<p>Over the past two weeks we've been hard at work to bring the PvP mode to self-hosted servers. With SDK version <code>0.2.0</code>, this has become possible.</p>
<p>Though the SDK is still in early access, we are excited to share it with the community and see what mods you will create with it!</p>
<p>This version also includes a complete redesign of the admin panel, with addition of many requested features.</p>
<p>Read on for the full list of changes and the <a class="" href="https://docs.ready.mp/releases/wukongmp-sdk-020#migration-guide">Migration Guide</a> for updating your mods to SDK version <code>0.2.0</code>.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="breaking-changes">Breaking changes<a href="https://docs.ready.mp/releases/wukongmp-sdk-020#breaking-changes" class="hash-link" aria-label="Direct link to Breaking changes" title="Direct link to Breaking changes" translate="no">​</a></h2>
<ul>
<li class="">Launcher version <code>0.24.0</code> is required to connect to servers running SDK version <code>0.2.0</code>.</li>
<li class="">Mods built on SDK version <code>0.2.0</code> require updating the server binaries to version <code>0.2.0</code> as well, and older versions of the server will not be able to load mods built on SDK version <code>0.2.0</code>.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="sdk-updates">SDK updates<a href="https://docs.ready.mp/releases/wukongmp-sdk-020#sdk-updates" class="hash-link" aria-label="Direct link to SDK updates" title="Direct link to SDK updates" translate="no">​</a></h2>
<ul>
<li class="">The PvP mod is now included in the server package, alongside the co-op mod, both built on top of SDK version <code>0.2.0</code>.</li>
<li class="">RPC event handlers built on top of <a class="" href="https://docs.ready.mp/wukong-mp/api-reference/ReadyM.Api.Multiplayer.RPC/ReadyM.Api.Multiplayer.RPC.RpcClassBase">RpcClassBase</a> now have access to the <code>RunOnMainThread</code> method, which allows you to schedule callbacks to run on the main thread in a safe way. This is particularly useful for RPC handlers that need to interact with the game world, as doing so from the network thread can cause crashes.</li>
<li class="">In-game chat has been re-enabled.</li>
<li class="">API methods related to the built-in chat have been moved from the <a class="" href="https://docs.ready.mp/wukong-mp/api-reference/WukongMp.Sdk.Api/WukongMp.Sdk.Api.IWukongLocalApi">Local API</a> to the new <a class="" href="https://docs.ready.mp/wukong-mp/api-reference/WukongMp.Sdk.Api/WukongMp.Sdk.Api.IWukongChatApi">Chat API</a> for better organization and separation of concerns.</li>
<li class="">Two new (temporary) APIs - <a class="" href="https://docs.ready.mp/wukong-mp/api-reference/WukongMp.Sdk.Api/WukongMp.Sdk.Api.IWukongPvpApi">PvP API</a> and <a class="" href="https://docs.ready.mp/wukong-mp/api-reference/WukongMp.Sdk.Api/WukongMp.Sdk.Api.IWukongCheatsApi">Cheats API</a> were used to implement the self-hosted version of the PvP mod before server-side scripting is ready. Once server-side scripting is implemented, these APIs will be removed and their functionality will be implemented using regular server-side mods instead.</li>
<li class="">Other APIs have received new methods and improvements. Check out the API reference for more details on the changes.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="admin-panel-updates">Admin panel updates<a href="https://docs.ready.mp/releases/wukongmp-sdk-020#admin-panel-updates" class="hash-link" aria-label="Direct link to Admin panel updates" title="Direct link to Admin panel updates" translate="no">​</a></h2>
<ul>
<li class="">Full panel redesign with a cleaner layout and modern typography.</li>
<li class="">Export button in the terminal saves server logs to a .txt file.</li>
<li class="">Terminal now supports log filtering.</li>
<li class="">New <strong>Players</strong> tab listing all players who have connected to the server - shows last visit date and total connection count.</li>
<li class=""><strong>Player whitelist</strong> manageable from the panel - toggle it on/off with a single switch, defines which players can join.</li>
<li class=""><strong>Ban system</strong> - banned players cannot connect to the server.</li>
<li class="">New <strong>Mods</strong> tab listing all currently installed mods on the server.</li>
<li class="">"Make admin" button on a player grants them access to the admin panel.</li>
<li class="">"Add admin" button lets you manually add an administrator by their ReadyM ID.</li>
<li class="">Remove administrator button on the admins list.</li>
<li class="">New granular permissions: Manage Admins, Manage Settings (currently covers whitelist management).</li>
<li class="">The first user to authorise with a PIN in the panel is assigned superuser status - they always have full permissions and can only be removed by another superuser. Superuser status can also be granted or revoked manually via a dedicated button.</li>
<li class="">Cookie fix - Secure flag is now set automatically based on whether the request came over HTTPS or HTTP.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's next?<a href="https://docs.ready.mp/releases/wukongmp-sdk-020#whats-next" class="hash-link" aria-label="Direct link to What's next?" title="Direct link to What's next?" translate="no">​</a></h2>
<p>We're continuing to work on <strong>server-side mod support</strong>, as well as revisiting some known bugs in co-op mode. Once server-side mod support is ready, we'll be removing the temporary PvP and Cheats APIs and implementing their functionality inside the PvP mod itself.</p>
<p>Next steps for WukongMP SDK will include <strong>open-sourcing</strong> the co-op and PvP mods, to allow the community to learn from them and contribute to their development.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="migration-guide">Migration guide<a href="https://docs.ready.mp/releases/wukongmp-sdk-020#migration-guide" class="hash-link" aria-label="Direct link to Migration guide" title="Direct link to Migration guide" translate="no">​</a></h2>
<p>Here's a quick migration guide for updating your mods to SDK version <code>0.2.0</code>:</p>
<ul>
<li class="">Update your server binaries to version <code>0.2.0</code> - older versions of the server will not be able to load mods built on SDK version <code>0.2.0</code>.</li>
<li class="">Rebuild your mod against the new SDK version <code>0.2.0</code>. You can download the latest <a href="https://github.com/readycodeio/wukongmp-mod-template" target="_blank" rel="noopener noreferrer" class="">mod template</a> and copy your mod files there. Make sure to update the <code>manifest.json</code> file in your mod folder to specify the new minimum SDK version in the dependencies section.</li>
<li class="">If your mod interacts with the in-game chat, make sure to update your code to use the new Chat API instead of the Local API.</li>
<li class="">If your mod uses RPC handlers, consider using the new <code>RunOnMainThread</code> method to schedule callbacks that interact with the game world, to avoid potential crashes.</li>
</ul>]]></content>
        <author>
            <name>ReadyM Team</name>
        </author>
        <category label="WukongMP SDK" term="WukongMP SDK"/>
        <category label="Admin panel" term="Admin panel"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[WukongMP SDK 0.1.0]]></title>
        <id>https://docs.ready.mp/releases/wukongmp-sdk-010</id>
        <link href="https://docs.ready.mp/releases/wukongmp-sdk-010"/>
        <updated>2026-04-10T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Initial stable release of the WukongMP SDK.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to announce the first early access version of the WukongMP SDK - <code>0.1.0</code>.</p>
<p>This version brings updates to how mods are stored on the server, and how developers can define dependencies between mods.</p>
<p>Connecting to the server built on SDK version <code>0.1.0</code> requires version <code>0.23.1</code> of the ReadyM Launcher.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features">New features<a href="https://docs.ready.mp/releases/wukongmp-sdk-010#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="mod-versioning">Mod versioning<a href="https://docs.ready.mp/releases/wukongmp-sdk-010#mod-versioning" class="hash-link" aria-label="Direct link to Mod versioning" title="Direct link to Mod versioning" translate="no">​</a></h3>
<p>Starting with version <code>0.1.0</code>, all releases of the WukongMP SDK will be versioned according to the <code>MAJOR.MINOR.PATCH</code> format. The current version is <code>0.1.0</code>.</p>
<p>Updates to the SDK will be released as new versions, with their own documentation pages. This allows mod developers to target specific versions of the SDK in their mods' dependency lists, and to maintain compatibility with older versions of the SDK if they choose to.</p>
<p>Each version's download page will contain a server binary package compatible with that version. When upgrading the SDK, make sure to also update the server binaries on your server to the version corresponding to the SDK version you are using.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="mod-manifests">Mod manifests<a href="https://docs.ready.mp/releases/wukongmp-sdk-010#mod-manifests" class="hash-link" aria-label="Direct link to Mod manifests" title="Direct link to Mod manifests" translate="no">​</a></h3>
<p>Support for <code>manifest.json</code> mod manifest files has been added. You can now define mod metadata, which will be displayed in the server admin portal and in the Launcher, when someone connects to a server that uses your mod.</p>
<p>You can also specify required versions of other mods that are required by your mod to function.</p>
<p>Refer to the documentation for <a class="" href="https://docs.ready.mp/wukong-mp/0.1.0/docs/Development/mod-manifest">mod manifests</a> for more details.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="breaking-changes">Breaking changes<a href="https://docs.ready.mp/releases/wukongmp-sdk-010#breaking-changes" class="hash-link" aria-label="Direct link to Breaking changes" title="Direct link to Breaking changes" translate="no">​</a></h2>
<ul>
<li class="">The <code>manifest.json</code> file is now required for all mods. Mods without a manifest will not be loaded by the server.</li>
<li class="">Launcher versions prior to <code>0.23.1</code> will not be able to connect to servers running SDK version <code>0.1.0</code> or later.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's next?<a href="https://docs.ready.mp/releases/wukongmp-sdk-010#whats-next" class="hash-link" aria-label="Direct link to What's next?" title="Direct link to What's next?" translate="no">​</a></h2>
<p>We're currently working on bringing the <strong>PvP mode</strong> to self-hosted servers, as well as adding <strong>server-side mod support</strong>. Stay tuned for more updates in the coming weeks!</p>]]></content>
        <author>
            <name>ReadyM Team</name>
        </author>
        <category label="WukongMP SDK" term="WukongMP SDK"/>
    </entry>
</feed>