Skip to main content

🔗 PlaceholderAPI

Placeholders

List of placeholders available in the PlaceholderAPI.

  • %nchat_focused%
    • Type: text
    • Description: Returns what the player is focusing on.
      • Returns based on this priority:
        %nchat_focused_tell% -> %nchat_focused_channel% -> empty text ("").
  • %nchat_focused_channel%
    • Type: text
    • Description: Returns the name of the channel focused on by the player.
      • If no player is found, returns empty text ("").
  • %nchat_focused_tell%
    • Type: text
    • Description: Returns the name of the player targeted by the player (tell).
      • If no player is found, returns empty text ("").
  • %nchat_mention_enabled_chat%
    • Type: boolean (true/false)
    • Description: Returns if chat mentions (public) are enabled.
  • %nchat_mention_enabled_tell%
    • Type: boolean (true/false)
    • Description: Returns if tell mentions (private) are enabled.
  • %nchat_enabled_tell%
    • Type: boolean (true/false)
    • Description: Returns if tell is active.
  • %nchat_enabled_<channel name>%
    • Type: boolean (true/false)
    • Description: Returns if a channel <channel name> is enabled.
  • %nchat_ignoring_<player/id>%
    • Type: boolean (true/false)
    • Description: Returns if the player is ignoring another player <player/id>.
  • %nchat_spy_enabled_<*/chat/tell/[channel name]>%
    • Type: boolean (true/false)
    • Description: Returns if spy mode is enabled for a given context.
      • *: if spy mode is active in any context ("joker mode")
      • chat: if spy mode is active for chat messages (public).
      • tell: if spy mode is active for tell messages (private).
      • [channel name]: if spy mode is active for a specific channel.
Support

Need help? Contact our support team if you still have questions.