PlaceholderAPI
Integration with PlaceholderAPI:
- Allows using any placeholders
EXAMPLE
%server_tps%
, %server_online%
, etc., if the corresponding module is installed via /papi ecloud download module
- Adds its own placeholders
Placeholder | What it returns |
---|---|
%flectonepulse_fcolor_номер% | Returns a custom player color |
%flectonepulse_world_prefix% | Player's dimension prefix |
%flectonepulse_stream_prefix% | Player's stream prefix |
%flectonepulse_afk_suffix% | Player's AFK suffix |
%flectonepulse_player% | Player's regular name |
%flectonepulse_ip% | Player's IP address |
%flectonepulse_ping% | Player's ping |
%flectonepulse_online% | Number of players on the server |
%flectonepulse_tps%% | Server TPS |
⚙️ Setting
📂 Path integration.yml → placeholderapi
⚖️ Default
yml
placeholderapi:
enable: true
enable
Enables or disables the functionality of the module
🔐 Permissions
📂 Path permission.yml → integration.placeholderapi
⚖️ Default
yml
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 | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |
use
Permission to use PlaceholderAPI placeholders in messages