> For the complete documentation index, see [llms.txt](https://ajneb97.gitbook.io/interactions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajneb97.gitbook.io/interactions/commands-and-permissions.md).

# Commands and Permissions

## Commands

alias: `/int`

| Command                                                                                                                                                                                                                                                                                                                            | Description                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **/interactions help \<page>**                                                                                                                                                                                                                                                                                                     | Shows all commands.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **/interactions create \<conversation>**                                                                                                                                                                                                                                                                                           | Creates a new conversation for an entity.                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **/interactions edit \<conversation>**                                                                                                                                                                                                                                                                                             | Edits an already created conversation.                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **/interactions delete \<conversation>**                                                                                                                                                                                                                                                                                           | Deletes an already created conversation.                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **/interactions verify**                                                                                                                                                                                                                                                                                                           | Checks ALL conversations for errors.                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **/interactions reload**                                                                                                                                                                                                                                                                                                           | Reloads the plugin configuration files.                                                                                                                                                                                                                                                                                                                                                                                                                   |
| <p><strong>/interactions resetplayer  \<player></strong></p><p><strong>\<conversation entity></strong></p><p></p><p><strong>/interactions resetplayer \<player> \<conversation entity></strong><br><strong>(optional)\<dialogue></strong> <code>Example: /interactions resetplayer Ajneb guard1 conversation1.dialogue1</code></p> | Resets a conversation (or dialogue) for a player removing player data.                                                                                                                                                                                                                                                                                                                                                                                    |
| **/interactions list**                                                                                                                                                                                                                                                                                                             | Shows all created conversation files.                                                                                                                                                                                                                                                                                                                                                                                                                     |
| <p><strong>/interactions start \<conversation> \<player>/\* \<x> \<y> \<z> \<world></strong><br><br><strong>/interactions start \<conversation>.\<conversation\_tree> \<player></strong></p>                                                                                                                                       | <p>With this command you can start a conversation for a player. The location is optional and it works for using the leave radius option.<br><br>You can start a conversation for all players using <code>/int start \<conversation> \*</code><br><br>You can start a certain conversation tree for a conversation file using <code>/int start \<conversation>.\<conversation\_tree></code>, for example: <code>/int start guard1.conversation2</code></p> |
| **/interactions stop \<player>/\***                                                                                                                                                                                                                                                                                                | <p>Stops the current conversation of a player.<br><br>You can stop conversations for all players using <code>/int stop \*</code></p>                                                                                                                                                                                                                                                                                                                      |
| **/interactions influence set/add/remove \<player> \<conversation\_entity> \<value>**                                                                                                                                                                                                                                              | Manages player influence with conversation entities.                                                                                                                                                                                                                                                                                                                                                                                                      |

## Permissions

| Permission                                      | Description                                                                                                          |
| ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| **interactions.admin**                          | Allows to access commands.                                                                                           |
| **interactions.start.\<conversation>**          | <p>Allows to talk to an NPC If <code>requires\_permission</code> option <br>is enabled on the conversation file.</p> |
| **interactions.bypasscooldown.\<conversation>** | Allow players bypass the cooldown of a conversation.                                                                 |
