插件介绍
抓住他们,掌握追捕骗子的艺术
Fed up with ESP cheaters stealing your players' hard-earned loot? Say goodbye to that, this plugin keeps you one step ahead of them all the time. It's like a cheater magnet, catching cheaters left and right! So sit back, chill, and enjoy as they walk right into your traps.
Please open a thread in the support section of this plugin's page. If you want quicker help or to reach me directly, join my Discord.
When AutomatedStashTraps is loaded, it'll initiate a thorough map scan to pinpoint the ideal locations for trap deployment, ensuring a diverse distribution that keeps cheaters guessing.
主要用途
主要用于anticheat、administration、traps、服务器管理等服务端功能。 本插件由 VisEntities 发布,当前目录记录版本为 v1.5.5,uMod 累计下载 39,695 次。
适用场景
- 需要管理、审计或维护能力的服务器
功能分类
查看 uMod 官方英文简介
Catch 'em all, master the art of cheater hunting
权限节点
automatedstashtraps.admin - Required for utilizing admin commands.
automatedstashtraps.ignore - Players with this permission will not trigger violations upon opening stashes.
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
trap.loot - Opens the loot editor, allowing you to customize the loot table of your automated stash traps.
相关依赖
- Clans
配置说明
{ "Version": "1.5.0", "Spawn Point": { "Maximum Attempts To Find Spawn Points": 1500, "Safe Area Radius": 3.0, "Entity Detection Radius": 25.0, "Player Detection Radius": 25.0 }, "Automated Trap": { "Maximum Traps To Spawn": 50, "Destroy Revealed Trap After Minutes": 2, "Replace Revealed Trap": true, "Dummy Sleeping Bag": { "Spawn Along": true, "Spawn Proximity To Stash": 0.90, "Spawn Chance": 50, "Randomized Skin Chance": 40, "Randomized Nice Name Chance": 60 } }, "Violation": { "Reset On Wipe": true, "Can Teammate Ignore": false, "Can Clanmate Ignore": false }, "Moderation": { "Automatic Ban": false, "Violations Tolerance": 3, "Ban Delay Seconds": 60, "Ban Reason": "Cheat Detected!" }, "Notification": { "Prefix": "<color=#F2C94C>Automated Stash Trap</color>:", "Enable Console Report": true, "Stash Report Filter": 2 }, "Discord": { "Post Into Discord": false, "Webhook Url": "", "Report Interval": 60.0, "Message": "Cheater, cheater, pumpkin eater! Looks like someone's been caught breaking the rules!", "Embed Color": "#FFFFFF", "Embed Title": "A cheater has been spotted", "Embed Footer": "", "Embed Fields": [ { "name": "Player Name", "value": "$Player.Name", "inline": true }, { "name": "Id", "value": "$Player.Id", "inline": true }, { "name": "Violations Count", "value": "$Player.Violations", "inline": true }, { "name": "Revealed Stash Type", "value": "$Stash.Type", "inline": true }, { "name": "Stash Id", "value": "$Stash.Id", "inline": true }, { "name": "Grid", "value": "$Stash.Position.Grid", "inline": true }, { "name": "Reveal Method", "value": "$Stash.Reveal.Method", "inline": false }, { "name": "Stash Owner Name", "value": "$Stash.Owner.Name", "inline": true }, { "name": "Stash Owner Id", "value": "$Stash.Owner.Id", "inline": true }, { "name": "Team Info", "value": "$Player.Team", "inline": false }, { "name": "Player Connection Time", "value": "$Player.Connection.Time", "inline": false }, { "name": "Server", "value": "$Server.Name $Server.Address", "inline": false } ] }, "Stash Loot": { "Minimum Loot Spawn Slots": 1, "Maximum Loot Spawn Slots": 6, "Spawn Chance As Blueprint": 10, "Spawn Chance With Skin": 50, "Spawn Chance As Damaged": 30, "Minimum Condition Loss": 5.0, "Maximum Condition Loss": 95.0, "Spawn Chance As Repaired": 15, "Spawn Chance As Broken": 5, "Loot Table": [ { "Short Name": "scrap", "Minimum Spawn Amount": 25, "Maximum Spawn Amount": 125 }, { "Short Name": "metal.refined", "Minimum Spawn Amount": 15, "Maximum Spawn Amount": 40 }, { "Short Name": "cloth", "Minimum Spawn Amount": 60, "Maximum Spawn Amount": 200 }, { "Short Name": "cctv.camera", "Minimum Spawn Amount": 1, "Maximum Spawn Amount": 2 }, { "Short Name": "riflebody", "Minimum Spawn Amount": 1, "Maximum Spawn Amount": 3 }, { "Short Name": "techparts", "Minimum Spawn Amount": 1, "Maximum Spawn Amount": 6 } ] } }
官方配置示例
{
"Version": "1.5.0",
"Spawn Point": {
"Maximum Attempts To Find Spawn Points": 1500,
"Safe Area Radius": 3.0,
"Entity Detection Radius": 25.0,
"Player Detection Radius": 25.0
},
"Automated Trap": {
"Maximum Traps To Spawn": 50,
"Destroy Revealed Trap After Minutes": 2,
"Replace Revealed Trap": true,
"Dummy Sleeping Bag": {
"Spawn Along": true,
"Spawn Proximity To Stash": 0.90,
"Spawn Chance": 50,
"Randomized Skin Chance": 40,
"Randomized Nice Name Chance": 60
}
},
"Violation": {
"Reset On Wipe": true,
"Can Teammate Ignore": false,
"Can Clanmate Ignore": false
},
"Moderation": {
"Automatic Ban": false,
"Violations Tolerance": 3,
"Ban Delay Seconds": 60,
"Ban Reason": "Cheat Detected!"
},
"Notification": {
"Prefix": "<color=#F2C94C>Automated Stash Trap</color>:",
"Enable Console Report": true,
"Stash Report Filter": 2
},
"Discord": {
"Post Into Discord": false,
"Webhook Url": "",
"Report Interval": 60.0,
"Message": "Cheater, cheater, pumpkin eater! Looks like someone's been caught breaking the rules!",
"Embed Color": "#FFFFFF",
"Embed Title": "A cheater has been spotted",
"Embed Footer": "",
"Embed Fields": [
{
"name": "Player Name",
"value": "$Player.Name",
"inline": true
},
{
"name": "Id",
"value": "$Player.Id",
"inline": true
},
{
"name": "Violations Count",
"value": "$Player.Violations",
"inline": true
},
{
"name": "Revealed Stash Type",
"value": "$Stash.Type",
"inline": true
},
{
"name": "Stash Id",
"value": "$Stash.Id",
"inline": true
},
{
"name": "Grid",
"value": "$Stash.Position.Grid",
"inline": true
},
{
"name": "Reveal Method",
"value": "$Stash.Reveal.Method",
"inline": false
},
{
"name": "Stash Owner Name",
"value": "$Stash.Owner.Name",
"inline": true
},
{
"name": "Stash Owner Id",
"value": "$Stash.Owner.Id",
"inline": true
},
{
"name": "Team Info",
"value": "$Player.Team",
"inline": false
},
{
"name": "Player Connection Time",
"value": "$Player.Connection.Time",
"inline": false
},
{
"name": "Server",
"value": "$Server.Name $Server.Address",
"inline": false
}
]
},
"Stash Loot": {
"Minimum Loot Spawn Slots": 1,
"Maximum Loot Spawn Slots": 6,
"Spawn Chance As Blueprint": 10,
"Spawn Chance With Skin": 50,
"Spawn Chance As Damaged": 30,
"Minimum Condition Loss": 5.0,
"Maximum Condition Loss": 95.0,
"Spawn Chance As Repaired": 15,
"Spawn Chance As Broken": 5,
"Loot Table": [
{
"Short Name": "scrap",
"Minimum Spawn Amount": 25,
"Maximum Spawn Amount": 125
},
{
"Short Name": "metal.refined",
"Minimum Spawn Amount": 15,
"Maximum Spawn Amount": 40
},
{
"Short Name": "cloth",
"Minimum Spawn Amount": 60,
"Maximum Spawn Amount": 200
},
{
"Short Name": "cctv.camera",
"Minimum Spawn Amount": 1,
"Maximum Spawn Amount": 2
},
{
"Short Name": "riflebody",
"Minimum Spawn Amount": 1,
"Maximum Spawn Amount": 3
},
{
"Short Name": "techparts",
"Minimum Spawn Amount": 1,
"Maximum Spawn Amount": 6
}
]
}
}{
"Error.Permission": "You do not have the necessary permission to use this command.",
"Trap.Reveal": "Hidden stash was found by <color=#F2C94C>{0}</color> at <color=#F2C94C>{1}</color>. Don't waste any time! Use <color=#F2994A>trap.teleport</color> to quickly jump to the site.",
"Trap.Loot": "Stash loot table has been updated with a total of <color=#F2C94C>{0}</color> items.",
"Trap.Draw": "Highlighting <color=#F2C94C>{0}</color> deployed traps on the map.",
"Trap.Give": "You have received a stash trap. Simply place it on the ground to set it up.",
"Trap.Setup": "Trap has been set up and filled with loot."
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。