Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Hydro
Custom Thirst System: Introduces a fully adjustable thirst mechanic that depletes over time. Drinkable Items: Configure any drinkable to restore thirst, complete with optional potion effects. Advanced Effect Engine: Add effects to drinks with precise control over duration, strength, and probability Clean Boss Bar Integration: Display hydration levels with a sleek, color-changing boss bar. Low Thirst Penalties: Apply warning or critical effects to challenge dehydrated players. Dehydration Damage: Inflict configurable damage when players run out of hydration completely. Ultra Customizable: Tweak everything — thirst rates, thresholds, effects, visual style, and more. Lightweight and Efficient: Designed to run cleanly on performance-conscious servers. Optimized for Modern Paper: Built using the latest Paper APIs for best compatibility and stability.
Show Permissions
- hydro.update - The permission for the update-message
Show Config
# 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
When you have bugs or problems with the plugin report them here.
Pinned Versions
Pages
Members
Owner