口袋滑索 1.0.5,购买联系QQ70074417,价格实惠。
关于袖珍滑索
允许玩家放置滑索!该插件将为您的服务器添加各种类型的滑索,您可以为每种滑索调整速度、点之间的最大距离、电缆的颜色,甚至可以上去!只需安装两个紧固件,它们就会通过电缆自动连接。
要开始移动,请查看架子并按 E。f 途中有障碍物,玩家会摔倒。电缆可以有多种颜色:红色、黑色、蓝色、黄色或绿色!您可以在不同的箱子中配置不同预设的 ziplines 的生成,或者将配置中的项目添加到您的服务器商店!
权限
- pocketzipline.give – 允许您为自己和其他玩家提供滑索
聊天命令
- /givezipline <ZiplinePresetName> <amount> – 给自己一个滑索。
控制台命令
- givezipline <ZiplinePresetName> <amount> – 给自己一条滑索;
- givezipline <ZiplinePresetName> <amount> <userId> – 给玩家一条滑索(适用于 RCON);
配置
- en – 英文插件配置示例
{
"Version": "1.0.0",
"Prefics": "PocketZipline",
"Permission to give": "pocketzipline.give",
"Zipline Presets": [
{
"Preset name": "zipline_default",
"Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 0,
"Allow upward movement?": false,
"Maximum speed": 4.0,
"Minimum length (>= 7)": 10.0,
"Maximum length (>= 7)": 100.0,
"Item (shortname - electric.teslacoil)": {
"Skin": 2792359806,
"Name": "Zipline"
}
},
{
"Preset name": "zipline_up",
"Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 1,
"Allow upward movement?": true,
"Maximum speed": 4.0,
"Minimum length (>= 7)": 10.0,
"Maximum length (>= 7)": 100.0,
"Item (shortname - electric.teslacoil)": {
"Skin": 2792361050,
"Name": "Bidirectional Zipline"
}
},
{
"Preset name": "zipline_long",
"Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 2,
"Allow upward movement?": false,
"Maximum speed": 4.0,
"Minimum length (>= 7)": 10.0,
"Maximum length (>= 7)": 250.0,
"Item (shortname - electric.teslacoil)": {
"Skin": 2792360498,
"Name": "Long Zipline"
}
},
{
"Preset name": "zipline_fast",
"Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 3,
"Allow upward movement?": false,
"Maximum speed": 20.0,
"Minimum length (>= 7)": 10.0,
"Maximum length (>= 7)": 100.0,
"Item (shortname - electric.teslacoil)": {
"Skin": 2792361507,
"Name": "Fast Zipline"
}
},
{
"Preset name": "zipline_vip",
"Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 4,
"Allow upward movement?": true,
"Maximum speed": 15.0,
"Minimum length (>= 7)": 10.0,
"Maximum length (>= 7)": 250.0,
"Item (shortname - electric.teslacoil)": {
"Skin": 2792362292,
"Name": "Vip Zipline"
}
}
],
"Enable spawn in crates": false,
"Spawn setting": [
{
"Crate prefab": "assets/bundled/prefabs/radtown/crate_elite.prefab",
"Chance": [
{
"Zipline preset": "zipline_default",
"Chance": 5.0,
"Min amount": 2,
"Max amount": 4
},
{
"Zipline preset": "zipline_long",
"Chance": 5.0,
"Min amount": 2,
"Max amount": 4
}
]
}
]
}
© 版权声明
THE END
暂无评论内容