#How to give a player a custom cape based on their name (via texture pack)?

5 messages · Page 1 of 1 (latest)

faint egret
#

Title is self explanatory, eg. my friend joins and I override his skin and his cape through a texture pack

fringe slate
#

you would have to use a custom model set to activate for that username with its own texture

faint egret
#

in minecraft/optifine/cem/player_cape/ i've placed player_cape.jem, which is just the vanilla cape model, player_cape2.jem which is the vanilla cape model with the custom cape texture applied, and player_cape.properties, containing the following code:

#

models.2=2
name.2=Jamin_Jesse
#

This doesnt work, what am I doing wrong?