cadenkriese / Thirst

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

Hi #23

Closed DevLan-Fargus closed 6 years ago

DevLan-Fargus commented 6 years ago

I'm trying the latest version of thirst after the mega bugfix of the crash.

But the bossbarr still doesn't work. I change it, but the plugin put it automatically in ACTION bAR

cadenkriese commented 6 years ago

Hey there, mind telling me your server version again and then any logs if you have them, I'm assuming you're using V1.9.7 of thirst.

DevLan-Fargus commented 6 years ago

it is telling me that 1.9.7 does not match latest version 2.7.4

cadenkriese commented 6 years ago

Could you please send the whole error copied & pasted please

DevLan-Fargus commented 6 years ago

There is not errors... just the bossbar doen't work.

If I change the config in bossbarr... the plugin automatically change it in actionbar.

cadenkriese commented 6 years ago

Okay, what version of Spigot are you using?

cadenkriese commented 6 years ago

Hello, I've actually fixed it now (and tested it so you should be good to go). Very sorry for the rough time you've had with this plugin, hopefully this begins to fix that reputation, thanks again for the report.

New update can be found here.

DevLan-Fargus commented 6 years ago

The bossbarr now works... but it doesn't appear when it changes..

thirst version 1.9.8

Could u tell me how it works? It should be showed when the thirst changes....?? the boss bar doesn't appear when it changes

DevLan-Fargus commented 6 years ago

Did u tryed it?

cadenkriese commented 6 years ago

Yes I tested it multiple times are you sure you installed the update correctly & setup the config correctly?

cadenkriese commented 6 years ago

Referring to "did you setup the config correctly" do you have it set to only display when the thirst changes and does it send the messages in console?

I'll see if I can finally fix this tonight, also if you have any feature requests major or minor I'll be sure to add them as an apology for all the troubles you're having with the plugin.

DevLan-Fargus commented 6 years ago

`# #################################

Thirst V1.9.8, by GamerKing195

Config Guide:

STRING, Any text you want.

INT, A number without a decimal.

FLOAT, A number with a decimal.

BOOLEAN, A string that either equals true or false.

ARRAY, A list of values like those stated above.

---------------General---------------

REMOVE_THIRST

Desc: The amount of thirst that will be removed every THIRST_DELAY

Type: int (100 or lower.)

Default: 1

Remove-Thirst: 1

CRITICAL_THIRST_PERCENT

Desc: The percent at which a players thirst becomes critical and the THIRST_LOW_MESSAGE and !!! will be displayed.

Type: Integer

Default: 10

Critical-Thirst-Percent: 10

THIRST_DELAY

Desc: The delay in seconds before thirst is removed from every player.

Type: float (Time in seconds)

Default: 36 (will remove 100% over three days, just like in real life!)

Note: This does support values under one second without any changes in lag!

Thirst-Delay: 36.0

THIRST_QUENCHING_ITEM

Desc: The item that will quench the thirst of a player.

Type: Formatted string array

Default:

- POTION=20

- GOLDEN_APPLE:1=100

Requirements: Should be in format: ITEM:METADATA=PERCENT(metadata optional)

Thirst-Quenching-Items:

cadenkriese commented 6 years ago

Hello again,

Try setting Always-Showing to true and see if that delivers the mechanic you want.

DevLan-Fargus commented 6 years ago

But I don’t want that the bossbar is always showed. I want that it come out only when the thirst level change.

cadenkriese commented 6 years ago

Okay I'll test out the bossbar with always enabled set to false later today and try and get another fix out.

cadenkriese commented 6 years ago

I've looked into this more and made yet another bugfix V1.9.9 found here.