Spawn horse with full stamina?
Hi,

I've looked through many pages of threads and cant find anything I can adjust in the plugin. 

Is there anyway to get all owned horses to spawn with full stamina?

Players keep complaining -.-

Thanks
Random guess: o.grant group default godmode.untiring ?

Definitely not horse specific, maybe player sprint specific.
I'd assume that would stop food and water going down while running around. Even if it extended to the horse, this would be for all spawned horses and not just /buy owned ones
Yea, metabolism is food and water. My bad.

uMod is super cool with dudes who can easily make these special hook modifiers. One of them being Arainrr.
Try this or something like it:

private void OnEntitySpawned(RidableHorse entity)
{
	entity.currentMaxStaminaSeconds = entity.maxStaminaSeconds;
	entity.staminaSeconds = entity.maxStaminaSeconds;
}​