Config instant sleep vs vanilla
itsdeadfrosty opened this issue · 4 comments
instantly sleeping kinda sucks, and if youre only updating to the newest version for such a simple mod thats so lazy ill use something else
┆Issue is synchronized with this Trello card by Unito
This issue/pull request has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs.
In some situations, I cannot prevent from instead sleep, for example, if 100 % or more than the vanilla percentage of the player are sleeping, because it would cause message chaos, if I trigger instead sleep. But I will try to prevent it in all situations, where it is possible.
I just check, the way the mod works.
Situation: 2 players on the server, sleeping percentage of the mod is 50% and playersSleepingPercentage gamerule 100%
Case 1: Only one player is sleeping.
Result: The player has to sleep fully, before the night is skipped.
Case 2: Both players are sleeping.
Result: The night is skipped instantly.
Both cases are working as expected.
As written before, the night has to be skipped instantly, because else the "Good Morning" message is not triggered and there will be only "Player stood up" messages for every player, that was laying in bed.