AlexInd's Server Skins

AlexInd's Server Skins

A client-side Minecraft 1.7.10 Forge mod that replaces player skins with per-player skins fetched from an API.

by
17 Downloads
forgesocialutility
Rent Server with this Mod

About this Mod

AlexInd's Server Skins

A client-side Minecraft 1.7.10 Forge mod that replaces player skins with per-player skins fetched from an API.

How it works

  1. For each player in the world, a GET request is sent to the configured API URL with the player's nickname
  2. The API returns a JSON response with a skin URL
  3. The mod downloads the skin PNG and applies it to that specific player via reflection

Configuration

After first launch, edit config/alexinds_server_skins.cfg:

general {
    S:apiUrl=http://localhost:8000/%s
}

Use %s as the placeholder for the player nickname.

API

The mod sends a GET request to the configured URL (with %s replaced by the player's nickname).
The server must return JSON with the following structure:

{
    "SKIN": {
        "url": "https://example.com/path/to/skin.png",
        "metadata": {}
    }
}
Field Type Description
SKIN.url string Direct URL to the player's skin PNG (64x64 or 64x32)
SKIN.metadata object Reserved for future use, pass an empty object {}

The skin PNG must be accessible via direct GET request (no redirects, no auth).

Example server

A minimal Python server is provided in example-server/server.py:

python example-server/server.py

Place 64x64 PNG skins in example-server/skins/ named as <nickname>.png (e.g., Notch.png).
The server will serve both the JSON endpoint and the skin files.

Configure the mod to use:

general {
    S:apiUrl=http://your-ip:8000/%s
}

Build

./gradlew clean build

Output: build/libs/SkinReplacer-1.0.0.jar

Requirements

  • Minecraft 1.7.10
  • Forge 10.13.4.1614+
  • Java 8

Available Versions

AlexInd's Server Skins 1.0.0release
MC 1.7.10forge
June 6, 2026

How to Install AlexInd's Server Skins on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.7.10).

3

Install Mod

Open the mod browser in the dashboard and search for "AlexInd's Server Skins". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

forge

Minecraft Versions

1.7.10

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

AlexInd's Server Skins server crashes on startup – what to do?

Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.7.10). You can switch loaders with one click in the panel.

Is AlexInd's Server Skins compatible with forge?

AlexInd's Server Skins officially supports forge for Minecraft 1.7.10. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with AlexInd's Server Skins – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if AlexInd's Server Skins consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install AlexInd's Server Skins with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU General Public License v3.0 only
Server-side
Unsupported

Supported Versions

1.7.10