免费插件

Recycle Manager

回收经理

定制回收机的速度、效率和产量

游戏机制recyclerspeed

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

插件介绍

定制回收机的速度、效率和产量

The following permissions come with this plugin's default configuration. Granting one to a player alters the speed of recyclers they use.

You can add more speed configurations in the plugin configuration (Custom recycle speed > Speeds requiring permission), and the plugin will automatically generate permissions of the format recyclemanager.speed.<suffix> when reloaded. If a player has permission to multiple presets, only the last one will apply (based on the order in the config).

Default configuration:

主要用途

主要用于游戏机制、recycler、speed等服务端功能。 本插件由 WhiteThunder 发布,当前目录记录版本为 v2.1.0,uMod 累计下载 51,272 次。

适用场景

  • 希望扩展原版服务器功能的服主

功能分类

游戏机制recyclerspeed
查看 uMod 官方英文简介

Customize recycler speed, efficiency and outputs

权限节点

recyclemanager.admin

Allows all commands, and allows using the administration panel while viewing a recycler.

The following permissions come with this plugin's default configuration. Granting one to a player alters the speed of recyclers they use.

recyclemanager.speed.fast

Recycles 5x as fast.

recyclemanager.speed.instant

Recycles instantly.

You can add more speed configurations in the plugin configuration (Custom recycle speed > Speeds requiring permission), and the plugin will automatically generate permissions of the format recyclemanager.speed.<suffix> when reloaded. If a player has permission to multiple presets, only the last one will apply (based on the order in the config).

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

指令说明

recyclemanager.add <item id or short name>

Adds the specified item to the Override output section of the config.

recyclemanager.reset <item id or short name>

Adds or updates the specified item in the Override output section of the config.

相关依赖

  • Political Survival

配置说明

Default configuration:

{ "Edit UI": { "Enabled": true }, "Custom recycle speed": { "Enabled": false, "Yellow recycler time (seconds)": 8.0, "Green recycler time without grid power (seconds)": 5.0, "Green recycler time with grid power (seconds)": 4.5, "Red recycler time (seconds)": 4.0, "Recycle time multiplier by item short name (item: multiplier)": {}, "Recycle time multiplier by permission": [ { "Permission suffix": "fast", "Recycle time multiplier": 0.2 }, { "Permission suffix": "instant", "Recycle time multiplier": 0.0 } ] }, "Custom recycle efficiency": { "Enabled": false, "Yellow recycler efficiency": 0.4, "Green recycler efficiency without grid power": 0.5, "Green recycler efficiency with grid power": 0.6, "Red recycler efficiency": 0.75 }, "Restricted input items": { "Item short names": [], "Item skin IDs": [], "Item display names (custom items)": [] }, "Max items in stack per recycle (% of max stack size)": { "Default percent": 10.0, "Percent by input item short name": {}, "Percent by input item skin ID": {}, "Percent by input item display name (custom items)": {} }, "Output multipliers": { "Default multiplier": 1.0, "Multiplier by output item short name": {} }, "Override output": { "Override output by input item short name": {}, "Override output by input item skin ID": {}, "Override output by input item display name (custom items)": {} } }

Edit UIEnabled (true or false) -- While true, players with the recyclemanager.admin permission will have access to the administration panel to preview and edit the recycle output of items. Set this to false if you don't intend on using the administration panel, to save a tiny bit on performance.

Enabled (true or false) -- While true, players with the recyclemanager.admin permission will have access to the administration panel to preview and edit the recycle output of items. Set this to false if you don't intend on using the administration panel, to save a tiny bit on performance.

Custom recycle speed

This section allows you to optionally customize recycler speed.Enabled (true or false) -- While true, this plugin will override the recycling speed on all recyclers. While false, this plugin will not affect recycler speed. Default: false.Note: If other plugins want to cooperate with or override this behavior for specific recyclers or players, they can use the OnRecycleManagerSpeed hook.Yellow recycler time (seconds) -- This value determines how long (in seconds) yellow recyclers (in safe zones) will take to process each item. Vanilla equivalent is 8.0 seconds. Default: 8.0.Green recycler time without grid power (seconds) -- This value determines how long (in seconds) green recyclers will take to process each item when the power grid has not reached the necessary power level. Vanilla equivalent is 5.0 seconds. Default: 5.0.Green recycler time with grid power (seconds) -- This value determines how long (in seconds) green recyclers will take to process each item when the power grid has reached the necessary power level. Vanilla equivalent is 4.5 seconds. Default: 4.5.Red recycler time (seconds) -- This value determines how long (in seconds) red recyclers (at the Power Plant monument) will take to process each item. Vanilla equivalent is 4.0 seconds. Default: 4.0.Recycle time multiplier by item short name (item: multiplier) -- This section allows you to speed up or slow down recycling for specific input items, using multipliers.Example: { "gears": 0.5, "metalpipe": 0.25 } will make gears recycle in half the time (2x as fast), and metalpipe recycle in 1/4 the time (4x as fast).Recycle time multiplier by permission -- This list allows you to speed up or slow down recycling for specific players according to their permission. Each entry in this list will generate a permission of the format recyclemanager.speed.<suffix>. Granting that permission to a player assigns the corresponding multiplier to them.Permission suffix -- This is used to generate a permission of the format recyclemanager.speed.<suffix>. For example, if you set this to "fast", the plugin will generate the permission recyclemanager.speed.fast.Recycle time multiplier -- The time the recycler takes to process input items will be multiplied by this value.

