-
Notifications
You must be signed in to change notification settings - Fork 12
Placeholders
Idan edited this page Jul 6, 2024
·
3 revisions
Two-factor authentication supports PlaceholderAPI and even includes custom placeholders!
-
%2fa_is_enabled%-
Description: Returns
Enabledif the player has 2FA enabled, andDisabledotherwise
-
Description: Returns
-
%2fa_time_since_enabled%- Description: Returns a String representing the time passed since the player enabled their 2FA
-
Example result:
2 years, 11 months, 18 days, 10 hours, 24 minutes, 53 seconds
-
%2fa_key%- Description: Returns the 2FA key of the player
-
%2fa_is_required%-
Description: Returns
Requiredif the player is required to have 2FA enabled, andNot Requiredotherwise
-
Description: Returns
Go back to Home Page
Let's Start
Commands
- /2FA
- /2FA <6 digit code>
- /2FA enable
- /2FA disable [player]
- /2FA cancel
- /2FA reload
- /2FA help
- /2FA report
Configuration
Frequently Asked Questions
- The plugin doesn't work
- Scanning the QR code and entering it fails
- 2FA asks me to authenticate everytime I switch servers
Using The API
Misc