Allow us to disable the player sleeping actionbar message. #465
-
Allow us to disable the message from appearing in the actionbar every time a player sleeps in a bed. This message is part of the Vanilla game and looks something like "1/30 players sleeping" and it appears in the actionbar, even if can-skip-night is set to false in purpur.yml, I'd love to see this message being toggle-able in purpur.yml, thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
BillyGalbreath
Jul 4, 2021
Replies: 1 comment
-
Implemented in build 1246 3cb8111 You can disable the messages by supplying an empty string sleep-skipping-night: ""
sleeping-players-percent: "" Or customize them sleep-skipping-night: "Sleeping through this night"
sleeping-players-percent: "<count>/<total> players sleeping" Leave them as default to let the client's use their own translatable components sleep-skipping-night: "default"
sleeping-players-percent: "default" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
granny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implemented in build 1246 3cb8111
You can disable the messages by supplying an empty string
Or customize them
Leave them as default to let the client's use their own translatable components