Back to mods
SkinShifter project artwork

CurseForge · Minecraft mod

SkinShifter

Change your Skin!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which SkinShifter release should I use?

Updated 2 months ago
Latest stable file neoforge-3.1.0
Game version 26.1.2
Loader NeoForge

SkinShifter neoforge-3.1.0 targets 26.1.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 2 required mods have matching files.

Where it goes

Is SkinShifter required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does SkinShifter neoforge-3.1.0 need?

neoforge-3.1.0. Change the file and its required mods may change too.

All 2 required mods have matching files

Install CraftedCore, CraftedCore first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

2 listed on this file 2 pulled in by those mods
CraftedCore Needed by SkinShifter neoforge-3.1.0
required
Matching file found Matched file: neoforge-8.0
CraftedCore Needed by SkinShifter neoforge-3.1.0
required
Matching file found Matched file: neoforge-8.0
Cloth Config API Needed by CraftedCore
pulled in
Matching file found Matched file: 26.1.154+neoforge

2 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add SkinShifter without breaking your instance.

Built for SkinShifter neoforge-3.1.0. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use neoforge-3.1.0. It targets 26.1.2 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install CraftedCore, CraftedCore first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside neoforge-3.1.0. It opens that exact file at the source.

About this project

What does SkinShifter add?

Patreon

SkinShifter

SkinShifter lets you change your Player Skin in game! (Don't worry- you won't change your actual skin, it just renders differently.)

Getting Started

This mod is intended to be used in modpacks or as library for other mods. You can change your skin by using the command /skinshifter set @s xyz, where xyz is the name or uuid of the player you want to morph into.

If you're a coder, you can use the following methods:

SkinShifter.setSkin(serverPlayer, playerUuidForSkin); // Sets the current skin
SkinShifter.getCurrentSkin(serverPlayer); // returns the UUID of owner of the current skin. Might be the own UUID!

To change config values, you can do the following:

class Test {
    public static void initialize() {
        SkinShifter.CONFIG.changeCape = true;
        SkinShifter.CONFIG.changeNameTag = true;
        // required to save the changes into the config file
        SkinShifter.CONFIG.save();
        // when changing the config after the first player has joined, use:
        // SkinShifter.CONFIG.sendToAllPlayers(serverLevel);
    }
}

If you'd like to support me and the development of my mods, I recommend trying out BisectHosting. Use the code "woodwalkers" to get 25% off your first month of a gaming server for new customers. They offer 24/7 support and lightning-fast response times, ensuring you're in great hands and providing exceptional assistance for all your gaming needs.


License

SkinShifter is licensed under Apache 2.0.

Project description from CurseForge.

Pick your setup

SkinShifter by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

57 available setups

Showing the newest 12 of 18 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

SkinShifter versions and loaders

70 of 70 releases match

Looking for an older file? The official CurseForge project page is in Resources.