
SkinShifter
Change your Skin!
80K загрузок39 подписчиковLicenseRef-Crafted-License-1.0fabricforgeneoforgequilt
Обновлён 15 мая 2026 г. · опубликован 2 августа 2024 г.
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);
}
}
License
SkinShifter is licensed under Apache 2.0.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| neoforge-3.1.0 | Релиз | 26.1.2 | neoforge | 15 мая 2026 г. | .jar (43 КБ) |
| fabric-3.1.0 | Релиз | 26.1.2 | fabric, quilt | 15 мая 2026 г. | .jar (41 КБ) |
| neoforge-3.0.0 | Релиз | 1.21.9, 1.21.10 | neoforge | 11 октября 2025 г. | .jar (45 КБ) |
| fabric-3.0.0 | Релиз | 1.21.9, 1.21.10 | fabric, quilt | 11 октября 2025 г. | .jar (42 КБ) |
| fabric-2.0 | Релиз | 1.21.7, 1.21.8 | fabric, quilt | 10 июля 2025 г. | .jar (36 КБ) |
| neoforge-2.0 | Релиз | 1.21.7, 1.21.8 | neoforge | 10 июля 2025 г. | .jar (37 КБ) |
| 1.21.5-neoforge-1.5 | Релиз | 1.21.5 | neoforge | 17 мая 2025 г. | .jar (38 КБ) |
| 1.21.5-fabric-1.5 | Релиз | 1.21.5 | fabric, quilt | 17 мая 2025 г. | .jar (37 КБ) |
| 1.21.4-neoforge-1.5 | Релиз | 1.21.4 | neoforge | 17 мая 2025 г. | .jar (38 КБ) |
| 1.21.4-fabric-1.5 | Релиз | 1.21.4 | fabric, quilt | 17 мая 2025 г. | .jar (37 КБ) |
| 1.21.2-neoforge-1.5 | Релиз | 1.21.2, 1.21.3 | neoforge | 17 мая 2025 г. | .jar (38 КБ) |
| 1.21.2-fabric-1.5 | Релиз | 1.21.2, 1.21.3 | fabric, quilt | 17 мая 2025 г. | .jar (37 КБ) |
| 1.21.5-neoforge-1.4 | Релиз | 1.21.5 | neoforge | 8 апреля 2025 г. | .jar (33 КБ) |
| 1.21.5-fabric-1.4 | Релиз | 1.21.5 | fabric, quilt | 8 апреля 2025 г. | .jar (32 КБ) |
| 1.21.4-neoforge-1.4 | Релиз | 1.21.4 | neoforge | 8 апреля 2025 г. | .jar (33 КБ) |
Показаны последние 15 из 70 версий. Все версии — на Modrinth.
Ченджлог
neoforge-3.1.0Релиз26.1.2 · 15 мая 2026 г.
SkinShifter 3.1.0
- port to 26.1.2
fabric-3.1.0Релиз26.1.2 · 15 мая 2026 г.
SkinShifter 3.1.0
- port to 26.1.2
neoforge-3.0.0Релиз1.21.9, 1.21.10 · 11 октября 2025 г.
SkinShifter 3.0.0
- port to 1.21.9, 1.21.10
- add support for permissions
fabric-3.0.0Релиз1.21.9, 1.21.10 · 11 октября 2025 г.
SkinShifter 3.0.0
- port to 1.21.9, 1.21.10
- add support for permissions
fabric-2.0Релиз1.21.7, 1.21.8 · 10 июля 2025 г.
SkinShifter 2.0
- port to 1.21.7
- remove multi-version structure
neoforge-2.0Релиз1.21.7, 1.21.8 · 10 июля 2025 г.
SkinShifter 2.0
- port to 1.21.7
- remove multi-version structure
1.21.5-neoforge-1.5Релиз1.21.5 · 17 мая 2025 г.
SkinShifter 1.5
- add command to shift into URL skins
1.21.5-fabric-1.5Релиз1.21.5 · 17 мая 2025 г.
SkinShifter 1.5
- add command to shift into URL skins
Полная история изменений — на Modrinth.
Комментарии
Загружаем…