PlaceholderAPI Variables

Interactions provides you some PlaceholderAPI variables you can use on other plugins.

PlaceholderDescription

%interactions_has_dialogue_<conversation entity>.<conversation>.<dialogue>%

Returns true if the player has reached to that specific dialogue and false if not. Example: %interactions_has_dialogue_guard1.conversation1.dialogue1% Requires that the dialogue has the save option enabled.

%interactions_influence_<conversation_entity>%

Returns the total amount of influence the player has with the conversation entity. Example: %interactions_influence_guard1%

Last updated