disguise

public static boolean disguise(Player player, String modelID)

Disguises player as the model with modelID. If the player is already disguised, the previous disguise is removed first so the new one replaces it cleanly.

Return

true on success, false if the model ID is unknown.