免费插件

BGrade

BG级

放置时自动更新构建块

游戏机制建筑

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

插件介绍

放置时自动更新构建块

This plugin can automatically upgrade building blocks upon placement. Allowing players to upgrade their building blocks with ease, preventing the needed use of the Hammer.

This plugin has a set of modular permissions, allowing particular users (i.e VIPs) to upgrade to certain upgrade tiers, where others (i.e non-VIPs) cannot.

The commands are completely dynamic to the user. So replace the /bgrade to whatever you change your commands to in your configuration file, if you decide to do so.

Again, these commands are completely reliant on your configuration values. So if you change them from default, change the usages here with your desired commands.

主要用途

主要用于游戏机制、建筑等服务端功能。 本插件由 Ryan 发布,当前目录记录版本为 v1.1.6,uMod 累计下载 142,813 次。

适用场景

  • 需要调整建造、物品、制作或采集体验的服务器
  • 希望改善玩家交互与日常体验的社区服务器

功能分类

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

Auto update building blocks when placed

权限节点

This plugin has a set of modular permissions, allowing particular users (i.e VIPs) to upgrade to certain upgrade tiers, where others (i.e non-VIPs) cannot.

bgrade.all

Allows the granted user to use all grades possible.

bgrade.nores

Allows the user to not have to consume resources when their block is upgraded

bgrade.1

Allows the user to automatically upgrade to grade 1

bgrade.2

Allows the user to automatically upgrade to grade 2

bgrade.3

Allows the user to automatically upgrade to grade 3

bgrade.4

Allows the user to automatically upgrade to grade 4

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

指令说明

The commands are completely dynamic to the user. So replace the /bgrade to whatever you change your commands to in your configuration file, if you decide to do so.

/bgrade t <seconds>

Change the players disable timer

/bgrade 0

Disable BGrade

/bgrade 1

Enable automatic Wood upgrades

/bgrade 2

Enable automatic Stone upgrades

/bgrade 3

Enable automatic Metal upgrades

/bgrade 4

Enable automatic Armoured upgrades

配置说明

I have used a fool-proof configuration helper in this plugin so it's pretty hard to break it. But if you do manage to break it, refer to this to restore your values the way you want them.

{ "Building Attack Settings": { "Cooldown Time": 30, "Enabled": true }, "Command Settings": { "Chat Commands": [ "bgrade", "grade" ], "Console Commands": [ "bgrade.up" ] }, "Refund Settings": { "Refund on Block": true }, "Timer Settings": { "Default Timer": 30, "Enabled": true, "Max Timer": 180 } }

官方配置示例

{
  "Building Attack Settings": {
    "Cooldown Time": 30,
    "Enabled": true
  },
  "Command Settings": {
    "Chat Commands": [
      "bgrade",
      "grade"
    ],
    "Console Commands": [
      "bgrade.up"
    ]
  },
  "Refund Settings": {
    "Refund on Block": true
  },
  "Timer Settings": {
    "Default Timer": 30,
    "Enabled": true,
    "Max Timer": 180
  }
}
{
  "Permission": "You don't have permission to use that command",
  "Error.InvalidArgs": "Invalid arguments, please use /{0} help",
  "Error.Resources": "You don't have enough resources to upgrade.",
  "Error.InvalidTime": "Please enter a valid time. '<color=orange>{0}</color>' is not recognised as a number.",
  "Error.TimerTooLong": "Please enter a time that is below the value of <color=orange>{0}</color>.",
  "Notice.SetGrade": "Automatic upgrading is now set to grade <color=orange>{0} ({1})</color>.",
  "Notice.SetTime": "The disable timer is now set to <color=orange>{0}</color>.",
  "Notice.Disabled": "Automatic upgrading is now disabled.",
  "Notice.Disabled.Auto": "Automatic upgrading has been automatically disabled.",
  "Notice.Time": "It'll automatically disable in <color=orange>{0}</color> seconds.",
  "Command.Help": "<color=orange><size=16>BGrade Command Usages</size></color>",
  "Command.Help.0": "/{0} 0 - Disables BGrade",
  "Command.Help.1": "/{0} 1 - Upgrades to Wood upon placement",
  "Command.Help.2": "/{0} 2 - Upgrades to Stone upon placement",
  "Command.Help.3": "/{0} 3 - Upgrades to Metal upon placement",
  "Command.Help.4": "/{0} 4 - Upgrades to Armoured upon placement",
  "Command.Help.T": "/{0} t <seconds> - Time until BGrade is disabled",
  "Command.Settings": "<color=orange><size=16>Your current settings</size></color>",
  "Command.Settings.Timer": "Timer: <color=orange>{0}</color> seconds",
  "Command.Settings.Grade": "Grade: <color=orange>{0} ({1})</color>",
  "Words.Disabled": "disabled",
  "Words.Grade.1": "Wood",
  "Words.Grade.2": "Stone",
  "Words.Grade.3": "Metal",
  "Words.Grade.4": "Armoured"

}

更新日志

最新版本: v1.1.6
最后版本发布: 2024-10-15
最后更新(条目): 2026-07-19

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

安装方法

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

使用前注意

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

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