Make horses, camels, etc faster on roads.
Discord | Hangar | Modrinth | GitHub
Minecraft plugin to increase mounts (horse, cammel etc.) speed when riding over specific blocks.
Paper and Folia are supported. Any Paper fork should work.
Download the latest version. Start your server. Edit the config to match your expected limitation. Then reload ingame with /rsm reload.
Each time you change the configuration, reload or restart your server.
You can enable or disable the speed modifier on specific game modes with enabled_gamemode.
You can configure for each mount and each block under it the speed modifier with speed_bonus.
Values need to be > -1.0.
0 = default speed, 0.5 = 50% faster, -0.3 = 30% slower, 1.0 = 100% faster, 3.0 = 300% faster etc.
Negative values will slow down the mount. It can be use to make horses slower over sand for example.
Any entity ridable by player can be affected, as long as it is on the ground.
The player itself can be affected if there is no mounts and PLAYER is set in the config.
This plugin is compatible with Towny & TownyRoads.
It is a soft dependency, the plugin still works on his own.
If Towny is installed, mounts speed can be set up for inside the towns.
If TownyRoads is installed, mounts speed can be set up for on the roads.
Feature requests or pull requests are welcome. Concider creating an issue first to talk about your new feature before sending a pull request.
Clone the repo git clone [email protected]:Mvndi/RoadSpeedMounts.git
Build with ./gradlew assemble. The plugin .jar file will be in build/libs/.
You can test the plugin directly in a Minecraft server with ./gradlew runServer.
You can also try it on an other server by placing the .jar in plugins/.
You might want to update the plugin config to fit your needs.
Push tag to git to trigger a github action release that will create a new Github release and publish to Hangar & Modrinth.
git tag 1.2.3
git push --tags
Require ossrhUsername & ossrhPassword in ~/.gradle/gradle.properties
./gradlew clean publish
./gradlew jreleaserDeploy
The published lib will be available on maven central.