
RoadSpeedMounts
Make horses, camels, etc faster on roads.
- Загрузки
- 114
- Подписчики
- 5
- Обновлён
- 7 июля 2026 г.
- Лицензия
- MIT
Опубликован 29 января 2026 г.
Discord | Hangar | Modrinth | GitHub
RoadSpeedMounts
Minecraft plugin to increase mounts (horse, cammel etc.) speed when riding over specific blocks. Paper and Folia are supported. Any Paper fork should work.
Usage
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.
Config
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.
Compatibility
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.
Statistics
Build, Test & deploy
Feature requests or pull requests are welcome. Concider creating an issue first to talk about your new feature before sending a pull request.
Build
Clone the repo git clone [email protected]:Mvndi/RoadSpeedMounts.git
Build with ./gradlew assemble. The plugin .jar file will be in build/libs/.
Test
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.
Deploy
To Github releases, Hangar & Modrinth
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
to Maven central
Require ossrhUsername & ossrhPassword in ~/.gradle/gradle.properties
./gradlew clean publish
./gradlew jreleaserDeploy
The published lib will be available on maven central.
Ченджлог
1.4.0Релиз26.1, 26.1.1, 26.1.2 · 7 июля 2026 г.
1.4.0
New config option to enable or disable road speed when jumping.
1.3.0Релиз26.1, 26.1.1, 26.1.2 · 14 июня 2026 г.
1.3.0
New config option to disable roads speed modifier under a y level or over a y level.
1.2.0Релиз26.1, 26.1.1, 26.1.2 · 7 июня 2026 г.
1.2.0
Add Towny & TownyRoads compatibility. Speed can be define differently on roads, in towns or in wilderness.
1.0.5Релиз26.1, 26.1.1, 26.1.2 · 25 мая 2026 г.
1.0.5
Support from 1.20 to 26.1.2
1.0.3Релиз1.21.9, 1.21.10, 1.21.11 · 31 января 2026 г.
1.0.3
Minor fix
1.0.1Релиз1.21.9, 1.21.10, 1.21.11 · 29 января 2026 г.
1.0.1
If player gamemode has switch, the speed bonus will be reset to 0.
1.0.0Релиз1.20.4, 1.20.5, 1.20.6 · 29 января 2026 г.
Animals speed is modified when a player is riding them and they are a over specific block materials. Default config speed up horses over gravel and slow down horses over sand.
Комментарии
Загружаем…