This plugin adds endurance to the Minecraft sprinting. This mean your foodlevel decreases steadily so that you can run until the time (that you set in the config) is over.
After that your foodlevel increases steadily until it is full.
Config.yml
#This just say how long you can run. run-in-sec: 6 #This are the active worlds where the plugin works (you have to be in one of this worlds and must have the sprinting.use permission) active-worlds: - world
| Permission | Description |
|---|---|
| sprinting.use | This permission will allow user the use the plugin |
API for 2.0
| BetterSprinting.getPlayerEndurance(player, double) | Set the endurance to a player(100 max 0 min). |
| BetterSprinting.setPlayerEndurance(player, ) | Return the endurance as a double(100 max 0 min). |
| BetterSprinting.rest(player) | Starts the rest time where the player's enduance is rising |

