Wplace Template Planner
Create, browse, and share pixel art templates for Wplace.live collaborative projects
🎨 Grid-based design • Template sharing • Coordinate export • Team planning
📥 Import Template
Load a previously saved template or one shared by the community.
Supports .json template files
📤 Export Options
Download a sample template to see the file format.
Create your own templates in the section
🔗 Integration Guide
For Blue Marble Extension
Export coordinates from your templates and paste them directly into Blue Marble for automated drawing.
For Manual Drawing
Use the grid as a reference and place pixels manually on Wplace.live canvas.
For Team Projects
Share template files with your team to coordinate large collaborative artworks.
📋 Template File Format
Template files are JSON formatted with the following structure:
{
"name": "Template Name",
"description": "Template description",
"size": { "width": 16, "height": 16 },
"pixels": [
{ "x": 5, "y": 3, "color": "#FF0000" },
{ "x": 6, "y": 3, "color": "#00FF00" }
],
"wplaceFormat": true,
"createdAt": "2024-01-15T10:30:00.000Z",
"version": "1.0"
}