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.
| 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 |