SkinShifter 图标

SkinShifter

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 neoforge-3.1.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/skinshifter
资源信息

Minecraft 版本: 26.1.2

平台: neoforge

标签: utility

资源介绍

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);
    }
}

License

SkinShifter is licensed under Apache 2.0.

📥 下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Create: Integrated Farming

价格:0 墨喵币
下载量:0

查看详情
Mekanism:MoreModules

价格:0 墨喵币
下载量:0

查看详情
AFK Display

价格:0 墨喵币
下载量:0

查看详情
Experience Coins

价格:0 墨喵币
下载量:0

查看详情