Enabled (true or false) -- While true, this plugin will override the recycling speed on all recyclers. While false, this plugin will not affect recycler speed. Default: false.Note: If other plugins want to cooperate with or override this behavior for specific recyclers or players, they can use the OnRecycleManagerSpeed hook.

Yellow recycler time (seconds) -- This value determines how long (in seconds) yellow recyclers (in safe zones) will take to process each item. Vanilla equivalent is 8.0 seconds. Default: 8.0.

Green recycler time without grid power (seconds) -- This value determines how long (in seconds) green recyclers will take to process each item when the power grid has not reached the necessary power level. Vanilla equivalent is 5.0 seconds. Default: 5.0.

Green recycler time with grid power (seconds) -- This value determines how long (in seconds) green recyclers will take to process each item when the power grid has reached the necessary power level. Vanilla equivalent is 4.5 seconds. Default: 4.5.

Red recycler time (seconds) -- This value determines how long (in seconds) red recyclers (at the Power Plant monument) will take to process each item. Vanilla equivalent is 4.0 seconds. Default: 4.0.

Recycle time multiplier by item short name (item: multiplier) -- This section allows you to speed up or slow down recycling for specific input items, using multipliers.Example: { "gears": 0.5, "metalpipe": 0.25 } will make gears recycle in half the time (2x as fast), and metalpipe recycle in 1/4 the time (4x as fast).

Recycle time multiplier by permission

This list allows you to speed up or slow down recycling for specific players according to their permission. Each entry in this list will generate a permission of the format recyclemanager.speed.<suffix>. Granting that permission to a player assigns the corresponding multiplier to them.Permission suffix -- This is used to generate a permission of the format recyclemanager.speed.<suffix>. For example, if you set this to "fast", the plugin will generate the permission recyclemanager.speed.fast.Recycle time multiplier -- The time the recycler takes to process input items will be multiplied by this value.

Note: If other plugins want to cooperate with or override this behavior for specific recyclers or players, they can use the OnRecycleManagerSpeed hook.

Example: { "gears": 0.5, "metalpipe": 0.25 } will make gears recycle in half the time (2x as fast), and metalpipe recycle in 1/4 the time (4x as fast).

Permission suffix

This is used to generate a permission of the format recyclemanager.speed.<suffix>. For example, if you set this to "fast", the plugin will generate the permission recyclemanager.speed.fast.

Recycle time multiplier

The time the recycler takes to process input items will be multiplied by this value.

Recycle time multiplier examples:

0.5 = 2x speed

0.25 = 4x speed

0.2 = 5x speed

0.1 = 10x speed

0.0 = instant

Custom recycle efficiency

This section allows you to override the efficiency of recyclers.Enabled (true or false) -- While true, this plugin will override the efficiency of all recyclers. While false, this plugin will use vanilla logic to determine recycler efficiency. Default: false.Note: If other plugins want to cooperate with or override this behavior for specific recyclers or players, they can use the OnRecycleManagerEfficiency hook, or set the vanilla safezoneRecycleEfficiency and radtownRecycleEfficiency properties of individual recyclers.Yellow recycler efficiency -- This value determines how efficient yellow recyclers (in safe zones) will be when processing items. For example, 1.0 will cause recyclers to output the full amount of ingredients used to craft them. Default: 0.4.Green recycler efficiency without grid power -- This value determines how efficient green recyclers will be when processing items when the power grid has not reached the necessary power level. Default: 0.5.Green recycler efficiency with grid power -- This value determines how efficient green recyclers will be when processing items when the power grid has reached the necessary power level. Default: 0.6.Red recycler efficiency -- This value determines how efficient red recyclers (at the Power Plant monument) will be when processing items. Default: 0.75.

Enabled (true or false) -- While true, this plugin will override the efficiency of all recyclers. While false, this plugin will use vanilla logic to determine recycler efficiency. Default: false.Note: If other plugins want to cooperate with or override this behavior for specific recyclers or players, they can use the OnRecycleManagerEfficiency hook, or set the vanilla safezoneRecycleEfficiency and radtownRecycleEfficiency properties of individual recyclers.

Yellow recycler efficiency

