Skip to main content
Version: 0.2.4

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 server-side logic and custom data sync is on the way.

Visit the examples page for some inspiration, or browse the source code of the co-op and PvP mods.

FeatureStatus
Patching game codedone
Game event APIdone
Console command APIdone
Custom RPCdone
Save file API🚧 partial
Custom data sync🔜 in progress
Server-side mods🔜 in progress