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
EasyRoads
PluginMIT

EasyRoads

Transform your Minecraft server with EasyRoads! This plugin allows you to create and manage special roads that modify the speed of players and entities. Customize road properties and schemas, configure messages, and control affected entities with ease!

164
Downloads
5
Followers
7 months ago
Updated
📦
2
Versions
game-mechanicstechnologytransportationpaperspigot
Download Latestv1.1-releaseView on Modrinth

📖About EasyRoads

Transform your Minecraft server with EasyRoads! This plugin allows you to create and manage special roads that modify the speed of players and entities. Customize road properties and schemas, configure messages, and control affected entities with ease!

Features

  • Define roads with specific speeds and blocks.
  • Adjust player and entity movement speeds based on their location on roads.
  • Customizable messages for various actions.
  • Simple commands for configuration management and road listing.
  • Lightweight and easy to use.
  • Supports non-player living entities (configurable).
  • Configurable speed increase and decay rates.
  • Detailed configuration options for maximum flexibility.

Installation

  1. Download the latest version of EasyRoads from the releases section.
  2. Place the EasyRoads.jar file into your server's plugins directory.
  3. Restart or reload your server to enable the plugin.
  4. Configure the plugin by editing the config.yml file located in plugins/EasyRoads/.

Configuration

The plugin uses a configuration file located in plugins/EasyRoads/config.yml. Key settings include:

  • speedIncreaseRate: Rate at which the speed increases when on a road.
  • speedDecayRate: Rate at which the speed decreases when off a road.
  • messages: Customizable messages for various plugin actions.
  • roads: Define roads with their respective speed and block types.
  • affectedEntities: List of entity types affected by the road speeds.

Example configuration:

# This is the main configuration file for the plugin
# You can add more roads by adding more road names
# and blocks to the list of blocks for each road

# maximum acceleration per tick
speedIncreaseRate: 0.1
# maximum deceleration per tick
speedDecayRate: 1

# Customizable messages (you can use color codes)
messages:
  onRoad: "&cYou are on a road!"
  noPermission: "&4You do not have permission to use this command."
  reloadSuccess: "&aConfiguration reloaded successfully."
  listHeader: "&6Roads:"
  help:
    header: "&bEasyRoads commands:"
    reload: "&7/easyroads reload - Reload the EasyRoads configuration."
    list: "&7/easyroads list - List all roads."
    help: "&7/easyroads help - Display this help message."
  invalidCommand: "&cInvalid subcommand. Use /easyroads help for available commands."

# Affected non-player living entities, may affect performance negatively
# See https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
affectedEntities:
    - HORSE
    - DONKEY
    - MULE
    - SKELETON_HORSE
    - ZOMBIE_HORSE
    - CAMEL
    - PIG
    - STRIDER

# Road definitions
roads:
  road1:
    speed: 0.5
    blocks:
      - DIRT_PATH
  road2:
    speed: 2
    blocks:
      - GRAVEL
      - COBBLESTONE
      - COBBLESTONE
  road3:
    speed: 3
    blocks:
      - ANY
      - GRAVEL
      - COBBLESTONE
      - COBBLESTONE

Commands

/easyroads help: Display the help message.

/easyroads reload Reload the plugin configuration.

/easyroads list List all configured roads.

Permissions

easyroads.reload Permission to reload the configuration.

easyroads.list Permission to list all roads.

Troubleshooting

If you encounter issues, check the server console for error messages and ensure that the configuration file is correctly
formatted. For further assistance, feel free to open an issue on the GitHub repository.

Contributing

This plugin was originally developed for my own role-playing and world-building server,
but I decided to share it with the community.
I don’t have a specific roadmap for future features,
so if you have ideas or improvements,
feel free to contribute.
Contributions are always welcome
fork the repository and submit a pull request,
or open an issue if you find a bug.

License

This project is licensed under the MIT License.

👥 Team & Contributors

Tepeshini
TepeshiniOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.21.9

🔗 Links

Modrinth Page