权限
- portablevehicles.use - 使用聊天指令
- portablevehicles.admin - 使用管理员指令
- portablevehicles.pickup - 允许使用木锤敲击载具来回收
聊天指令
- /pv 载具名称 - 获取指定载具物品(需要聊天指令权限)
- /pv 玩家SteamID/名称 载具名称 - 给指定玩家指定载具物品(需要管理员指令权限)
控制台指令
- portablevehicles.give 玩家SteamID/名称 载具名称 - 给指定玩家指定载具物品(可用于一些商店插件等,客户端使用需要管理员指令权限)
配置文件
JSON:
{
"Chat Icon": 0,
"Hits count to pickup vehicle": 5,
"Pickup any vehicles": true,
"Pickup only your own vehicles": true,
"Pickup require building priviledge": true,
"Automatically mount players": false,
"Item shortname for water entity": "kayak",
"Item shortname for big models": "furnace.large",
"Item shortname for ground entity": "box.wooden.large",
"Blacklist pickupable vehicles shortname": [
"rhib",
"rowboat",
"minicopter.entity",
"sedantest.entity",
"ch47.entity",
"hotairballoon",
"testridablehorse",
"scraptransporthelicopter",
"2module_car_spawned.entity",
"3module_car_spawned.entity",
"4module_car_spawned.entity",
"submarinesolo.entity",
"submarineduo.entity",
"snowmobile",
"tomahasnowmobile",
"tugboat",
"attackhelicopter.entity",
"motorbike",
"motorbike_sidecar",
"pedalbike",
"pedaltrike"
],
"version": {
"Major": 1,
"Minor": 1,
"Patch": 7
}
}
可用车辆和皮肤ID
- 皮艇:rhib, militaryboat, military - 2783365542
- 轿车:car, car1, sedan - 2783365060
- 快艇:boat, rowboat, motorboat - 2783365250
- 运输机:ch, ch47, chinook - 2783365479
- 小型直升机:copter, minicopter, mini - 2906148311
- 马:horse, unicorn, testridablehorse - 2783365408
- 热气球:balloon, hotairballoon - 2783364912
- 废料运输直升机:scrap, scrapheli, scraphelicopter, helicopter - 2783365006
- 模块车辆2:car2 - 2783364084
- 模块车辆3:car3 - 2783364660
- 模块车辆4:car4 - 2783364761
- 单人潜艇:submarinesolo - 2783365665
- 双人潜艇:submarineduo - 2783365593
- 雪地摩托:snowmobile, snow - 2783366199
- 托马哈雪地摩托:tomahasnowmobile, tsnow, tsnowmobile - 3000416835
- 拖船:tugboat - 3000418301
- 攻击直升机:attackhelicopter, attackheli, attackcopter - 3284204081
- 摩托车:motorbike - 3284204457
- 三轮摩托车:motorbikesidecar, motorsidecar, sidecar - 3284204759
- 自行车:bicykle, pedalbike, bike - 3284205070
- 三轮自行车:trike, pedaltrike - 3284205351
portablevehicles.give RustSB.COM 小型直升机
这样就是给名为RustSB.COM的玩家一个小型直升机物品。提示:使用 Rust生成指令小工具 可查询全部载具的spawn直接生成指令哦。
进行中:
- 拾取问题
- 自动燃料问题
- 新车辆
- 更多的东西