插件介绍
放飞由地毯、椅子、灯笼和锁组成的自定义物体
Flying Carpet allows an enabled user to spawn and ride their own flying machine. The carpet consists of a floor rug, chair, code lock, and lantern. The lantern is used to take off and land.
There are two modes of operation depending on the permission granted to the user. The default mode requires low-grade fuel in the lantern in order to fly. The unlimited mode does not require fuel.
For the default mode, the user will receive notification via chat message as well as an audible water pump sound when fuel is low (1 low grade fuel). Each unit of low grade fuel gives you 10 minutes of flying time, which is the same rate of usage as the standard lantern. When you run out of fuel, the carpet will land itself immediately.
It is suggested that you create groups for each mode:
主要用途
主要用于娱乐玩法、fly、carpet、unmaintained等服务端功能。 本插件由 发布,当前目录记录版本为 v1.1.7,uMod 累计下载 17,851 次。
适用场景
- 希望改善玩家交互与日常体验的社区服务器
功能分类
查看 uMod 官方英文简介
Fly a custom object consisting of carpet, chair, lantern, and lock
权限节点
flyingcarpet.useAllows player to spawn and fly a carpet using low grade fuel
flyingcarpet.unlimitedRemoves the fuel requirement
It is suggested that you create groups for each mode:
oxide.group add fc
oxide.group add fcunlimited
Then, add the associated permissions to each group:
oxide.grant group fc flyingcarpet.use
oxide.grant group fcunlimited flyingcarpet.unlimited
Finally, add users to each group as desired:
oxide.usergroup add rfc1920 fc
Of course, you could grant, for example, unlimited use to all players:
oxide.grant group default fc.unlimited
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
/fcSpawn a flying carpet
/fcdDespawn a flying carpet (must be within 10 meters of the carpet)
/fccList the current number of carpets (Only useful if limit set higher than 1 per user)
/fchelpList the available commands (above)
相关依赖
- Night Lantern
- Sign Artist
配置说明
{ "ChairSkinID : ": 943293895, "Deploy - Enable limited FlyingCarpets per person : ": true, "Deploy - Limit of Carpets players can build : ": 1, "Minimum Flight Altitude : ": 5.0, "Require Fuel to Operate : ": true, "RugSkinID : ": 871503616, "Speed - Normal Flight Speed is : ": 12.0, "Speed - Sprint Flight Speed is : ": 25.0 }
Note that that owner/admin can customize the skins for both the chair and the rug, set global fuel requirements and flying speed, and limit the number of carpets for each player (highly recommended).
You could set "Require Fuel to Operate : " to false, but it is recommended that you leave this setting true and use the flyingcarpet.unlimited permission instead if you want to remove the fuel requirement.
官方配置示例
{
"ChairSkinID : ": 943293895,
"Deploy - Enable limited FlyingCarpets per person : ": true,
"Deploy - Limit of Carpets players can build : ": 1,
"Minimum Flight Altitude : ": 5.0,
"Require Fuel to Operate : ": true,
"RugSkinID : ": 871503616,
"Speed - Normal Flight Speed is : ": 12.0,
"Speed - Sprint Flight Speed is : ": 25.0
}{
"helptext1": "Flying Carpet instructions:",
"helptext2": " type /fc to spawn a Flying Carpet",
"helptext3": " type /fcd to destroy your flyingcarpet.",
"helptext4": " type /fcc to show a count of your carpets",
"notauthorized": "You don't have permission to do that !!",
"notflyingcarpet": "You are not piloting a flying carpet !!",
"maxcarpets": "You have reached the maximum allowed carpets",
"landingcarpet": "Carpet landing sequence started !!",
"risingcarpet": "Carpet takeoff sequence started !!",
"carpetlocked": "You must unlock the Carpet first !!",
"carpetspawned": "Flying Carpet spawned! Don't forget to lock it !!",
"carpetfuel": "You will need fuel to fly. Do not start without fuel !!",
"carpetnofuel": "You have been granted unlimited fly time, no fuel required !!",
"nofuel": "You're out of fuel !!",
"lowfuel": "You're low on fuel !!",
"nocarpets": "You have no Carpets",
"currcarpets": "Current Carpets : {0}"
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。