Stamina Systems - CravenCraft/EpicParagliders GitHub Wiki

In my opinion(strong emphasis here), there are three main ways to play this mod, and I'll list them out below.

However, I have mod this mod highly configurable. So, if a skill or weapon drains too much stamina for your liking, then there is likely a server config option to change that to your heart's content so that you can play it the way you want.

Default

Easiest - No stamina drain when running or swimming.

This is the default out of the box system for this mod. If you install this mod (along with Epic Fight and Paragliders), and just play Minecraft without modifying any of the configs, then you will be playing this way.

Using this system you will only worry about stamina inside of an actual fight, and won't be hindered by it when exploring the world. If you want a more realistic combat experience, but want to keep world exploration more like vanilla Minecraft, then use this.

  • Running & Swimming Consumes Stamina: No
  • Attacks & Skills Consume Stamina: Yes

Elden Ring-like

Medium - Stamina drains when running & swimming in combat.

This is a nice middle ground between the default option and the full Dark Souls-like RPG system. This system is very similar to how Elden Ring does its stamina system. If you go into the serverconfig folder, which is located here: saves/<YOUR_WORLD_NAME>/serverconfig/, after loading into your world at least once after the mod is installed, then you will find both a paraglider-server.toml and epicparagliders-server.toml config file.

  • In the paraglider-server.toml set the runningAndSwimmingConsumesStamina to equal true
  • In the epicparagliders-server.toml set the elden_ring_stamina_system to equal true

With these options configured, players will only consume stamina from running when in battle mode, and for about 3 seconds after exiting battle mode. When the player is in mining mode they will not consume any stamina (unless just exiting combat mode). This is a good middle ground to ensure that when in combat running or swimming from enemies will not be as viable as in vanilla.

  • Running & Swimming Consumes Stamina: Only in combat
  • Attacks & Skills Consume Stamina: Yes

Dark Souls-like

Hard - Stamina drains when running & swimming and when in combat.

This is the hardest option and the full Dark Souls-like RPG system. If you go into the serverconfig folder, which is located here: saves/<YOUR_WORLD_NAME>/serverconfig/, after loading into your world at least once after the mod is installed, then you will find both a paraglider-server.toml and epicparagliders-server.toml config file.

  • In the paraglider-server.toml set the runningAndSwimmingConsumesStamina to equal true
  • In the epicparagliders-server.toml set the elden_ring_stamina_system to equal false (Should be by default)

With these options configured, players will consume stamina from running, swimming, attacks, and using certain skills. This is the full experience, and the one that I created this mod for. I know not everyone is going to enjoy this, which is why I made the mod to be so configurable.

  • Running & Swimming Consumes Stamina: Yes
  • Attacks & Skills Consume Stamina: Yes