插件介绍
在随机或指定位置生成由科学家看守的高价值战利品。
NpcSpawn v2.5.5
主要用途
主要用于event、crates、scientists等服务端功能。 本插件由 Bazz3l 发布,当前目录记录版本为 v2.0.15,uMod 累计下载 46,065 次。
适用场景
- 希望扩展原版服务器功能的服主
功能分类
查看 uMod 官方英文简介
Spawn High value loot guarded by scientists at random or specified locations.
权限节点
guardedcrate.useAllows setup fo events.
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
/gcrate start <event-name|optional>, start specified event or random if none specified.
/gcrate here <event-name> <event-name>, start event at your current location.
/gcrate position <event-name> <x, y, z>, start event at specified position.
/gcrate stop, stop all currently running crate events.
/gcrate amount <event-name> <number>, Change number of guards to spawn at the event.
/gcrate loot <event-name> Put items in your main container to set up loot items.
/gcrate loadout <event-name> Put items in your wear and belt containers to set up a guard's loadout.
相关依赖
- Clans
- Hackable Lock
配置说明
{ "command name - (default: gcrate)": "gcrate", "auto start enabled - (default: true)": true, "auto start length in seconds - (default: 3600)": 3600.0, "toast notification settings": { "enabled - (default: false)": false, "style - (default: Blue_Normal - options: Blue_Normal, Red_Normal, Server_Event)": "Blue_Normal" }, "chat notification settings": { "enabled - (default: true)": true, "enable prefix - (default: true)": true, "chat icon (steam64) - (default: 0)": 0 }, "gui announcement notification settings - (https://umod.org/plugins/gui-announcements)": { "enabled - (default: false)": false, "text color - (default: white)": "white", "background color - (default: purple)": "purple" }, "dome settings": { "enabled - (default: false)": true, "radius - (default: 0.25)": 10.0, "amount - (default: 1)": 1.0, "primary dome color - (default: br_sphere_red.prefab)": "assets/prefabs/visualization/sphere.prefab", "default dome color - (default: sphere.prefab)": "assets/bundled/prefabs/modding/events/twitch/br_sphere_red.prefab" }, "zone settings - (https://umod.org/plugins/zone-manager)": { "enabled excluded zones - (default: false)": false, "excluded zones": [] }, "blocked topologies - (default: Arctic, Jungle)": [ "Arctic", "Jungle" ], "current version number - (WARNING!!! do not change this value)": { "Major": 2, "Minor": 0, "Patch": 14 } }
官方配置示例
{
"command name - (default: gcrate)": "gcrate",
"auto start enabled - (default: true)": true,
"auto start length in seconds - (default: 3600)": 3600.0,
"toast notification settings": {
"enabled - (default: false)": false,
"style - (default: Blue_Normal - options: Blue_Normal, Red_Normal, Server_Event)": "Blue_Normal"
},
"chat notification settings": {
"enabled - (default: true)": true,
"enable prefix - (default: true)": true,
"chat icon (steam64) - (default: 0)": 0
},
"gui announcement notification settings - (https://umod.org/plugins/gui-announcements)": {
"enabled - (default: false)": false,
"text color - (default: white)": "white",
"background color - (default: purple)": "purple"
},
"dome settings": {
"enabled - (default: false)": true,
"radius - (default: 0.25)": 10.0,
"amount - (default: 1)": 1.0,
"primary dome color - (default: br_sphere_red.prefab)": "assets/prefabs/visualization/sphere.prefab",
"default dome color - (default: sphere.prefab)": "assets/bundled/prefabs/modding/events/twitch/br_sphere_red.prefab"
},
"zone settings - (https://umod.org/plugins/zone-manager)": {
"enabled excluded zones - (default: false)": false,
"excluded zones": []
},
"blocked topologies - (default: Arctic, Jungle)": [
"Arctic",
"Jungle"
],
"current version number - (WARNING!!! do not change this value)": {
"Major": 2,
"Minor": 0,
"Patch": 14
}
}{
"CrateEventEntries": [
{
"event display name)": "Easy",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 60.0,
"hackable crate fall drag": 1.0,
"enable marker": true,
"marker color 1": "#32A844",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 8,
"guard spawn config": {
"Name": "Easy Guard",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "smg.mp5",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 200.0,
"RoamRange": 5.0,
"ChaseRange": 40.0,
"SenseRange": 80.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.25,
"Speed": 8.5,
"SleepDistance": 100.0,
"MemoryDuration": 30.0,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": false,
"CanSleep": false,
"CanRaid": false,
"Stationary": false,
"AboveOrUnderGround": false
},
"create loot items": []
},
{
"event display name)": "Medium",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 120.0,
"hackable crate fall drag": 1.0,
"enable marker": true,
"marker color 1": "#EDDF45",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 10,
"guard spawn config": {
"Name": "Medium Guard",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "smg.mp5",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 250.0,
"RoamRange": 5.0,
"ChaseRange": 40.0,
"SenseRange": 80.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.25,
"Speed": 8.5,
"SleepDistance": 100.0,
"MemoryDuration": 30.0,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": false,
"CanSleep": false,
"CanRaid": false,
"Stationary": false,
"AboveOrUnderGround": false
},
"create loot items": []
},
{
"event display name)": "Hard",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 180.0,
"hackable crate fall drag": 1.0,
"enable marker": true,
"marker color 1": "#3060D9",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 12,
"guard spawn config": {
"Name": "Hard Guard",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "rifle.ak",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 300.0,
"RoamRange": 5.0,
"ChaseRange": 40.0,
"SenseRange": 80.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.15,
"Speed": 8.5,
"SleepDistance": 100.0,
"MemoryDuration": 30.0,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": false,
"CanSleep": false,
"CanRaid": false,
"Stationary": false,
"AboveOrUnderGround": false
},
"create loot items": []
},
{
"event display name)": "Elite",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 180.0,
"hackable crate fall drag": 1.0,
"enable marker": true,
"marker color 1": "#3060D9",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 20,
"guard spawn config": {
"Name": "Elite Guard",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "rifle.ak",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 300.0,
"RoamRange": 5.0,
"ChaseRange": 40.0,
"SenseRange": 80.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.15,
"Speed": 8.5,
"SleepDistance": 100.0,
"MemoryDuration": 30.0,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": false,
"CanSleep": false,
"CanRaid": false,
"Stationary": false,
"AboveOrUnderGround": false
},
"create loot items": []
}
]
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。