System Requirements
Node.js
Latest LTS version recommended
NPM
Comes bundled with Node.js
Download Node.js from nodejs.org. The installer includes npm (Node Package Manager).
Installation Methods
- NPX (Recommended)
- Global Installation
- Local Installation
Run Minecraft Creator Tools directly without installation:This method:
- Doesn’t require explicit installation
- Always uses the latest version
- Perfect for one-off commands
PowerShell Configuration (Windows)
If you’re using PowerShell on Windows, you may need to adjust execution policies for remote signed scripts.Verify Installation
Confirm the installation by running:Web Application
Alternatively, use Minecraft Creator Tools online without any installation:MCTools.dev
Access the web-based version with full validation, editing, and project management features.
Package Information
NPM Package
View package details and version history
GitHub Repository
Source code and issue tracking
Troubleshooting
Command not found after global install
Command not found after global install
- Restart your terminal/command prompt
- Verify npm’s global bin directory is in your PATH:
- Add the bin directory to your system PATH if needed
Permission errors on macOS/Linux
Permission errors on macOS/Linux
If you encounter permission errors during global installation:Or configure npm to install packages in your home directory:
PowerShell execution policy errors
PowerShell execution policy errors
If you see errors about script execution:
- Open PowerShell as Administrator
- Run the Set-ExecutionPolicy command shown above
- Restart your terminal
Next Steps
Quick Start
Create your first project and run validation
CLI Reference
Explore all available commands