Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 2.85 KB

File metadata and controls

60 lines (47 loc) · 2.85 KB

Maven Package Java Spigot

FasterPathways Plugin

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.

Features

  • 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

Installation

  • Compatible with Spigot/Paper 1.19+
  • Download plugin JAR
  • Place in plugins folder
  • Restart server

Configuration

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

Usage

Walk on any configured block type to gain a speed boost. Create paths using any combination of configured blocks.

Feedback and Support

If you encounter any issues or have suggestions for improving Faster Pathways, please visit the Spigot Page to leave your feedback.

License

Faster Pathways is licensed under the MIT License.

Enjoy your enhanced travel experience with Faster Pathways!