diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index c8f7e0f..051906b 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -366,6 +366,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **S** - **[Sack](#sack)** + - **[ScreamingBedWars](#screamingbedwars)** - **[Seasons](#seasons)** - **[SellAll](#sellall)** - **[SignLink](#signlink)** @@ -5723,7 +5724,119 @@ For a description of the placeholders please read the [PvPManager Wiki](https:// %sack_total_slots% : the total number of slots for all sacks in your inventory. %sack_total_item_count% : the total number of items held in all sacks in your inventory. ``` - + +---- + +### **[ScreamingBedWars](https://hangar.papermc.io/ScreamingSandals/ScreamingBedWars)** +/// integrated | Built into Plugin +/// + +You can find an up-to-date list of placeholders with detailed information and examples in the [ScreamingBedWars Documentation](https://docs.screamingsandals.org/BedWars/latest/placeholderapi/). + +``` +# Global placeholders +%bedwars_all_games_players% +%bedwars_all_games_maxplayers% +%bedwars_all_games_anyrunning% +%bedwars_all_games_anywaiting% + +# Placeholders for the current game the player is in +%bedwars_current_game% +%bedwars_current_game_players% +%bedwars_current_game_minplayers% +%bedwars_current_game_maxplayers% +%bedwars_current_game_world% +%bedwars_current_game_state% +%bedwars_current_game_time% +%bedwars_current_game_timeformat% +%bedwars_current_game_elapsedtime% +%bedwars_current_game_elapsedtimeformat% +%bedwars_current_game_running% +%bedwars_current_game_waiting% +%bedwars_current_available_teams% +%bedwars_current_connected_teams% +%bedwars_current_teamchests% + +# Placeholders related to the player's team in the current game +%bedwars_current_team% +%bedwars_current_team_color% +%bedwars_current_team_colored% +%bedwars_current_team_players% +%bedwars_current_team_maxplayers% +%bedwars_current_team_bed% +%bedwars_current_team_teamchests% +%bedwars_current_team_bedsymbol% + +# Placeholders for a specific team within the current game +%bedwars_current_game_team__colored% +%bedwars_current_game_team__color% +%bedwars_current_game_team__ingame% +%bedwars_current_game_team__players% +%bedwars_current_game_team__maxplayers% +%bedwars_current_game_team__bed% +%bedwars_current_game_team__bedsymbol% +%bedwars_current_game_team__teamchests% + +# Placeholders related to a specific game +%bedwars_game__name% +%bedwars_game__players% +%bedwars_game__minplayers% +%bedwars_game__maxplayers% +%bedwars_game__world% +%bedwars_game__state% +%bedwars_game__available_teams% +%bedwars_game__connected_teams% +%bedwars_game__teamchests% +%bedwars_game__time% +%bedwars_game__timeformat% +%bedwars_game__elapsedtime% +%bedwars_game__elapsedtimeformat% +%bedwars_game__running% +%bedwars_game__waiting% + +# Placeholders related to a specific team in a specific game +%bedwars_game__team__colored% +%bedwars_game__team__color% +%bedwars_game__team__ingame% +%bedwars_game__team__players% +%bedwars_game__team__maxplayers% +%bedwars_game__team__bed% +%bedwars_game__team__bedsymbol% +%bedwars_game__team__teamchests% + +# Player statistics +%bedwars_stats_deaths% +%bedwars_stats_destroyed_beds% +%bedwars_stats_kills% +%bedwars_stats_loses% +%bedwars_stats_score% +%bedwars_stats_wins% +%bedwars_stats_games% +%bedwars_stats_kd% + +# Statistics of a specific player +%bedwars_otherstats__deaths% +%bedwars_otherstats__destroyed_beds% +%bedwars_otherstats__kills% +%bedwars_otherstats__loses% +%bedwars_otherstats__score% +%bedwars_otherstats__wins% +%bedwars_otherstats__games% +%bedwars_otherstats__kd% + +# Leaderboard information ( is the desired ranking spot, starting with 1) +%bedwars_leaderboard_score__name% +%bedwars_leaderboard_score__uuid% +%bedwars_leaderboard_score__deaths% +%bedwars_leaderboard_score__destroyed_beds% +%bedwars_leaderboard_score__kills% +%bedwars_leaderboard_score__loses% +%bedwars_leaderboard_score__score% +%bedwars_leaderboard_score__wins% +%bedwars_leaderboard_score__games% +%bedwars_leaderboard_score__kd% +``` + ---- ### **[Seasons](https://www.spigotmc.org/resources/39298/)** diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index 3bfe8ba..70edb02 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -828,6 +828,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[Scoreboard Sidebar API](https://www.spigotmc.org/resources/21042/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] +- **[ScreamingBedWars](https://hangar.papermc.io/ScreamingSandals/ScreamingBedWars)** + - [ ] Supports placeholders. + - [X] Provides own placeholders. [**[Link](placeholder-list.md#screamingbedwars)**] - **[ScrollBoard](https://www.spigotmc.org/resources/24697/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link]