Skip to main content
Version: 0.1.0

Getting started

The easiest way to get started with developing your own mods on top of the WukongMP SDK is to use the official WukongMP mod template.

Clone the repository and follow instructions provided in the README file.

Feature status​

Right now you can develop mods that have access to game events, entity data (players, enemies), and can define custom commands and game logic systems.

Support for arbitrary RPC calls and custom data sync is on the way.

Visit the examples page for some inspiration.

FeatureStatus
Patching game code✅ done
Game event API✅ done
Console command API✅ done
Custom RPC✅ done
Save file API🚧 partial
Custom data sync🔜 in progress