插件介绍
在一定时间内防止新玩家放置的实体/建筑物受到损坏。
Anti Noob Raid prevents doing damage to entities placed by a new player for a certain amount of time.For this plugin to work, Playtime Tracker is needed to monitor how long players are on the server.Time period inside which players cannot get raided is configurable in the config file, by default it is 43200 (seconds).
antinoobraid.admin - gives player permission to command /refunditem & /checkname
antinoobraid.noob - gives player permanent noob protection status
/refunditem add - adds the item you are holding to the list of items that will get refunded (in case the item is a raid tool)
主要用途
主要用于imported、noob、protection、raiding等服务端功能。 本插件由 MasterSplinter 发布,当前目录记录版本为 v2.1.1,uMod 累计下载 22,276 次。
适用场景
- PVP、战斗或攻防玩法服务器
功能分类
查看 uMod 官方英文简介
Prevents damage to entities/buildings placed by new player's for a certain amount of time.
权限节点
This plugin uses Oxide's permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.
antinoobraid.admin - gives player permission to command /refunditem & /checkname
antinoobraid.noob - gives player permanent noob protection status
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
/refunditem add - adds the item you are holding to the list of items that will get refunded (in case the item is a raid tool)
/refunditem remove - removes the item you are holding from the list of items that will get refunded (in case the item is a raid tool)
/refunditem list - lists all the items that are currently set to refund
/refunditem clear - clears the list of items set to refund
/refunditem all - sets all raid tools to get refunded (C4, satchel, beancan, f1 and all 2 types of rockets (hv & normal))
/checkname looking - check a deployed item and get its name for "Entity Settings"
/checkname holding - check the weapon your holding and get its name for "Weapon Settings"
/checknew - allows player to check if the entity is placed by a new player to avoiding losing explosives (needs to be looking at the building/entity)
相关依赖
- Playtime Tracker
- Clans
- Wipe Protection
- Raid Limit
配置说明
The settings and options can be configured in the AntiNoobRaid file under the config directory. The use of a JSON editor or validation site such as jsonlint.com is recommended to avoid formatting issues and syntax errors.
{ "Main Settings": { "Time (seconds) after which noob will lose protection (in-game time)": 43200, "Days of inactivity after which player will be raidable": 3.0, "Remove noob status of a raider on raid attempt": true, "Remove noob status of a raider who is manually marked as a noob on raid attempt": true }, "Other Settings": { "Allow Patrol Helicopter to damage noob structures (This will allow players to raid noobs with Patrol Helicopter)": true, "Ignore twig when calculating base ownership (prevents exploiting)": true, "Check full ownership of the base instead of only one block": true, "Kill fireballs when someone tries to raid protected player with fire (prevents lag)": true }, "Team & Clan Settings": { "Enable 'Clan' Support (Allow clan members to destroy each others entities & Remove protection from clan members when a member tries to raid)": true, "Enable 'Team' Support (Allow team members to destroy each others entities & Remove protection from team members when a member tries to raid)": true "Enable 'Team' playtime sync (Sync's all player's within a team to the highest playtime)": true }, "Refund Settings": { "Refund explosives": true, "Refunds before player starts losing explosives": 4 }, "Manage Messages": { "Notify player on first connection with protection time": true, "Use game tips to send most messages to players": true, "Show message for not being able to raid": true, "Show time until raidable": false, "Show time until raidable only to owners": true }, "Entity Settings": { "List of entities that can be destroyed even if owner is noob, true = destroyable everywhere": { "ShortPrefabName": "Common Name", "beartrap": "Snap Trap", "landmine": "Landmine" }, "List of entities that can be destroyed without losing noob protection, true = destroyable everywhere": { "ShortPrefabName": "Common Name", "campfire": "Camp Fire" } }, "Weapon Settings": { "List of Weapons/Tools that won't trigger player to lose noob protection": { "ShortPrefabName": "Common Name", "rocket_smoke": "Smoke Rocket WIP!!!!" } }, "Advance Settings": { "User data refresh interval (seconds)": 30, "Save interval (seconds)": 60, "Save data on Server Save": true, "Show structure has no owner in console": false, "Enable Logs (Logs can be found in /oxide/logs/antinoobraid)": true } }
官方配置示例
This plugin uses Oxide's permission system.
To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>.
To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.The settings and options can be configured in the AntiNoobRaid file under the config directory.
The use of a JSON editor or validation site such as jsonlint.com is recommended to avoid formatting issues and syntax errors.更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由本站已校验的本地缓存提供作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。