插件介绍
轻松管理服务器上的蓝图
Blueprint Manager This plugin allows server owners to create a highly customizable blueprint experience. Allowing for on demand BP access via commands, permission and timed access after wipe.
Permissions are enabled for each item category and workbench level, as well as custom permissions. All permissions are automatically added. The list below is what is currrently set as default:
Editable custom blueprint perms via config
主要用途
主要用于游戏机制、管理、blueprints等服务端功能。 本插件由 Whispers88 发布,当前目录记录版本为 v2.1.5,uMod 累计下载 151,562 次。
适用场景
- 需要管理、审计或维护能力的服务器
功能分类
查看 uMod 官方英文简介
Manage blueprints on your server easily
权限节点
Permissions are enabled for each item category and workbench level, as well as custom permissions. All permissions are automatically added. The list below is what is currrently set as default:
blueprintmanager.all - Grants access to all available blueprints
blueprintmanager.admin - Grants access to console/chat commands
Editable custom blueprint perms via config
blueprintmanager.customperm1 - Grants access to custom set of blueprints
blueprintmanager.customperm2 - Grants access to custom set of blueprints
blueprintmanager.WorkbenchLvL0 - Grants access to blueprints from workbench lvl 0
blueprintmanager.WorkbenchLvL1 - Grants access to blueprints from workbench lvl 1
blueprintmanager.WorkbenchLvL2 - Grants access to blueprints from workbench lvl 2
blueprintmanager.WorkbenchLvL3 - Grants access to blueprints from workbench lvl 3
blueprintmanager.Attire - Grants access to all blueprints in the Attire category
blueprintmanager.Misc - Grants access to all blueprints in the Misic category
blueprintmanager.Items - Grants access to all blueprints in the Items category
blueprintmanager.Ammunition - Grants access to all blueprints in the Ammunition category
blueprintmanager.Construction - Grants access to all blueprints in the Construction category
blueprintmanager.Component - Grants access to all blueprints in the Component category
blueprintmanager.Traps - Grants access to all blueprints in the Traps category
blueprintmanager.Electrical - Grants access to all blueprints in the Electrical category
blueprintmanager.Fun - Grants access to all blueprints in the Fun category
blueprintmanager.Tool - Grants access to all blueprints in the Tool category
blueprintmanager.Weapon - Grants access to all blueprints in the Weapon category
blueprintmanager.Resources - Grants access to all blueprints in the Resources category
blueprintmanager.Medical - Grants access to all blueprints in the Medical category
blueprintmanager.Dlc - Grants access to all dlc blueprints
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
bpreset "player name or id" - resets blueprints for player
bpremove "player name or id" "item shortname" "item shortname2" "item shortname3" - remove specified blueprints for player
bpwipeall" - wipe all bps for every player
bpunlock "player name or id" "item shortname" "item shortname2" "item shortname3" ... - unlock specified blueprints for player
bpunlockall "player name or id"- unlocks all blueprints for player
相关依赖
- No Workbench
配置说明
{ "Simple Mode (disables advance blueprint management options)": false, "Update players on permission change (automatically updates a players BPs when their permissions change)": true, "Wipe BPs with Map Wipe": false, "Blacklist (items from being automatically learnt)": [], "DefaultBPs (Blueprints to be automatically learnt)": [], "Assign custom BP unlocks to various perms (permission, BP List": { "customperm1": [ "rock" ], "customperm2": [ "torch" ] }, "Advanced Blueprint Management Options": { "hat.wolf.item": { "defaultBP": true, "canResearch": true, "scrapRequired": 0, "unlockMinutesAfterWipe": -1, "autoUnlockMinutesAfterWipe": false }, }
"defaultBP": sets blueprint as default (unlocks for all players),
"canResearch": toggles the ability to research a blueprint (Set this to false if you want a BP locked till after the set unlockMinutesAfterWipe)
"scrapRequired": scrap required to research (ResearchBench)
"unlockMinutesAfterWipe": Sets a timer to set can research to true and automatically give BPS IF autoUnlockMinutesAfterWipe is set to true (set to -1 to disable)
"autoUnlockMinutesAfterWipe": automatically unlocks a bp for all players if unlockMinutesAfterWipe is set
官方配置示例
{
"Simple Mode (disables advance blueprint management options)": false,
"Update players on permission change (automatically updates a players BPs when their permissions change)": true,
"Wipe BPs with Map Wipe": false,
"Blacklist (items from being automatically learnt)": [],
"DefaultBPs (Blueprints to be automatically learnt)": [],
"Assign custom BP unlocks to various perms (permission, BP List": {
"customperm1": [
"rock"
],
"customperm2": [
"torch"
]
},
"Advanced Blueprint Management Options": {
"hat.wolf.item": {
"defaultBP": true,
"canResearch": true,
"scrapRequired": 0,
"unlockMinutesAfterWipe": -1,
"autoUnlockMinutesAfterWipe": false
},
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。