Skip to content

Configuration

CravenCraft edited this page Jan 12, 2024 · 42 revisions

Server Config

The server config is located where all server config files are located

your_world_save/serverconfig/betterparagliders-server.json

List of Server Config Options

  • melee_stamina_consumption

    • Description: How much more/less stamina is consumed from melee attacks.
    • Default Value: 1.0
    • Range: 0.0 → 10.0
  • two_handed_stamina_consumption

    • Description: How much more/less stamina is consumed from two handed attacks
    • Default Value: 2.0
    • Range: 0.0 → 10.0
    • Note: stacks with melee_stamina_consumption
  • one_handed_stamina_consumption

    • Description: How much more/less stamina is consumed from two handed attacks
    • Default Value: 2.5
    • Range: 0.0 → 10.0
    • Note: stacks with melee_stamina_consumption
  • ranged_stamina_consumption

    • Description: The base amount of stamina a range attack will cost.
    • Default Value: 1.0
    • Range: 0.0 → 10.0
  • block_stamina_consumption

    • Description: The base amount of stamina blocking with a shield will cost.
    • Default Value: 10.0
    • Range: 0.0 → 100.0
  • projectile_stamina_consumption

    • Description: The base amount of stamina blocking a projectile will cost (in addition to blocking cost).
    • Default Value: 10.0
    • Range: 0.0 → 100.0
  • effects

    • Description: The effect ID that will be applied when a player runs out of stamina (default is Mining Fatigue and Weakness respectively).
      Refer to this for a list of the effects and their corresponding IDs
    • Default Value: [4, 18]
  • effects_strength

    • Description: The strength applied to the depletion effect above (The default is 2 and 7. A value such as 4 would apply Weakness IV).
      If no value is set here, and an extra effect is added above, then the effect strength will default to 1.
    • Default Value: [4, 18]

Clone this wiki locally