ChangeSkinX

ChangeSkinX

446k Downloads

How do I change another player's skin?

ziceptor opened this issue ยท 9 comments

commented

By its uuid. Using skin-select (from DB). It is necessary for the npc (VillagerShop). Is that possible?

commented

Yes it's would be possible with ChangeSkin, but for Citizens the API is broken.

CitizensDev/CitizensAPI#30

commented

I'll clarify a little bit. How to change the uuid of another player skin. Sponge. CitizensAPI not for sponge.

Perhaps it is crossed with #102

commented

So you want to modify the skin of the player with UUID ___? (Where ___ means the command argument)

commented

Something like that (from DB): /skin-select <UUID> <SkinID>

commented

UUID from player

commented

Any news?

/skin-select <Player UUID> <SkinID>

Will this work for EntityTypes.PLAYER?

commented

No currently not. I'm currently working on refactoring major parts of the plugin to make it more maintainable. Next I'm planning to include a new command library (aikar's commands) for easier and more flexible command parsing.

Will this work for EntityTypes.PLAYER?

No this won't work atm.

commented

@ziceptor Why do you closed it?

commented

Label "question". I think it's crossed with #102
If I'm wrong, you can open it. Sorry for bad English.