Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
SpeedTracks
PluginGPL-3.0-only

SpeedTracks

SpeedTracks lets you control minecart speed by changing the block beneath the rail. Set precise speed multipliers, like 2.0 for double speed or 0.5 for half speed, for any block directly in the configuration file and is Open-source.

96
Downloads
1
Followers
8 months ago
Updated
📦
1
Versions
game-mechanicstransportationutilitypaperspigot
Download Latestv1.0View on Modrinth

📖About SpeedTracks

SpeedTracks

License: GPL v3
Paper Version
Build Status

A powerful and intuitive PaperMC plugin to control minecart speeds using configurable track blocks.

SpeedTracks allows you to design railway systems with dynamic speeds. By simply changing the block under a rail, you can create high-speed express lines, slow scenic routes, or special functional tracks. The system is managed through a clean and easy-to-use configuration file.

Features

  • 🚀 Intuitive Speed Multipliers: Configure speeds in a user-friendly way. 1.0 is normal speed, 2.0 is double speed, 0.5 is half speed.
  • ✅ Simple by Design: No complex setup. Place a block, put a rail on it, and watch your minecarts adjust their speed automatically.
  • ⚡ High Performance: Built for the Paper API to be lightweight with minimal impact on server performance.
  • ℹ️ Informative Commands: Use /st info to view all custom speed blocks or check the multiplier for a specific block.
  • 🔄 Live Reloading: Update your configuration on the fly with the /st reload command. No server restart needed.

Installation

  1. Download the latest release from the Releases page.
  2. Place the SpeedTracks-X.X.jar file into your Paper 1.21+ server's plugins/ directory.
  3. Start your server. The default configuration file will be generated at plugins/SpeedTracks/config.yml.

Configuration (config.yml)

The configuration is designed to be as simple as possible.

# ------------------------------------------------------------------ #
#                  Configuration for SpeedTracks                     #
# ------------------------------------------------------------------ #

# Define custom speed multipliers for minecarts based on the block
# directly beneath the rail.
#
# The value is a multiplier of Minecraft's default minecart speed.
# 1.0 = Default speed (100%)
# 2.0 = Double speed (200%)
# 0.5 = Half speed (50%)
# 0.0 = Stops the minecart
speed-blocks:
  # Examples for faster travel
  GOLD_BLOCK: 2.0
  DIAMOND_BLOCK: 3.0
  EMERALD_BLOCK: 4.0
  NETHERITE_BLOCK: 6.0

  # Examples for slower travel
  SOUL_SAND: 0.5
  SLIME_BLOCK: 0.25

  # Example for a full stop
  OBSIDIAN: 0.0

Commands & Permissions

The main command is /speedtracks, with a convenient alias /st.

Command Description Permission Default
/st reload Reloads the config.yml from disk. speedtracks.command.reload op
/st info Lists all configured blocks and their speed multipliers. speedtracks.command.info everyone
/st info <block_material> Shows the speed multiplier for a specific block. speedtracks.command.info everyone

Building from Source

To build SpeedTracks yourself, you'll need JDK 17+ and Git.

# Clone the repository
git clone https://github.com/basiszock/SpeedTracks.git
cd SpeedTracks

# Build using the Gradle wrapper
./gradlew build

The compiled plugin will be located in the build/libs/ directory.

Support & Feedback

Encountered a bug or have a great idea for a new feature? Your feedback is highly valued!

  • 🐛 Reporting Bugs: If you find an issue, please open a bug report on our GitHub issue tracker. Please include your server version, plugin version, steps to reproduce, and any relevant console errors.
  • 💡 Suggesting Features: To suggest a new feature, please create a feature request and describe the functionality you would like to see.

Please use the GitHub issue tracker for all support requests rather than the review sections on plugin download sites.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.

👥 Team & Contributors

BasisZock
BasisZockOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+1 more

🔗 Links

Modrinth Page