插件介绍
允许玩家与他们的部落、团队或朋友分享蓝图。
Blueprint Share allows players to share blueprints with their clan, team or friends.
All arguments inside <> are required!
All arguments inside [] are optional
Every setting looks like this: "Key": Value
主要用途
主要用于clans、blueprints、sharing、friends等服务端功能。 本插件由 NomadWarrior 发布,当前目录记录版本为 v1.4.6,uMod 累计下载 68,324 次。
适用场景
- 希望扩展原版服务器功能的服主
功能分类
查看 uMod 官方英文简介
Allows players to share blueprints with their clan, team or friends.
权限节点
blueprintshare.toggle - Required to use the toggle command
blueprintshare.share - Required to use the share command
blueprintshare.show - Required to use the show command
blueprintshare.use - Required to share blueprints automatically
blueprintshare.bypass - Allows player to share blueprints with anyone when using the share command
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
All arguments inside <> are required!
All arguments inside [] are optional
/bs help - Displays help message
/bs toggle - Toggles the sharing of blueprints
/bs share <player> - Shares all of your blueprints with the target player
/bs show <team|clan|friend> [name] - Shows all the blueprints you have been shared in order of blueprint workbench tier. Share types include: clan, team and friend.
相关依赖
- Clans
- Friends
配置说明
{ "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, "Message Icon": "0", "Items Blocked from Sharing": [], "Debug Mode": false }
Every setting looks like this: "Key": Value
The key is the name / description of the setting while the value is the actual value you want to set it to. For example, to disable sharing for clans, you see there is "Clans Sharing Enabled": true. To disable it, you change it to "Clans Sharing Enabled": false.
Teams Sharing EnabledEnables or disables blueprint sharing between team members across the server.
Clans Sharing EnabledEnables or disables blueprint sharing between clan members across the server.
Friends Sharing EnabledEnables or disables blueprint sharing with friends across the server.
Share Blueprint ItemsControls whether blueprints are shared when using the "Learn" button on blueprint items.
Share Tech Tree BlueprintsControls whether blueprints learned via the tech tree are shared.
Share Blueprints To Existing MembersAutomatically shares a player’s blueprints with all current members when they join a team, clan, or add a friend.
Share Blueprints To New MembersAutomatically shares all existing blueprints of a team, clan, or friend group with any newly joined members.
Lose Blueprints on LeaveIf enabled, players will lose all shared blueprints when they leave a team, clan, or unfriend someone.
Clear Data File on WipeDetermines whether the blueprint sharing data should be reset during a server wipe.
Receive Messages EnabledEnables or disables receiving blueprint-related chat messages.
Share Messages EnabledEnables or disables sending blueprint-related chat messages.
Message Icon - Changes the chat icon used for messages sent by the plugin.
Items Blocked from SharingA list of item shortnames that should be excluded from sharing.
官方配置示例
{
"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,
"Message Icon": "0",
"Items Blocked from Sharing": [],
"Debug Mode": false
}{
"Prefix": "<color=#D85540>[Blueprint Share]</color> ",
"ArgumentsError": "Incorrect command usage. Try <color=#ffff00>/bs help</color>.",
"Help": "<color=#D85540>Blueprint Share Commands:</color>\n<color=#D85540>/bs toggle</color> - Toggle automatic blueprint sharing\n<color=#D85540>/bs share <player></color> - Share your learned blueprints with a player\n<color=#D85540>/bs show <team|clan|friend> [name]</color> - View blueprints shared with you\n<color=#D85540>/bs help</color> - Show this help menu",
"ToggleOn": "Blueprint sharing is now <color=#00ff00>enabled</color>.",
"ToggleOff": "Blueprint sharing is now <color=#ff0000>disabled</color>.",
"NoPermission": "You don't have permission to use this command.",
"CannotShare": "You cannot share blueprints with this player, they must be in your team, clan, or friends list.",
"NoTarget": "You must specify a player to share with.",
"TargetEqualsPlayer": "You cannot share blueprints with yourself.",
"PlayerNotFound": "Player not found.",
"PlayerSharedBlueprints": "You shared <color=#ffff00>{0}</color> blueprint(s) with <color=#ffff00>{1}</color>.",
"TargetLearntBlueprints": "<color=#ffff00>{0}</color> has shared <color=#ffff00>{1}</color> blueprint(s) with you.",
"NoBlueprintsToShare": "You have no new blueprints to share with <color=#ffff00>{0}</color>.",
"PlayerSharedBlueprint": "You have learned the <color=#ffff00>{0}</color> blueprint and shared it with <color=#ffff00>{1}</color> player(s).",
"TargetLearntBlueprint": "<color=#ffff00>{0}</color> has shared the <color=#ffff00>{1}</color> blueprint with you.",
"BlueprintBlocked": "The <color=#ffff00>{0}</color> blueprint is blocked from sharing, but you have still learned it.",
"TargetSharingDisabled": "Cannot share blueprints with <color=#ffff00>{0}</color> � they have disabled sharing.",
"BlueprintsRemoved": "You have lost access to <color=#ffff00>{0}</color> blueprint(s).",
"ShowMissingArgument": "You must specify which shared blueprints to view. Options: <color=#ffff00>team</color>, <color=#ffff00>clan</color>, or <color=#ffff00>friend</color>.",
"ShowFriendArgumentMissing": "You must specify a friend's name.",
"NotFriends": "You are not friends with this player.",
"NoSharedBlueprints": "No blueprints have been shared with you.",
"SharedBlueprintsTitle": "Blueprints Shared With You:",
"ShowSharedBlueprints": "<color=#ffff00>Tier {0}:</color> {1}",
"LoseBlueprintsDisabled": "This feature has been disabled by the server administrator."
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。