FasterPathways is a Minecraft plugin that enhances travel by granting speed effects when walking on configurable blocks. Create efficient transportation networks in your Minecraft world using any blocks you choose. This plugin aims to make your journeys more enjoyable and efficient.
- Configurable speed blocks (not just dirt paths)
- Adjustable speed effect level and duration
- World-specific enabling/disabling
- Customizable action bar messages with color codes
- Multi-block support for creating varied path networks
- Compatible with Spigot/Paper 1.19+
- Download plugin JAR
- Place in plugins folder
- Restart server
The Faster Pathways plugin provides a configuration file ('config.yml') that allows you to adjust various settings. Here's an explanation of each adjustable setting:
# Speed effect settings
speed:
# Set this to the level of the speed effect you'd like to be applied when a player steps on a dirt_path. Default is 2.
level: 3
# The amount of time (in seconds) that the speed effect will be applied after stepping on a dirt path. Default is 1.
duration: 1
# Messages
messages:
# The message that will be displayed in a player's hot bar while walking on a dirt path block (supports color codes with &)
actionBar: "&eTravel blocks are causing you to move faster!"
# Whether to show the action bar message
showActionBar: true
# List of blocks that will give speed effect
# Use Bukkit material names (see: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
speedBlocks:
- DIRT_PATH
# Worlds where the speed effect is disabled, you can specify "disabledWorlds: []" to allow it on all worlds
disabledWorlds:
- example_world
Walk on any configured block type to gain a speed boost. Create paths using any combination of configured blocks.
If you encounter any issues or have suggestions for improving Faster Pathways, please visit the to leave your feedback.
Faster Pathways is licensed under the .
Enjoy your enhanced travel experience with Faster Pathways!