Description
Player Model Changer
allows any player to change their player model in a UI similar to the vanilla model changer just without the scale slider.
Commands
PMC (Player Model Changer) adds 2 new commands pmodel and pmadd <model>. Without any arguments pmodel or pmod opens a UI like the model changer for the allowed models. pmodel reset or pmodel r resets your model. However, unlike the model command, it does not support the set subcommand.
pmadd <model> can only be done with op permission and it adds to the model whitelist. Currently the whitelist set by pmadd does not persist after the server is close.
changed in 0.1.1
pmadd was changed to pmconf. you can use /pmconf <model> or /pmconf add <model> to add and /pmconf remove <model> to remove.
Adding compatibility with your mod
When loading, PMC looks through the common assets for files matching Common/pmcAllow_GroupName_ModName.txt. The file is a comma separated list of model names.
for example if you wanted to have the fox and bison models allowed by default, your file would look like
fox,bison