Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for DestenyLP

Hydro is a modern, lightweight, and fully customizable hydration system built for advanced survival gameplay.

Report Hydro?

Release
1.1

DestenyLP released Hydro version 1.1 on June 12, 2025

Changed config.yml to old style

# Hydro Configuration
# Plugin developed by DestenyLP
# Version: 1.1

#
# --------------------------------------------------
# The drinkables, that the Hydro plugin should listen to.
# --------------------------------------------------
# Format: MATERIAL:SATURATION:EFFECTS
# Material has to be consumeable!
#
# Effects Format (optional):
# EFFECT_NAME,DURATION_TICKS,AMPLIFIER,CHANCE
# Multiple effects separated by ';'
# Chance is 0.0 to 1.0 (0% to 100%)
#
# Examples:
# - HONEY_BOTTLE:4:REGENERATION,200,1,0.8
# - MILK_BUCKET:6:REGENERATION,100,0,0.5;ABSORPTION,300,1,0.3
# --------------------------------------------------
Drinkables:
- MILK_BUCKET:6:REGENERATION,100,0,0.4
- HONEY_BOTTLE:4:REGENERATION,200,1,0.8
- POTION:3:REGENERATION,60,0,0.3
- SUSPICIOUS_STEW:5:SATURATION,160,0,0.2;POISON,160,0,0.1
#
# --------------------------------------------------
# The settings, that the Hydro plugin should use.
# --------------------------------------------------
Settings:
  max-thirst: 20.0
  thirst-degradation-rate: 0.5
  thirst-degradation-interval-seconds: 60
  critical-thirst-level: 5.0
  warning-thirst-level: 8.0
  enable-boss-bar: true
  enable-thirst-effects: true
#
# --------------------------------------------------
# Boss bar configuration options.
# --------------------------------------------------
# Available colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
# Available styles: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
# --------------------------------------------------
BossBar:
  title: Thirst
  color-normal: BLUE
  color-warning: YELLOW
  color-critical: RED
  style: SOLID
#
# --------------------------------------------------
# Effects configuration for different thirst levels.
# --------------------------------------------------
# Format: EFFECT_NAME,DURATION_TICKS,AMPLIFIER
# Damage dealt when thirst is completely empty
#
# IMPORTANT: Do NOT change values unless you know what you're doing, they will most-likely break the plugin!
# --------------------------------------------------
ThirstEffects:
  critical-effects:
  - SLOWNESS,1200,1
  - WEAKNESS,1200,1
  warning-effects:
  - SLOWNESS,1200,0
  dehydration-damage: 1.0
  enable-damage-when-empty: true



Information

Published onJune 12, 2025
Downloads4

Platforms

Paper Paper (1.21-1.21.5)