This plugin allows you to change the behaviour of rideable horses for players with certain permissions. Change the speed, metabolism usage, max water depth etc.
Permissions
Permissions are created through the config file, for the default config file permissions are horsesettings.admin and horsesettings.vip
Configuration
{
"Settings list": {
"horsesettings.admin": {
"SpeedSetting": {
"WalkSpeed": 100.0,
"TrotSpeed": 70.0,
"RunSpeed": 140.0,
"RoadBonusSpeed": 20.0,
"TurnSpeed": 90.0
},
"MiscSetting": {
"How deep can the horse go into water": 100.0,
"Max Stamina (seconds)": 1000.0
},
"MetabolismSetting": {
"How much Stamina the horse is using": 0.0,
"Stamina core speed bonus": 30.0,
"Stamina recovery ratio while moving": 200.0,
"Stamina recovery ratio while standing": 100.0,
"Calories used to recover stamina": 0.0,
"Water used to recover stamina": 0.0
}
},
"horsesettings.vip": {
"SpeedSetting": {
"WalkSpeed": 4.0,
"TrotSpeed": 10.0,
"RunSpeed": 17.0,
"RoadBonusSpeed": 3.0,
"TurnSpeed": 34.0
},
"MiscSetting": {
"How deep can the horse go into water": 5.0,
"Max Stamina (seconds)": 40.0
},
"MetabolismSetting": {
"How much Stamina the horse is using": 0.05,
"Stamina core speed bonus": 5.0,
"Stamina recovery ratio while moving": 0.8,
"Stamina recovery ratio while standing": 3.0,
"Calories used to recover stamina": 0.05,
"Water used to recover stamina": 0.3
}
}
}
}
MIT License
Copyright (c) 2019 Hoppel
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

