In-Game Account Switcher 允许你在不重启 Minecraft 的情况下通过一个简单的界面更换游戏账号,目前在 7.1.0-pre1 已经添加了对微软(正版)账号的支持。
它在主菜单添加了一条信息,显示你当前登录的账号用户名,见图中最下方。
同时设置了一个按钮,点击它即可切换用户名。
点开这个按钮之后,出现的界面是像下图这样的。
你就可以在这个界面上看到你的所有用户名、账号信息、
各个账号的皮肤,以及登录等相应的选项。
从 6.1.1.72 版本开始,该模组还支持自定义主菜单,将以下按钮添加到 CMM 中的配置即可。
"accounts": {
"text": "",
"posX": 104,
"posY": 96,
"width": 20,
"height": 20,
"wrappedButton": 20,
"texture": "accswitcher:textures/gui/cmmbutton.png",
"pressSound": "",
"tooltip": "You are currently logged in as #username#."
}
对于 7.1.3 版本后的 IAS,则需要以下 CMM 按钮配置。
"accounts": {
"text": "",
"posX": 104,
"posY": 96,
"width": 20,
"height": 20,
"wrappedButton": 104027,
"texture": "accswitcher:textures/gui/cmmbutton.png",
"pressSound": "",
"tooltip": "You are currently logged in as #username#."
}
对于 1.12-8.0.1 版本:
"accounts":
{
"text": "",
"posX": 104,
"posY": 96,
"width": 20,
"height": 20,
"wrappedButton": 104027,
"texture": "ias:textures/gui/iasbutton.png",
"pressSound": "",
"tooltip": "You are currently logged in as #username#."
}