Currently I’m developing a plugin which need to change character appearance during the game on server.
I know, how to do it when player’s connecting to server, but not during the game.
But for now I cannot find a proper way to do it.
So it would be great to add a feature like this:
PlayerClothing.ServerSetHair()
PlayerClothing.ServerSetBeard()
PlayerClothing.ServerSetSkinColor()
Or if I missed something in the game-code, then point it out to me, so I can make my plugin properly.
I know about Reflection
and eventually I’ll come up with solution somehow. But I want to find a proper way without any dirty hacks.
With all regards,
An Ordinary RocketMod Plugin Developer