forked from mirror/NitWikit
Merge pull request #221 from 0XPYEX0/main
CnUsername 介绍 & 夹带私货 AATRL (被打)
This commit is contained in:
commit
8b37e4ddf3
26
docs-java/advance/chinese-username.md
Normal file
26
docs-java/advance/chinese-username.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: 中文游戏名
|
||||
sidebar_position: 10
|
||||
---
|
||||
|
||||
# 使用中文名进入服务器
|
||||
|
||||
MineCraft 自 `1.18` 版本后,默认不再允许使用 _除英文字母、数字、下划线以外的_ 字符作为游戏名。
|
||||
而 [CnUsername](https://github.com/0XPYEX0/CnUsername) 被设计用于解决此痛点。
|
||||
|
||||
## 安装途径
|
||||
|
||||
| 方式 | 优点 | 缺点 |
|
||||
|------|------|------|
|
||||
| `JavaAgent` 加载 | 操作权限高,可以完成所有操作 | 需要自定义命令行,部分面板服可能不支持 |
|
||||
| 作为`插件`加载 | 灵活,即装即用 | 部分操作无法实现,例如无法修改原版命令选择器 |
|
||||
|
||||
:::tip
|
||||
|
||||
建议所有有条件的服主都使用 JavaAgent 模式加载
|
||||
|
||||
:::
|
||||
|
||||
正确安装后,在启动器中填入中文名字正常启动,即可开始享受游戏
|
||||
|
||||
CnUsername 与某些昵称插件不同: CnUsername 是真正实现中文名,而非披着中文名的幌子,里子还是英文名的“游戏昵称”
|
@ -21,6 +21,8 @@ sidebar_position: 8
|
||||
|
||||
在配置文件中,你可以直接复制粘贴这个符号而不用自己输入。
|
||||
|
||||
你也可以在按住 `Alt` 键的同时,**小键盘** **按顺序** 输入 `167` 以输出 `§` 符号
|
||||
|
||||
:::
|
||||
|
||||
:::tip
|
||||
|
@ -112,6 +112,7 @@ connection_throttle_limit: 3
|
||||
| [LimboFilter](https://github.com/jonesdevelopment/sonar) | 强大的过滤机器人方案 | Velocity | 笨重且配置复杂,且仅在必要的时候提供更新。 (缺少维护) |
|
||||
| [nAntiBot](https://en.docs.nickuc.com/v/nantibot) | 一个高效反机器人插件 | Spigot, Velocity, BungeeCord | 依赖云服务,无法在服务器网络不好的情况下使用该插件。 |
|
||||
| [EpicGuard](https://github.com/4drian3d/EpicGuard) | 基于事件的反机器人和反VPN插件 | Waterfall (停止维护), Paper, Velocity | 容易绕过(但没那么烦人),且只支持特定的Paper服务端。 |
|
||||
| [AntiAttackRL](https://github.com/AntiAttackMC/AATRL_Public) | 支持多平台的AntiBot插件 | Bukkit, BungeeCord, Folia, Sponge, Velocity与它们的分支 | 受攻击时新玩家无法直接进入,需要管理员操作; 防御方案过时 |
|
||||
|
||||
:::warning
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user