Description
features
- Block-Based Speed Adjustments: Customize player speed according to the type of block they are on.
- Configurable via JSON: Modify block speeds using a straightforward JSON configuration file.
- Server Command: Use /reloadMovementConfig to update configurations without server restart.
Configuration
The mod uses a SpeedPath.json file located in the config folder. You can define speed multipliers for different blocks in this JSON file.
To add or modify blocks:
- Open SpeedPath.json in a text editor.
- Add or update entries with the block identifier and speed multiplier.
Example:
{
"minecraft:dirt_path": 2.0,
"minecraft:sand": 1.0
}
- Save the file and reload the config in-game using the /reloadMovementConfig command to apply changes.