This value determines how efficient yellow recyclers (in safe zones) will be when processing items. For example, 1.0 will cause recyclers to output the full amount of ingredients used to craft them. Default: 0.4.

官方配置示例

{
  "Edit UI": {
    "Enabled": true
  },
  "Custom recycle speed": {
    "Enabled": false,
    "Yellow recycler time (seconds)": 8.0,
    "Green recycler time without grid power (seconds)": 5.0,
    "Green recycler time with grid power (seconds)": 4.5,
    "Red recycler time (seconds)": 4.0,
    "Recycle time multiplier by item short name (item: multiplier)": {},
    "Recycle time multiplier by permission": [
      {
        "Permission suffix": "fast",
        "Recycle time multiplier": 0.2
      },
      {
        "Permission suffix": "instant",
        "Recycle time multiplier": 0.0
      }
    ]
  },
  "Custom recycle efficiency": {
    "Enabled": false,
    "Yellow recycler efficiency": 0.4,
    "Green recycler efficiency without grid power": 0.5,
    "Green recycler efficiency with grid power": 0.6,
    "Red recycler efficiency": 0.75
  },
  "Restricted input items": {
    "Item short names": [],
    "Item skin IDs": [],
    "Item display names (custom items)": []
  },
  "Max items in stack per recycle (% of max stack size)": {
    "Default percent": 10.0,
    "Percent by input item short name": {},
    "Percent by input item skin ID": {},
    "Percent by input item display name (custom items)": {}
  },
  "Output multipliers": {
    "Default multiplier": 1.0,
    "Multiplier by output item short name": {}
  },
  "Override output": {
    "Override output by input item short name": {},
    "Override output by input item skin ID": {},
    "Override output by input item display name (custom items)": {}
  }
}
{
  "Edit UI": {
    "Enabled": true
  },
  "Custom recycle speed": {
    "Enabled": true,
    "Yellow recycler time (seconds)": 8.0,
    "Green recycler time without grid power (seconds)": 5.0,
    "Green recycler time with grid power (seconds)": 4.5,
    "Red recycler time (seconds)": 4.0,
    "Recycle time multiplier by item short name (item: multiplier)": {
      "gears": 0.6,
      "metalpipe": 0.4
    },
    "Recycle time multiplier by permission": [
      {
        "Permission suffix": "fast",
        "Recycle time multiplier": 0.2
      },
      {
        "Permission suffix": "instant",
        "Recycle time multiplier": 0.0
      }
    ]
  },
  "Custom recycle efficiency": {
    "Enabled": false,
    "Yellow recycler efficiency": 0.4,
    "Green recycler efficiency without grid power": 0.5,
    "Green recycler efficiency with grid power": 0.6,
    "Red recycler efficiency": 0.75
  },
  "Restricted input items": {
    "Item short names": [
      "rope",
      "sewingkit"
    ],
    "Item skin IDs": [
      1234567890,
      4567891230
    ],
    "Item display names (custom items)": [
      "Portable Minicopter",
      "Ultimate Fridge"
    ]
  },
  "Max items in stack per recycle (% of max stack size)": {
    "Default percent": 10.0,
    "Percent by input item short name": {
      "gears": 100.0,
      "metalpipe": 100.0
    },
    "Percent by input item skin ID": {
      "1234567890": 20.0,
      "0987654321": 20.0
    },
    "Percent by input item display name (custom items)": {
      "Portable Car": 50.0,
      "Portable RHIB": 50.0
    }
  },
  "Output multipliers": {
    "Default multiplier": 2.0,
    "Multiplier by output item short name": {
      "wood": 4.0,
      "stones": 4.0,
      "metal.fragments": 4.0,
      "metal.refined": 4.0
    }
  },
  "Override output": {
    "Override output by input item short name": {
      "roadsigns": [
        {
          "Item short name": "paper",
          "Item skin ID": 2420097877,
          "Display name": "Cash",
          "Amount": 5.0
        },
        {
          "Item short name": "metal.refined",
          "Amount": 2.0
        }
      ],
      "techparts": [
        {
          "Item short name": "paper",
          "Item skin ID": 2420097877,
          "Display name": "Cash",
          "Amount": 20.0
        },
        {
          "Item short name": "metal.refined",
          "Amount": 2.0
        }
      ]
    },
    "Override output by input item skin ID": {
      "7894561230": [
        {
          "Item short name": "metal.fragments",
          "Amount": 100
        },
        {
          "Item short name": "metal.refined",
          "Amount": 10
        }
      ]
    },
    "Override output by input item display name (custom items)": {
      "Torpedo Launcher": [
        {
          "Item short name": "metal.fragments",
          "Amount": 500
        },
        {
          "Item short name": "metal.refined",
          "Amount": 50
        }
      ]
    }
  }
}

更新日志

最新版本: v2.1.0
最后版本发布: 2024-05-03
最后更新(条目): 2026-07-18

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

安装方法

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

使用前注意

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

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