Flectone Logo FlectonePulse

PlaceholderAPI

Integration with the PlaceholderAPI plugin

Example

%server_tps%, %server_online% etc., if the corresponding module is installed using /papi ecloud download module

  • Adds its own placeholders
PlaceholderWhat it returns
%flectonepulse_advancement%Returns true if display is enabled, otherwise empty
%flectonepulse_afk%Returns true if display is enabled, otherwise empty
%flectonepulse_afk_suffix%Returns AFK suffix
%flectonepulse_auto%Returns true if display is enabled, otherwise empty
%flectonepulse_chat_name%Returns the selected chat type, default by default
%flectonepulse_death%Returns true if display is enabled, otherwise empty
%flectonepulse_discord%Returns true if display is enabled, otherwise empty
%flectonepulse_fcolor_number%Returns the player's custom color
%flectonepulse_fcolor_out_number%Returns the player's custom OUT color
%flectonepulse_fcolor_see_number%Returns the player's custom SEE color
%flectonepulse_greeting%Returns true if display is enabled, otherwise empty
%flectonepulse_ip%Returns the player's IP address
%flectonepulse_join%Returns true if display is enabled, otherwise empty
%flectonepulse_locale%Returns the player's current locale
%flectonepulse_online%Returns the number of players on the server
%flectonepulse_ping%Returns the player's ping
%flectonepulse_player%Returns the player's regular name
%flectonepulse_quit%Returns true if display is enabled, otherwise empty
%flectonepulse_stream_prefix%Returns the player's stream prefix
%flectonepulse_spy_statusReturns a string if spy mode is enabled, otherwise empty
%flectonepulse_telegram%Returns true if display is enabled, otherwise empty
%flectonepulse_tps%Returns the server TPS
%flectonepulse_twitch%Returns true if display is enabled, otherwise empty
%flectonepulse_world_prefix%Returns the player's world prefix
%flectonepulse_mute_suffix%Returns the player's mute suffix
%flectonepulse_command_ball%Returns true if display is enabled, otherwise empty
%flectonepulse_command_ban%Returns true if display is enabled, otherwise empty
%flectonepulse_command_broadcast%Returns true if display is enabled, otherwise empty
%flectonepulse_command_coin%Returns true if display is enabled, otherwise empty
%flectonepulse_command_dice%Returns true if display is enabled, otherwise empty
%flectonepulse_command_do%Returns true if display is enabled, otherwise empty
%flectonepulse_command_kick%Returns true if display is enabled, otherwise empty
%flectonepulse_command_mail%Returns true if display is enabled, otherwise empty
%flectonepulse_command_me%Returns true if display is enabled, otherwise empty
%flectonepulse_command_mute%Returns true if display is enabled, otherwise empty
%flectonepulse_command_poll%Returns true if display is enabled, otherwise empty
%flectonepulse_command_reply%Returns true if display is enabled, otherwise empty
%flectonepulse_command_rockpaperscissors%Returns true if display is enabled, otherwise empty
%flectonepulse_command_spy%Returns true if display is enabled, otherwise empty
%flectonepulse_command_stream%Returns true if display is enabled, otherwise empty
%flectonepulse_command_tell%Returns true if display is enabled, otherwise empty
%flectonepulse_command_tictactoe%Returns true if display is enabled, otherwise empty
%flectonepulse_command_translateto%Returns true if display is enabled, otherwise empty
%flectonepulse_command_try%Returns true if display is enabled, otherwise empty
%flectonepulse_command_warn%Returns true if display is enabled, otherwise empty

⚙️ Setting

Path integration.yml → placeholderapi
placeholderapi:
  enable: true

enable

Enables or disables the functionality of the module


🔐 Permissions

Path permission.yml → integration.placeholderapi
placeholderapi:
  name: "flectonepulse.module.integration.placeholderapi"
  type: "TRUE"
  use:
    name: "flectonepulse.module.integration.placeholderapi.use"
    type: "OP"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

use

Permission to use placeholders from PlaceholderAPI in a message

Last updated on

Edit on GitHub

On this page

Authors of page