Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 305 Bytes

Mojang Fake API

An ultra simple web server that fakes Mojang's API for sessions, skins, and textures.

The request path must be one of:

  1. /session/minecraft/profile/<uuid>
  2. /MinecraftSkins/<name>
  3. /texture/<hash>

The server always returns Notch's session or skin. Cloaks are not supported.