cadenkriese / Thirst

Thirst plugin for Spigot. Adds a thirst mechanic into minecraft!
GNU General Public License v3.0
1 stars 2 forks source link

Block-Drink-Delay is not actually a float #11

Closed DKrolls closed 7 years ago

DKrolls commented 7 years ago

I tried the value 1.1 and after /thirst reload the console complained about an improperly formatted YAML. I ran it through a lint to make sure it was OK before posting this. It appears to my limited testing that it's looking for an int value as opposed to a float.

cadenkriese commented 7 years ago

FIX - Block-Drink-Delay is not float.

cadenkriese commented 7 years ago

This issue has been fixed in version 1.8.8 found here.