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.
| Feature | Status |
|---|---|
| Patching game code | ✅ done |
| Game event API | ✅ done |
| Console command API | ✅ done |
| Custom RPC | ✅ done |
| Save file API | 🚧 partial |
| Custom data sync | 🔜 in progress |
| Server-side mods | 🔜 in progress |