Interactions
  • Interactions Wiki
  • How to Start
  • Creating a Conversation: Inventory
  • Creating a Conversation: Config
  • Conversation Entities Properties
  • Conversation Properties
  • Dialogues Properties
  • Options Properties
  • Actions
  • Requirements
  • Commands and Permissions
  • Config.yml File
  • Messages.yml File
  • PlaceholderAPI Variables
  • Keywords
    • Conversation Entity
    • Conversation
    • Dialogue
    • Option
  • FAQ
    • FAQ
  • API
    • API Methods and Events
  • FULL EXAMPLES
    • Quests Example
    • Influence Example
    • Options in Dialogue Example
Powered by GitBook
On this page

Was this helpful?

PlaceholderAPI Variables

PreviousMessages.yml FileNextConversation Entity

Last updated 6 months ago

Was this helpful?

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

Placeholder
Description

%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 enabled.

%interactions_influence_<conversation_entity>%

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

%interactions_current_conversation_text_<line>%

Returns the current dialogue text line starting from line 1.

%interactions_current_conversation_name%

Returns the current conversation name.

save option