did you add on your player.java this?
Server Sided
In Player.java find 'public int headIcon', and make sure its:
And below it declare:Code:public int headIcon = -1;
Then find 'playerProps.writeByte(headIcon);', and below it add:Code:public int skullIcon = -1;
Code:playerProps.writeByte(skullIcon);




