931
收录服务器
1200
注册
93 493
玩家
EasyCarts
使用Minecarts快速轻松地旅行!
作 者 Xericore
发布时间 2015年2月12日
支持核心 Spigot
原生版本
支持版本 1.13,1.14,1.15,1.16
点此下载

EasyCarts 是一款 Bukkit/Spigot 插件,旨在为 Minecraft 服务器提供便捷可靠的矿车交通方案。它优化了矿车的行驶体验,包括在交叉路口自动停止、减速过弯等功能,无需特殊方块即可实现复杂线路的平稳运行。

🚝 EasyCarts

✨ 特性

  • 所有速度值都可以在 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: 允许执行上述命令。默认授予管理员。

⚠️ 注意事项

  • 矿车只会停在具有平坦轨道的交叉路口。故意不实现曲线或斜坡交叉路口。
  • 我强烈建议安装 CraftBook 并启用 MinecartTemporaryCart 功能。这允许您用空手右键单击铁轨以立即生成矿车。只需确保在 config.yml 中设置 setRemoveMinecartOnExit: true 以在这样做时正确移除矿车。
  • 此插件的源代码可在此处获得:插件源码

🛠️ 配置 (config.yml)


# 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"