免费插件

Global Progression

全球进展

全局蓝图解锁

blueprintsunmaintained

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

插件介绍

全局蓝图解锁

Global Progression is a plugin primarily designed to balance PVP servers by globally unlocking blueprints as they are learned by players. The plugin is meant to mitigate the dominating effect that a server's "established" players will have on new players.

In order to retain the value of learning blueprints, there is a configurable delay and player threshold for blueprint learning. This will mean that the first X players (threshold) who learn the blueprint will have an advantage for Y seconds (delay) until that blueprint is globally unlocked.

For example: if the player threshold is set to 4 and a delay of 3600 (seconds), the first 3 players to learn the blueprint will exclusively have the blueprint unlocked until the 4th player learns it. And once the 4th player learns the blueprint, a countdown begins and the blueprint will unlock for ALL players after 3600s (1hr). Additionally, a blueprint that is on countdown can be BLOCKED from any additional players learning it until it is globally unlocked, giving additional incentive to research.

It is recommended to load this plugin initially with a freshly wiped server (including blueprints!)

主要用途

主要用于blueprints、unmaintained等服务端功能。 本插件由 发布,当前目录记录版本为 v0.2.1,uMod 累计下载 7,587 次。

适用场景

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

功能分类

blueprintsunmaintained
查看 uMod 官方英文简介

Global blueprint unlocking

权限节点

globalprogression.admin - Admin permission; gives access to console commands

globalprogression.ignore - Players with this permission will be a part of the "ignore list", so they will not trigger blueprint unlocks, nor learn globally-unlocked blueprints.

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

指令说明

Require permission globalprogression.admin:

gp.refresh - Refresh unlocked blueprints by checking all active/sleeping players' blueprints and unlocking them globally. Does not include players who have joined previously but have no sleeper! May not be the most performant...

/gpq - Print a list of currently queued blueprints for unlocking

配置说明

Default config, with commentary:

{ "First Load": false, // indicates first time loading plugin; true will force additional processing to take place (basically, running a refresh) "Blocking": false, // Whether to block players from learning a blueprint that is currently pending (counting down to unlock globally) "Global Unlock Threshold": 1, // Number of players who must learn a blueprint to start the unlock countdown "Learning Delay": 600, // Number of seconds to countdown until global unlock "Tick Rate": 1.0, // Internal tick rate in seconds for countdown checks "Unlocked Blueprints": [], // List of globally unlocked blueprints (item shortnames) "Pending Blueprints": {}, // Dictionary of pending unlocks (shortname, counter, unlock time) }

官方配置示例

{
  "First Load": false, // indicates first time loading plugin; true will force additional processing to take place (basically, running a refresh)
  "Blocking": false, // Whether to block players from learning a blueprint that is currently pending (counting down to unlock globally)
  "Global Unlock Threshold": 1, // Number of players who must learn a blueprint to start the unlock countdown
  "Learning Delay": 600, // Number of seconds to countdown until global unlock
  "Tick Rate": 1.0, // Internal tick rate in seconds for countdown checks
  "Unlocked Blueprints": [], // List of globally unlocked blueprints (item shortnames)
  "Pending Blueprints": {}, // Dictionary of pending unlocks (shortname, counter, unlock time)
}

更新日志

最新版本: v0.2.1
最后版本发布: 暂无记录
最后更新(条目): 2026-08-26

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

安装方法

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

使用前注意

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

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