蓝图共享允许玩家与他们的氏族,团队或朋友共享蓝图。
[] 内的所有参数都是可选的
每个设置看起来像这样:"Key": Value
键是设置的名称/描述,而值是您要将其设置为的实际值。例如,要禁用氏族共享,您会看到"Clans Sharing Enabled": true。要禁用它,请将其更改为"Clans Sharing Enabled": false。
特点
- 与在线和离线玩家分享蓝图
- 随时切换共享
- 查看哪些蓝图已与您共享
- 控制玩家如何共享蓝图
- 阻止共享某些蓝图
- 离开氏族,团队或删除朋友时丢失共享的蓝图
- 支持氏族重生
聊天命令
<> 中的所有参数都是必需的![] 内的所有参数都是可选的
- /bs help-显示帮助消息
- /bs toggle-切换蓝图的共享
- /bs share <player>-与目标玩家分享您的所有蓝图
- /bs show <team|clan|friend> [name]-按蓝图工作台层的顺序显示您已共享的所有蓝图。分享类型包括: 氏族,团队和朋友。
权限
此插件使用权限系统。要分配权限,请使用oxide.grant <user or group> <name or steam id> <permission>。要删除权限,请使用oxide.revoke <user or group> <name or steam id> <permission>。- blueprintshare.toggle-需要使用切换命令
- blueprintshare.share-需要使用share命令
- blueprintshare.show-需要使用show命令
- blueprintshare.use-需要自动共享蓝图
- blueprintshare.bypass-允许玩家在使用share命令时与任何人共享蓝图
配置
设置和选项可以在BlueprintShare文件下的config目录。建议使用编辑器和验证程序,以避免格式问题和语法错误。
代码:
{
"Teams Sharing Enabled": true,
"Clans Sharing Enabled": true,
"Friends Sharing Enabled": true,
"Share Blueprint Items": true,
"Share Tech Tree Blueprints": true,
"Share Blueprints To Existing Members": false,
"Share Blueprints To New Members": false,
"Lose Blueprints on Leave": false,
"Clear Data File on Wipe": true,
"Receive Messages Enabled": true,
"Share Messages Enabled": true,
"Items Blocked from Sharing": [],
"Debug Mode": false
}
键是设置的名称/描述,而值是您要将其设置为的实际值。例如,要禁用氏族共享,您会看到"Clans Sharing Enabled": true。要禁用它,请将其更改为"Clans Sharing Enabled": false。
- Teams Sharing Enabled-启用或禁用跨服务器的团队成员之间的蓝图共享。
- Clans Sharing Enabled-启用或禁用跨服务器的氏族成员之间的蓝图共享。
- Friends Sharing Enabled-启用或禁用与服务器上的朋友共享蓝图。
- Share Blueprint Items-控制在蓝图项上使用 “学习” 按钮时是否共享蓝图。
- Share Tech Tree Blueprints-控制是否共享通过技术树学习的蓝图。
- Share Blueprints To Existing Members-当他们加入团队,氏族或添加朋友时,自动与所有当前成员共享玩家的蓝图。
- Share Blueprints To New Members-自动与任何新加入的成员共享团队,氏族或朋友组的所有现有蓝图。
- Lose Blueprints on Leave-如果启用,玩家将失去所有共享的蓝图,当他们离开一个团队,氏族,或unfriend的人。
- Clear Data File on Wipe-确定在服务器擦除期间是否应重置蓝图共享数据。
- Receive Messages Enabled-启用或禁用接收与蓝图相关的聊天消息。
- Share Messages Enabled-启用或禁用发送与蓝图相关的聊天消息。
- Items Blocked from Sharing-应从共享中排除的项目短名称的列表。