From 319be0e04376c598930104b222dcd525e5d72c7a Mon Sep 17 00:00:00 2001 From: Kqliber <36670020+Kqliber@users.noreply.github.com> Date: Mon, 15 Feb 2021 21:54:44 +0000 Subject: [PATCH] Added extra placeholders Added the RNG expansion Updated the chat reaction placeholders list --- wiki/Placeholders.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index f6bf9c8..15fd932 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -36,6 +36,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[RandomColor](#randomcolor)** - **[RedisBungee](#redisbungee)** - **[RelCon](#relcon)** +- **[RNG](#rng)** - **[ScoreboardObjectives](#scoreboardobjectives)** - **[Server](#server)** - **[Shortcut](#shortcut)** @@ -826,6 +827,17 @@ More info about the expansion can be found on the [GitHub-Repository](https://gi ``` ---- +- ### **RNG** +> /papi ecloud download RNG + +More info about the expansion can be found on the [GitHub-Repository](https://github.com/Kqliber/Expansion-RNG). + +``` +%rng_random% +%rng_,% +``` +---- + - ### **ScoreboardObjectives** > /papi ecloud download ScoreboardObjectives @@ -1561,12 +1573,17 @@ Note: You have to download the jar from the linked Spigot page. ``` %chatreaction_wins% - Chat reaction wins (Requires MySQL) +%chatreaction_wins_% - Chat reactions wins for a certain player (Requires MySQL) +%chatreaction_top_player_% - Returns the player at the placement inputted from the leaderboard (Requires MySQL) +%chatreaction_top_wins_% - Returns the amount of wins a player has at that placement (Requires MySQL) %chatreaction_type% - Type of reaction (Reaction or Scramble) %chatreaction_active_round% - Is a round currently active %chatreaction_display_word% - The scrambled word %chatreaction_reaction_word% - The actual solution word %chatreaction_start_time% - Time when the round started %chatreaction_latest_winner% - Last recorded winner +%chatreaction_start_time_in_seconds% - Returns the time (in seconds) since the chat reaction started +%chatreaction_time_remaining% - returns the time (in seconds) when the chat reaction event will expire ``` ----