FasterPathways icon

FasterPathways -----

Gain a speed effect when walking on a dirt path block



For example, to get the fast speed effect for the stone brick slab and smooth stone slab blocks you can use the following:
Code (YAML):
speedBlocks :
 - STONE_BRICK_SLAB
  - SMOOTH_STONE_SLAB
 
You can find all block type names here:
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html

For example, to disable the plugin on the nether and end worlds you can change the config to the following:
Code (YAML):
# Worlds where the speed effect is disabled
disabledWorlds
:
- world_nether
- world_the_end
 
If you wish to allow the plugin on all worlds, use:
Code (YAML):
# Worlds where the speed effect is disabled
disabledWorlds
: [ ]
 
Resource Information
Author:
----------
Total Downloads: 313
First Release: May 16, 2023
Last Update: Feb 6, 2025
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings