MiniPlaceholders
Integration with the MiniPlaceholders plugin allows using any mini-placeholders
More about mini-placeholders
Warning
To use a mini-placeholder, it must be wrapped in {}
Example {<server_name>}
FlectonePulse also adds its own mini-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 |
<flectonepulse_format:'any text'> | Returns the finished text that was formatted inside FlectonePulse. Can be used to return custom tags, for example <flectonepulse_format:'<player_head>'> will return the player's head texture |
⚙️ Setting
Pathintegration.yml → miniplaceholders
miniplaceholders:
enable: trueenable
Enables or disables the functionality of the module
🔐 Permissions
Pathpermission.yml → integration.miniplaceholders
miniplaceholders:
name: "flectonepulse.module.integration.miniplaceholders"
type: "TRUE"
use:
name: "flectonepulse.module.integration.miniplaceholders.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 MiniPlaceholders in a message
Last updated on
Edit on GitHub
FlectonePulse