Enter a Minecraft Username
3D Skin Viewer
Documentation
Quick Start
Embed a Minecraft skin viewer in your website with a simple iframe:
<iframe
src="https://kurojs.github.io/McView3D/embed.html?skin=Notch&width=400&height=400"
width="400" height="400" frameborder="0"> </iframe>
Parameters
Parameter | Type | Default | Description |
---|---|---|---|
skin |
string | steve | Minecraft username or skin name |
width |
integer | 400 | Canvas width in pixels |
height |
integer | 400 | Canvas height in pixels |
cape |
string | none | Cape type: 'none', 'default', or cape filename |
animation |
string | walk | Animation type: 'idle', 'walk', 'run' |
Examples
Basic skin viewing:
https://kurojs.github.io/McView3D/?skin=Notch
Custom dimensions:
https://kurojs.github.io/McView3D/embed.html?skin=jeb_&width=300&height=300
With player's cape:
https://kurojs.github.io/McView3D/embed.html?skin=Dinnerbone&cape=default
Custom cape and animation:
https://kurojs.github.io/McView3D/embed.html?skin=Notch&cape=2016.png&animation=run
Use Cases
- Minecraft Server Websites: Display player skins on server websites
- Discord Bots: Preview skins in Discord channels
- Forums & Communities: User profile integration
- Documentation: Wiki and guide illustrations
- Portfolio Websites: Showcase Minecraft builds and skins