Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Creators
Details
Licensed MIT
Created 2 weeks ago
CustomRailway
Railway expansion for Paper/Spigot 1.26.x — trains, speed blocks and stations.
Features
🚃 Minecart trains
Link minecarts into trains with everyday items:
- Hold an iron chain, sneak-right-click the lead cart, then right-click another cart to couple them (up to 5 carts, heart particles).
- Shears right-click to uncouple — on the lead cart, the whole train disbands.
- Following carts trail the leader at a fixed gap.
⚡ Block-based speed control
Place a block two blocks under the rail to change train speed automatically: GOLD ×2.0 / IRON ×1.0 / COAL ×0.5 / DIAMOND ×3.0 / EMERALD ×0 (stop). Max multiplier is clamped in config.
🚉 Stations
- Create stations at your location (OP), browse them in a station list/detail GUI, admin teleport to stations.
- Per-player station limit (default 3) and minimum distance between stations (default 50 blocks).
- Stations persist in
stations.yml(auto-managed).
Design
Commands (/railway, aliases /rail, /rw) are OP-only by default; players interact with chains, shears, speed blocks and the GUI. /railway reload reloads configs live.
日本語
トロッコ移動を拡張する鉄道プラグインです。
- 列車連結: 鎖を持ってトロッコをShift+右クリック→別のトロッコを右クリックで連結(既定最大5両)。ハサミで切り離し、先頭をハサミで右クリックすると編成全体を解散。後続は先頭に追従します。
- 速度制御ブロック: 線路の2ブロック下に置くだけで速度が自動切替 — 金×2.0/鉄×1.0/石炭×0.5/ダイヤ×3.0/エメラルド×0(停止)。
- 駅システム: 現在地に駅を作成(OP)、駅一覧・詳細GUI、管理者の駅テレポート。1人あたりの駅数上限(既定3)・駅間最小距離(既定50ブロック)を設定可能。
コマンドはOP専用で、プレイヤーは鎖・ハサミ・速度ブロック・GUIで操作する設計です。駅データは stations.yml に自動保存されます。~~~~