The Avatar Wizard
Table of contents
The Start
The Avatar Wizard (sometimes known as the avatar creator) allows beginners to easily create an avatar with templates and an easy way to fill in metadata. As fields are ticked or filled, more options will appear.
The Name is what your avatar will show as its name in the wardrobe list1, avatar information, and trust menu. This is equivalent to the name
tag in the avatar.json
file.
The Rest of The Options
After the name of the avatar is filled, the author, model, and script options unlock.
The Author field shows in the avatar information and shows who created the avatar. This is equivalent to the author
/authors
tag in the avatar.json
file.
Including a Model
The Include a Model option will generate a model from the templates you pick in the toggles that appear.
- Custom Player Model gives you the basic six parts (with an extra six for layers) of a player model.
- Slim (Small) Arms makes the arms of the custom player model one pixel thinner.
- Cape Template generates a rectangle that uses the Cape parent.
- Elytra Template generates two rectangles that use their respective Elytra parent.
- Held Items Pivot adds bones for both held item pivots.
- Spyglass Pivot adds a bone for the spyglass pivot.
- Held Item Pivot adds a bone for the held item pivot.
- Parrots Pivot adds bones for both parrot pivots.
Including a Script
The Include a Script option will generate a script from the templates you pick in the toggles that appear.
- Hide Vanilla Armor hides the vanilla armor. I don’t know what else to tell you.
- Hide Vanilla Cape hides the vanilla cape.
- Hide Vanilla Elytra hides the vanilla elytra.
- Include dummy events gives you a basic
ENTITY_INIT
,TICK
, andRENDER
event register.
-
Only applicable if the “Wardrobe File Names” setting is off. ↩