Prerequisites
Before you begin, ensure you have:Install Node.js
Download and install the latest LTS version from nodejs.org
Your First Command
The easiest way to get started is usingnpx to run Minecraft Creator Tools without installation:
Validate an Existing Project
One of the most powerful features is project validation. Let’s validate an add-on:Run Validation
Validate your project and display results in the terminal:
-i .specifies the current directory as input-showdisplays results in the terminal instead of creating report files
Validation Examples
Validation Suites
Choose different validation levels based on your needs:| Suite | Description |
|---|---|
main | Default suite - runs most validation tests |
addon | Strict validation for marketplace add-ons |
all | Comprehensive validation with all available tests |
currentplatform | Platform-specific validation |
Create a New Project
Create a new Minecraft project with an interactive wizard:Answer Prompts
The wizard will ask you:
- Project name
- Project template (behavior pack, resource pack, world, etc.)
- Creator name
- Project description
Non-Interactive Creation
You can also provide all parameters upfront:View Project Information
Display detailed information about a project:- Project type and structure
- Pack manifests and metadata
- Dependencies and references
- File counts and statistics
Common Workflows
- Validate & Fix
- Deploy to Minecraft
- New Project Setup
Understanding Output
Validation Results
When you run validation with-show, you’ll see output organized by:
Errors
Critical issues that will prevent your add-on from working
Warnings
Potential issues or best practice violations
Info
Informational messages about your project
Success
Validation passed with no issues
File Output
Without-show, validation creates report files in the output folder:
Helpful Options
Input Folder
Output Folder
out)Display Only
Verbose Logging
Tips for Success
Start with validation: Before making changes to an existing project, run validation to establish a baseline.
Next Steps
Now that you’re familiar with the basics:CLI Reference
Explore all available commands and options
Validation Guide
Deep dive into validation suites and fixing errors
Project Structure
Learn about Minecraft add-on project organization
Web App
Try the web-based version for visual editing
Getting Help
Command Help
Get help for any command:
Report Issues
Found a bug? Report it on GitHub
Documentation
Official Microsoft documentation
License
View the MIT license