# Camouf 插件
## [本项目已废弃,转而使用 Camouf 2,继承了第二季的所有概念,同时保留了第一季的概念。感谢大家 💖](https://modrinth.com/plugin/camouf2/)
安装教程
[NickAPI](https://www.spigotmc.org/resources/nickapi-1-8-8-1-20-2-1-21.26013/update?update=552499) | [Minestrator](https://minestrator.com/serveur/minecraft/gratuit)
**注意:不要使用会造成 10k 会员获得奖励的那个版本!!**
**2 个主要漏洞可能被恶意使用者利用来破坏插件的概念!!如果使用,请小心!**
[](https://papermc.io)
[](https://spigotmc.org)
[](https://purpurmc.org)
[](https://github.com/Ghosty920/KamoofSMP)
[](https://discord.gg/akgp49Q76M)
英文版
The Kamoof plugin is almost the same as the one from the french youtuber and streamer [Sohran](https://www.youtube.com/c/Sohran), recreated from scratch in [open-source](https://github.com/Ghosty920/KamoofSMP).
The concept is simple, you kill someone, he drops his head, and when you use it, you steal his identity. You become the one you killed!
*This plugin is based on NickAPI v6.7, do not use the v7.0 for now*
Here's a video from Sohran (in french, but you may use subtitles) with the original plugin of the KamoofSMP
## 指令
- **undisguise**
- 在使用头颅后,可以使用此指令恢复你的身份
- 权限: ✖️
- **givehead**
- 使用此指令给你一个带有 *任何* 名字的头颅
- 权限: `kamoofsmp.give`
## 配置
```yaml
# 头颅的名字
head-name: "§e%player%"
# 头颅的描述
head-lore:
- "§8使用 §l右键点击 §8这个头颅来伪装成它所代表的玩家"
# 消息使用 MiniMessages: https://docs.advntr.dev/minimessage/format
# 您可以使用此网站预览它们: https://webui.advntr.dev/
messages:
disguised: "你现在伪装成了 %player%"
undisguise-info: "[点击此处] 移除你的伪装或使用 /undisguise 指令"
lostdisguise: "你死亡时失去了你的伪装 (rip bozo)"
nodisguise: "你没有伪装"
undisguised: "你成功移除了你的伪装"
options:
# 如果为 true,头颅将可以堆叠,如果为 false,则不行
# 这不会影响已经掉落的头颅
stackable: false
# 如果为 true,玩家也会获得伪装的 Game Profile 名称
# 这将使 Tab 补全 (在指令中) 显示假名称 (即使使用假名称的指令不起作用)
# 例如: /msg 会推荐你伪装的名称,但使用它将不起作用
gameprofile: true
restaure:
# 如果为 true,重新连接时伪装将保留,如果为 false,则不会
# 此信息在服务器重新加载或重启时保存
enabled: true
# 如果为 true,玩家将收到类似刚伪装时的消息,如果为 false,则不会
# 请参考上面的“消息”部分以查看这些消息
messages:
disguised: false
undisguise-info: false
```
Kamoof 插件几乎与法国 YouTuber 和主播 [Sohran](https://www.youtube.com/c/Sohran) 的插件相同,从零开始在 [开源](https://github.com/Ghosty920/KamoofSMP) 中重现。
概念很简单:你杀死某人,他掉落他的头颅,当你使用它时,你完全盗取了他的身份。
*此插件基于 NickAPI v6.7,请勿使用 v7.0*
这里有一段 Sohran 的视频(法语,但你可以使用字幕)展示了 KamoofSMP 的原始插件
## 指令
- **undisguise**
- 使用头颅后,使用此指令来移除你的伪装
- 权限: ✖️
- **givehead**
- 使用此指令给你一个带有 *任何* 名字的头颅
- 权限: `kamoofsmp.give`
## 配置
```yaml
# 头颅的名字
head-name: "§e%player%"
# 头颅的描述
head-lore:
- "§8使用 §l右键点击 §8这个头颅来伪装成它所代表的玩家"
# 消息使用 MiniMessages: https://docs.advntr.dev/minimessage/format
# 您可以使用此网站预览它们: https://webui.advntr.dev/
messages:
disguised: "
你现在伪装成了 %player%"
undisguise-info: "[点击此处] 移除你的伪装或使用 /undisguise 指令"
lostdisguise: "你死亡时失去了你的伪装 (rip bozo)"
nodisguise: "你没有伪装"
undisguised: "你成功移除了你的伪装"
options:
# 如果为 true,头颅将可以堆叠,如果为 false,则不行
# 这不会影响已经掉落的头颅
stackable: false
# 如果为 true,玩家也会获得伪装的 Game Profile 名称
# 这将使 Tab 补全 (在指令中) 显示假名称 (即使使用假名称的指令不起作用)
# 例如: /msg 会推荐你伪装的名称,但使用它将不起作用
gameprofile: true
restaure:
# 如果为 true,重新连接时伪装将保留,如果为 false,则不会
# 此信息在服务器重新加载或重启时保存
enabled: true
# 如果为 true,玩家将收到类似刚伪装时的消息,如果为 false,则不会
# 请参考上面的“消息”部分以查看这些消息
messages:
disguised: false
undisguise-info: false
```