插件介绍
允许玩家为每 X 秒重生的资源设置重生点
The main purpose of this plugin is to be able to give certain VIP/donators the permission to set their very own resource spawn point. This can be done for all 3 resource types individually. Once a spawnpoint is set, every x amount of seconds a new resource node will apear. This plugin offers a more interactive and fun way of giving VIP's/donators resources. The usage mentioned above is one of the many possible use cases
x: is the amount of seconds before a resource respawns. This value can be set in the configuration file.
At this time every server restart/plugin reload will wipe all spawn point data. This is done for performance. Next update I will include the possibility to choose between wiping all spawn data every server restart or not.
主要用途
主要用于resources、spawnpoints、vip等服务端功能。 本插件由 DNARust 发布,当前目录记录版本为 v1.0.2,uMod 累计下载 3,777 次。
适用场景
- 希望扩展原版服务器功能的服主
功能分类
查看 uMod 官方英文简介
Allows players to set a spawn point for resources that respawn every X seconds
权限节点
resourcevipspawns.admin - Admins with this permission can access the debug messages in game.
resourcevipspawns.spawnable - Players with this permission can set/remove spawnpoints for Sulfur, Metal and Stone (One spawnpoint per resource).
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
/rs - Displays the plugin information and command syntax
/rs add sulfur - Adds personal sulfur spawnpoint that respawns every x seconds
/rs add metal - Adds personal metal spawnpoint that respawns every x seconds
/rs add stone - Adds personal stone spawnpoint that respawns every x seconds
/rs remove sulfur - Removes personal sulfur spawnpoint
/rs remove metal - Removes personal metal spawnpoint
/rs remove stone - Removes personal stone spawnpoint
/rs remove all - Removes all personal spawnpoints at once
/rs admin - Displays current respawn timers set in the config file
x: is the amount of seconds before a resource respawns. This value can be set in the configuration file.
配置说明
{ "AllowedOutsideBuildingPrivilege": false, "CooldownMetalSpawn": 300, "CooldownStoneSpawn": 300, "CooldownSulfurSpawn": 300, "DebugMode": false, "EnableSpawnablesWhenOffline": false }
AllowedOutsideBuildingPrivilege(true/false) - If false players can only set a resource spawnpoint when they have toolcupboard authorization
DebugMode(true/false) - If false you will not recieve a message everytime a resource spawns
EnableSpawnablesWhenOffline(true/false) - If false resources will stop spawning when the player disconnects from the server
官方配置示例
{
"AllowedOutsideBuildingPrivilege": false,
"CooldownMetalSpawn": 300,
"CooldownStoneSpawn": 300,
"CooldownSulfurSpawn": 300,
"DebugMode": false,
"EnableSpawnablesWhenOffline": false
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由本站已校验的本地缓存提供作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。