90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
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,
"namespace:example_block_name": 1.0
}
- Save the file and reload the config in-game using the /reloadMovementConfig command to apply changes.
Details
Licensed CC0-1.0
Published 3 months ago
Updated 3 months ago