This toolset is currently in alpha preview.
npx mct
Displays default information for the Minecraft Creator Tools command line tool.
npx mct validate -i d:\mycontent\myprojectfolder
Loads the project folder d:\mycontent\myprojectfolder
and outputs result files into the default output folder out
.
npx mct validate -i d:\mycontent\myprojectfolder -show
Loads the project folder d:\mycontent\myprojectfolder
and shows validation results on the command line.
npx mct validate addon -i d:\mycontent\myprojectfolder -show --log-verbose
Loads the project folder d:\mycontent\myprojectfolder
, validates using the 'addon' suite of strict tests and shows validation results on the command line. Also displays verbose logging messages.
npx mct validate addon -if d:\mycontent\packages\myaddon.mcaddon -show --log-verbose
Loads the project file d:\mycontent\packages\myaddon.mcaddon
, validates using the 'addon' suite of strict tests and shows validation results on the command line. Also displays verbose logging messages.
npx mct create
Asks a series of questions and creates a new project based on those preferences.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.