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
  • How to start conversations from other NPC plugins
  • Users can't click on options on chat or use the 'next' button

Was this helpful?

  1. FAQ

FAQ

Frequently Asked Questions

How to start conversations from other NPC plugins

Interactions has direct support with Citizens NPCs, but even so you can start a conversation from an NPC if you are using another plugin to manage them. You just need to add the /int start <conversation> <player> command to the NPC.

If you want to use the start/end radius feature, you can also start a conversation from a certain location using /int start <conversation> <player> <x> <y> <z> <world>.

Users can't click on options on chat or use the 'next' button

If this happens its most likely you have a plugin that block all commands. Interactions manages these functionalities by commands, so you must whitelist these ones:

  • /interactions useoption

  • /interactions skipdialogue

PreviousOptionNextAPI Methods and Events

Last updated 9 months ago

Was this helpful?