diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 075dc94..5f70638 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -378,6 +378,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[Treasures](#treasures)** - **[Trey's Double Jump](#treys-double-jump)** - **[TrickOrTreat](#trickortreat)** + - **[Two Factor Authentication](#twofactorauthentication)** - ### **U** - **[USkyBlock](#uskyblock)** @@ -5107,6 +5108,18 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa ---- +- ### **[Two Factor Authentication](https://www.spigotmc.org/resources/85594/)** + > NO DOWNLOAD COMMAND + + ``` + %2fa_is_enabled% + %2fa_time_since_enabled% + %2fa_key% + %2fa_is_required% + ``` + +---- + - ### **[USkyBlock](https://www.spigotmc.org/resources/2280/)** > /papi ecloud download uSkyBlock diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 63021f7..054753b 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -936,6 +936,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[TrickOrTreat](https://www.spigotmc.org/resources/61370/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#trickortreat]]**] +- **[Two Factor Authentication](https://www.spigotmc.org/resources/85594/)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#twofactorauthentication]]**] ---- ## U