Flectone Logo FlectonePulse

PlaceholderAPI

Integration with the PlaceholderAPI plugin

Example

%server_tps%, %server_online% etc., if the corresponding module is installed

  • Adds its own placeholders
PlaceholderReturns
%flectonepulse_ip%Returns the player's IP address
%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_tps%Returns the server TPS
%flectonepulse_mute_suffix%Returns the player's mute suffix
%flectonepulse_afk_durationx%Returns the player's afk duration in seconds
%flectonepulse_afk_durationx_formatted%Returns the formatted player's afk duration in seconds
%flectonepulse_condition_name%Returns the result of the condition
%flectonepulse_fcolor_number%Returns the player's custom color
%flectonepulse_fcolor_out_number%Returns the player's custom color OUT
%flectonepulse_fcolor_see_number%Returns the player's custom color SEE
%flectonepulse_setting_name%If setting is a SettingText, its value will be returned.
Otherwise, it checks ModuleName; if enabled, returns yes, otherwise no

⚙️ 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