diff --git a/.version b/.version index a8498651b..d9955e456 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.32 +0.2.33 diff --git a/docs/placeholderapi.md b/docs/placeholderapi.md index 481e7d838..f1ca35e9c 100644 --- a/docs/placeholderapi.md +++ b/docs/placeholderapi.md @@ -8,6 +8,8 @@ These placeholders are intended for use in other plugins and may not function if * `%bedwars_all_games_players%` - Returns the total number of players across all games. * `%bedwars_all_games_maxplayers%` - Returns the total maximum number of players across all games. +* `%bedwars_all_games_anyrunning%` - Returns `true` if any game is currently in `running` or `game_end_celebrating` state; otherwise `false`. +* `%bedwars_all_games_anywaiting%` - Returns `true` if any game is currently in `waiting` state; otherwise `false`. ## Current information about players @@ -35,6 +37,8 @@ Some of these placeholders contain a parameter ``. Replace it with th * `%bedwars_current_game_team__bed%` - Returns whether the team currently has a valid target block, as a string: `yes` or `no`. * `%bedwars_current_game_team__bedsymbol%` - Returns the colored target block symbol used in SBW's in-game scoreboard. * `%bedwars_current_game_team__teamchests%` - Returns the number of team chests. +* `%bedwars_current_game_running%` - Returns `true` if the game is currently in `running` or `game_end_celebrating` state; otherwise `false`. +* `%bedwars_current_game_waiting%` - Returns `true` if the game is currently in `waiting` state; otherwise `false`. * `%bedwars_current_available_teams%` - Returns the number of existing teams. * `%bedwars_current_connected_teams%` - Returns the number of teams currently playing. * `%bedwars_current_teamchests%` - Returns the number of team chests across all teams. @@ -75,6 +79,8 @@ When using these placeholders, replace `` with the specific game identifie * `%bedwars_game__team__bed%` - Returns whether the team currently has a valid target block, as a string: `yes` or `no`. * `%bedwars_game__team__bedsymbol%` - Returns the colored target block symbol used in SBW's in-game scoreboard. * `%bedwars_game__team__teamchests%` - Returns the number of team chests. +* `%bedwars_game__running%` - Returns `true` if the game is currently in `running` or `game_end_celebrating` state; otherwise `false`. +* `%bedwars_game__waiting%` - Returns `true` if the game is currently in `waiting` state; otherwise `false`. ## Statistics placeholders