Manage
Create a character
How to create a new character.
Edit on GitHubTo create a new character, use the command /character create <name> [<type>]
.
Type type
is optional, all entity types can be found on the Minecraft Wiki.
If you do not specify a type, the default type is minecraft:player
.
Example
To create a player character named "Steve", you can use the following command:
/character create Steve minecraft:player
To create a zombie character named "Zed", you would use:
/character create Zed minecraft:zombie
Last updated on