使用目标计算机破解锁定的板条箱
这个插件要求玩家使用目标计算机入侵锁定的板条箱。一旦箱子被解锁,你可以对其进行配置,以便只有入侵它的人,以及他们的队友、朋友和部落成员才能打开它。此外,玩家必须等待一个冷却期,然后才能尝试破解另一个板条箱。
黑客
玩家在开始黑客攻击之前需要手里拿着一定数量的目标计算机。黑客攻击成功后,您可以选择是否使用计算机。
配置
可以在目录下的文件中配置设置和选项。建议使用编辑器和验证器,以避免格式问题和语法错误。
LaptopCrateHack
config
{
"Version": "2.0.0",
"Required Targeting Computers For Hack": 1,
"Consume Targeting Computer On Hack": true,
"Crate Unlock Time Seconds": 900.0,
"Cooldown Between Hacks Seconds": 300.0,
"Crate Lootable By Hacker Only": true,
"Can Be Looted By Hacker Teammates": true,
"Can Be Looted By Hacker Friends": false,
"Can Be Looted By Hacker Clanmates": false
}
地方化
默认消息位于目录下的文件中。要添加对另一种语言的支持,请创建一个新的语言文件夹(例如 如果尚未创建,请将默认语言文件复制到新文件夹,然后自定义邮件。
LaptopCrateHack
lang/en
de
Copy
{
"NeedTargetingComputer": "You need to hold <color=#FABE28>{0}</color> targeting computers in your hand to hack this crate.",
"CooldownBeforeNextHack": "You must wait <color=#FABE28>{0:N0}</color> more seconds before hacking another crate.",
"CrateLootDenied": "This crate is reserved for the original hacker and cannot be looted."
}