| EasyCarts | |
|---|---|
| |
使用Minecarts快速轻松地旅行! |
| 作 者 | Xericore |
| 发布时间 | 2015年2月12日 |
| 支持核心 | Spigot | 原生版本 |
| 支持版本 | 1.13,1.14,1.15,1.16 |
插件详细介绍
EasyCarts 是一款 Bukkit/Spigot 插件,旨在为 Minecraft 服务器提供便捷可靠的矿车交通方案。它优化了矿车的行驶体验,包括在交叉路口自动停止、减速过弯等功能,无需特殊方块即可实现复杂线路的平稳运行。
config.yml 中更改。/easycarts reload: 从 config.yml 重新加载设置到内存。适用于在服务器上测试数值。/easycarts push <value>: 设置 config.yml 中的 MaxPushSpeedPercent 值并保存配置。/easycarts boost <value>: 设置 config.yml 中的 PoweredRailBoostPercent 值并保存配置。/easycarts maxspeed <value>: 设置 config.yml 中的 MaxPushSpeedPercent 值并保存配置。/easycarts slowwhenempty: 切换 config.yml 中的 SlowWhenEmpty 值并保存配置。config.yml 注释。easycarts.admin: 允许执行上述命令。默认授予管理员。MinecartTemporaryCart 功能。这允许您用空手右键单击铁轨以立即生成矿车。只需确保在 config.yml 中设置 setRemoveMinecartOnExit: true 以在这样做时正确移除矿车。
# Should the player dismount the cart if it collides with an obstacle?
DismountOnCollision: false
# Should the minecart slow down when there's no player inside?
SlowWhenEmpty: true
# How fast should the minecart go when there's no player inside (vanilla speed = 0.4)?
EmptyCartSpeed: 0.2
# At which distance to the next curve or slope should the minecart start slowing down?
SlowDownDistance: 2.5
# How much should the minecart slow down before a curve or slope (vanilla speed = 0.4)?
CurveSlowDownSpeed: 0.22
# How much should the minecart slow down before going uphill (vanilla speed = 0.4)?
SlopeSlowDownSpeed: 0.25
# How fast should the minecart be able to go when a player pushes it (vanilla speed = 0.4)?
MaxPushSpeed: 0.47
# Percentage of MaxPushSpeed. This value is used when calculating the actual speed of the minecart.
MaxPushSpeedPercent: 100
# How much should a powered rail boost the minecart (vanilla speed = 0.4)?
PoweredRailBoost: 0.8
# Percentage of PoweredRailBoost. This value is used when calculating the actual speed of the minecart.
PoweredRailBoostPercent: 100
# Should the minecart adjust the player's direction when he presses forward?
AdjustPlayerDirection: true
# Should the minecart remove itself when the player dismounts it?
RemoveMinecartOnExit: false
# Should the minecart ignore collisions with entities?
IgnoreCollisions: false
# At which Minecraft version was the config last updated?
ConfigVersion: "1.16"