PlaceholderAPI
Integration with the PlaceholderAPI plugin
- Allows using any placeholders
Example
%server_tps%, %server_online% etc., if the corresponding module is installed
- Adds its own placeholders
| Placeholder | Returns |
|---|---|
%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
Pathintegration.yml → placeholderapi
placeholderapi:
enable: trueenable
Enables or disables the functionality of the module
🔐 Permissions
Pathpermission.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
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
use
Permission to use placeholders from PlaceholderAPI in a message
Last updated on
Edit on GitHub
FlectonePulse