Placeholders

These placeholders are made to be used with PlaceholderAPI.

Placeholder
Description

%mmobuffs_name_<effect>%

Returns display name of the effect, blank if it doesn't exist.

%mmobuffs_has_<effect>%

Returns true if the player has the effect, false if not.

%mmobuffs_duration_<effect>%

Returns the formatted duration of the player's effect, 0 if the player doesn't have the effect.

%mmobuffs_seconds_<effect>%

Returns the duration of the player's effect in seconds, 0 if the player doesn't have the effect.

%mmobuffs_stacks_<effect>%

Returns the remaining stacks of the player's effect, 0 if the player doesn't have the effect.

%mmobuffs_maxstacks_<effect>%

Returns the max stacks of the player's effect, 0 if the player doesn't have the effect.

%mmobuffs_value_<stat>_<effect>%

Returns the value of the stat given by the player's effect, 0 if the player doesn't have the effect or stat.

%mmobuffs_basevalue_<stat>_<effect>%

Returns the base value of the stat given by the player's effect, 0 if the player doesn't have the effect or stat.

Last updated