Skip to content

Commit

Permalink
Add documentation for sleep-not-possible actionbar message (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaprince authored Aug 23, 2023
1 parent 3067c78 commit e532fa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mkdocs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ Requires the [`bukkit.command.tpsbar`](../Permissions#bukkitcommandtpsbar) permi
- **default**: default
- **description**: The actionbar message that appears when a player is asleep. Set to "default" to let the clients use their own translatable components. Set to an empty string to disable it. Available placeholders: `<count>` - the current amount of players sleeping, `<total>` - the total amount of players needed to sleep

#### sleep-not-possible
- **default**: default
- **description**: The actionbar message that appears when a player tries to sleep, but the `playersSleepingPercentage` gamerule is set to a value greater than 100. Set to "default" to let the clients use their own translatable components. Set to an empty string to disable it.

#### death-message
* ##### stonecutter
- **default**: &lt;player> has sawed themself in half
Expand Down

0 comments on commit e532fa2

Please sign in to comment.