免费插件

No Decay

无衰减

缩放或禁用物品和可部署物品的衰减

物品deployablesdecay

原作者:0x89A · 查看 uMod 官方页面 ↗

插件介绍

缩放或禁用物品和可部署物品的衰减

No Decay nullifies or scales down/up any decay damage applied to any item in game.

These are the values that the decay damage is scaled to. 1.0 will result in no change in decay, 0.0 will remove it completely. Going above 1.0 will increase decay damage.

The shortnames of the entities desired to be affected by this plugin must be entered in here.

An example might be:

主要用途

主要用于物品、deployables、decay等服务端功能。 本插件由 0x89A 发布,当前目录记录版本为 v1.5.1,uMod 累计下载 95,848 次。

适用场景

  • 需要调整建造、物品、制作或采集体验的服务器

功能分类

物品deployablesdecay
查看 uMod 官方英文简介

Scales or disables decay of items, and deployables

权限节点

nodecay.use - Required for NoDecay to work for a user, if the permission is required (set in config).

授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke

配置说明

{ "General": { "Disable decay for all entities": false, "Exclude \"Other Multipliers\"": false, "Use permission": false, "Decay if there is no owner (and perms enabled)": false, "Permission": "nodecay.use", "Output": { "Output to server console": false, "Log to file": true, "Log file name": "NoDecay-Log" }, "Cupboard Settings": { "Disable No Decay if resources placed in TC": false, "Require Tool Cupboard": false, "Any authed on TC": false, "Cupboard Range": 30.0, "Block cupboard wood": false, "Block cupboard stone": false, "Block cupbard metal": false, "Block cupboard high quality": false } }, "Building grade multipliers": { "Twig multiplier": 1.0, "Wood multiplier": 0.0, "Stone multiplier": 0.0, "Sheet Metal multiplier": 0.0, "Armoured multiplier": 0.0 }, "Other multipliers": { "shortname": 0, } }

Disable decay for all entities - Is decay damage disabled for all entities (Will be overriden by other conditions, this just removes the need to list things in "other multipliers").

Exclude "Other Multipliers" - Will make all entities entered in Other Multipliers exempt from the plugins effects (will decay).

Use permission - Do players require the permission for decay multipliers to be applied to their owned entities.

Decay if there is no owner - If permissions are enabled, do entities without an owner decay as normal or not.

Output to server console - Does the plugin output information about its operation to the server console.

Log to file - Does the plugin output information about its operation to a data file.

Log file name - The file name that the plugin outputs to.

Disable No Decay if resources placed in TC - Will disable the effects of the plugin on entities under the building priviledge range if resources are in the tool cupboard.

Require Tool Cupboard - Is the entity required to be in range of a tool cupboard for decay multipliers to be applied.

Any authed on TC - If any of the players authorised on the tool cupboard have the permission, decay will be overriden.

Cupboard Range - The max distance between the center of the tool cupboard and the entity to be classed as in range.

Block cupboard wood - Is wood blocked from being added to tool cupboards.

Block cupboard stone - Is stone blocked from being added to tool cupboards.

Block cupboard metal - Are metal fragments blocked from being added to tool cupboards.

Block cupboard high quality - Is high quality metal blocked from being added to tool cupboards.

These are the values that the decay damage is scaled to. 1.0 will result in no change in decay, 0.0 will remove it completely. Going above 1.0 will increase decay damage.

The shortnames of the entities desired to be affected by this plugin must be entered in here.

An example might be:

"Other multipliers": { "furnace": 0.0, "wall.external.high.stone": 0.5, "wall.external.high.stone": 0.5, "minicopter.entity": 0.0 },

Alternatively, the entity type may be entered.

"Other multipliers": { "BaseOven": 0.0, "StorageContainer": 0.5, "wall.external.high.stone": 0.5, "minicopter.entity": 0.0 },

The multiplier for the individual entity will override the type multiplier. For example if the config looked like this:

"Other multipliers": { "BaseOven": 0.0, "furnace": 0.5 },

The multiplier used for the furnace would be 0.5 .

官方配置示例

{
  "General": {
    "Disable decay for all entities": false,
    "Exclude \"Other Multipliers\"": false,
    "Use permission": false,
    "Decay if there is no owner (and perms enabled)": false,
    "Permission": "nodecay.use",
    "Output": {
      "Output to server console": false,
      "Log to file": true,
      "Log file name": "NoDecay-Log"
    },
    "Cupboard Settings": {
      "Disable No Decay if resources placed in TC": false,
      "Require Tool Cupboard": false,
      "Any authed on TC": false,
      "Cupboard Range": 30.0,
      "Block cupboard wood": false,
      "Block cupboard stone": false,
      "Block cupbard metal": false,
      "Block cupboard high quality": false
    }
  },
  "Building grade multipliers": {
    "Twig multiplier": 1.0,
    "Wood multiplier": 0.0,
    "Stone multiplier": 0.0,
    "Sheet Metal multiplier": 0.0,
    "Armoured multiplier": 0.0
  },
  "Other multipliers": {
    "shortname": 0,
  }
}
"Other multipliers": {
    "furnace": 0.0,
    "wall.external.high.stone": 0.5,
    "wall.external.high.stone": 0.5,
    "minicopter.entity": 0.0
},

更新日志

最新版本: v1.5.1
最后版本发布: 2025-11-11
最后更新(条目): 2026-07-18

本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面

安装方法

  1. 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
  2. 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
  3. 将 .cs 文件放入服务器的 oxide/plugins 目录。
  4. 观察服务端控制台,确认插件编译并成功加载。
  5. 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。

使用前注意

  • Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
  • 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
  • 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
  • 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
来源说明

中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。