🥷
UltraHide Wiki
Discord ServerBuiltByBit
  • 👋Introduction
  • First Install
    • 📗Installation
  • Basics
    • 🔓Commands & Permissions
    • 📕Configuration
  • Hooks
    • 🤔Other Hooks
    • ❓PlaceholderAPI
Powered by GitBook
On this page
  1. Hooks

PlaceholderAPI

Learn about PlaceholderAPI hook here.

This hook lets you use placeholders using PlaceholderAPI.

Placeholders

Placeholder
Result

%ultrahide_hidden%

Returns the value set in messages.yml file depending on if the player is hidden or not. For example, if the player is hidden and boolean.true value is "&aYes", then it'd return "&aYes".

%ultrahide_hidden_raw%

Returns true if the player is hidden, false if the player isn't hidden.

%ultrahide_name%

Returns player's name in a scrambled way if the player is hidden, their name if the player isn't hidden.

%ultrahide_display_name%

Returns player's display name in a scrambled way if the player is hidden, their display name if the player isn't hidden.

%ultrahide_prefix%

Requires Vault. Returns an empty string if player is hidden, else player's prefix obtained from Vault API.

%ultrahide_prefix_spaced%

Same as %ultrahide_prefix% but it adds a space at the end of the return value. If the return value is empty, then no space is added.

%ultrahide_suffix%

Requires Vault. Returns an empty string if player is hidden, else player's suffix obtained from Vault API.

%ultrahide_suffix_spaced%

Same as %ultrahide_suffix% but it adds a space at the end of the return value. If the return value is empty, then no space is added.

PreviousOther Hooks

Last updated 4 months ago

❓