We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bed system:
Ability to place beds
Ability for players to enter beds and sleep while it's night
Don't allow player to sleep if they are too far away
Don't allow player to sleep if they are on fire
Cannot sleep if a monster is within 8 blocks horizontally(each axis) and 5 blocks vertically
Do not let a player sleep in an already occupied bed
Cause beds to explode(power 5) in nether or end when player tries to use it, setting fire to blocks around it.
Skip the night if all players are sleeping(maybe introduce an optional percentage in some config)
Set the player's spawn location once they sleep in the bed - Also goes along with spawnpoint command
Low priority - Falling onto a bed will bounce entities with 66% strength and reduce fall damage by 50%
The text was updated successfully, but these errors were encountered:
Cybermaxke
No branches or pull requests
Bed system:
Ability to place beds
Ability for players to enter beds and sleep while it's night
Don't allow player to sleep if they are too far away
Don't allow player to sleep if they are on fire
Cannot sleep if a monster is within 8 blocks horizontally(each axis) and 5 blocks vertically
Do not let a player sleep in an already occupied bed
Cause beds to explode(power 5) in nether or end when player tries to use it, setting fire to blocks around it.
Skip the night if all players are sleeping(maybe introduce an optional percentage in some config)
Set the player's spawn location once they sleep in the bed - Also goes along with spawnpoint command
Low priority - Falling onto a bed will bounce entities with 66% strength and reduce fall damage by 50%
The text was updated successfully, but these errors were encountered: