mirror of
https://github.com/postyizhan/NitWikit.git
synced 2024-12-15 08:10:37 +08:00
9b3c93adb2
* markdownlint * try to format docs * 修复了format脚本并添加了markdownlint配置文件 * 重新自动格式化 * revert了自动格式化的部分因为它们貌似破坏了ci This reverts commit874a7ec3c8
. Revert "try to format docs" This reverts commit003da71931
. * Revert "try to format docs" This reverts commit003da71931
. * 尝试修复 * 重新格式化 * changed markdownlint config * 手动对文档进行了格式化 * fixed markdownlint script * fixed link * 尝试格式化
1.1 KiB
1.1 KiB
title | sidebar_position |
---|---|
中文游戏名 | 10 |
使用中文名进入服务器
MineCraft 自 1.18
版本后,默认不再允许使用 除英文字母、数字、下划线以外的 字符作为游戏名。
而 CnUsername 被设计用于解决此痛点。
安装途径
方式 | 优点 | 缺点 |
---|---|---|
JavaAgent 加载 |
操作权限高,可以完成所有操作 | 需要自定义命令行,部分面板服可能不支持 |
作为插件 加载 |
灵活,即装即用 | 部分操作无法实现,例如无法修改原版命令选择器 |
:::tip
建议所有有条件的服主都使用 JavaAgent 模式加载
:::
正确安装后,在启动器中填入中文名字正常启动,即可开始享受游戏
CnUsername 与某些昵称插件不同: CnUsername 是真正实现中文名,而非披着中文名的幌子,里子还是英文名的“游戏昵称”
后续教程及下载请查阅Github