CivMC / Civ

Monorepo for development of and running a Civ Server.
MIT License
4 stars 11 forks source link

Starving while AFK #453

Open wingzero54 opened 2 years ago

wingzero54 commented 2 years ago

Players report that they have starved and died while afk, which reportedly should not happen. If you are standing still you should not lose hunger and then starve.

Do we have any civ mechanics in place for adjusting hunger/saturation/starvation? I seem to recall hearing something about it on Civclassic, but I can't find anything in configs.

Needs more info/ testing/ confirmation

grepsedawk commented 2 years ago

https://github.com/CivMC/CivDocker/blob/master/paper/config/spigot.yml#L131-L137

wingzero54 commented 2 years ago

Those are set to the default Spigot values, so vanilla behavior would be expected (unless the default Spigot settings do not correspond entirely to vanilla minecraft behavior)

grepsedawk commented 2 years ago

I did some digging and these seem like the only config related to hunger

Aleksey-Terzi commented 2 years ago

Do we have any civ mechanics in place for adjusting hunger/saturation/starvation?

Finale

wingzero54 commented 2 years ago

This is the only Finale options I see around hunger, is the code for one of these doing it? https://github.com/CivMC/CivDocker/blob/master/paper/config/plugins/Finale/config.yml#L53

AngrySoundTech commented 11 months ago

Once we narrow down the cause, I can move this issue to the correct repo