GPTTalk Wiki
  • 👋Description
  • Tutorial
    • 🚀How to start
      • DEFAULT CHARACTERS
      • Connecting the OpenAI API with GPTTalk Plugin
      • Creating a Character and Connecting it to an NPC in GPTTalk
      • Commands & Permissions
      • Placeholders:
  • 🛠 Configuration Guide 📄
    • config.yml
    • character.yml
  • SUPPORT
    • 🆘Discord
Powered by GitBook
On this page
  1. Tutorial
  2. How to start

Commands & Permissions

GPTTalk offers a variety of commands and permissions to manage the plugin effectively. Below is the comprehensive list of available commands and the associated permissions required for each:

YOU WILL NEED gpttalk.commandTO EXECUTE ANY COMMAND

Commands:

  • Start a Conversation with a Character: Command: /gpttalk start <characterid> Permission: gpttalk.command.start

  • Stop the Current Conversation: Command: /gpttalk quit Permission: gpttalk.command.quit

  • Set Interaction Limits for a User and NPC: Command: /gpttalk set interactions <user> <npc> <quantity> <frequency> Permission: gpttalk.command.set.interactions

  • Set Conversation Storage Limit for a User: Command: /gpttalk set storage <user> <characterid> <quantity> <frequency> Permission: gpttalk.command.set.storage

  • Reload the Plugin: Command: /gpttalk reload Permission: gpttalk.command.reload

  • Connect a Citizens NPC with GPTTalk: Command: /gpttalk npc <id> <characterid> Permission: gpttalk.command

  • Create a New Character Personality: Command: /gpttalk create <characterid> <name/name lastname> Permission: gpttalk.command.create

  • Delete a Character Personality: Command: /gpttalk delete <characterid> Permission: gpttalk.command.delete

  • Reset Interactions or Storage for a User and Character: Command: /gpttalk reset <interactions/storage> <user> <characterid> Permission: gpttalk.command.reset

  • Edit Specific Attributes of a Character: Command: /gpttalk edit <name|prefix|role|personality|tag> <character> Permission: gpttalk.command.edit

  • Clear Conversations for Self or Another Player: Command: /gpttalk clear (player) Permission for self: gpttalk.command.clear Permission for others: gpttalk.command.clear.others Command to clear all conversations: /gpttalk clear all Permission: gpttalk.command.clear

  • Talk with a Specific Character Personality (NPC or Command): Permission: gpttalk.talk.<characterid>

  • Check the Interaction and Storage Limits for a Character: Command: /gpttalk limits <characterId> Permission: gpttalk.command.limits

The permissions listed above control access to various commands. Assign these to players or roles within your server to manage who can use specific GPTTalk functions.

PreviousCreating a Character and Connecting it to an NPC in GPTTalkNextPlaceholders:

Last updated 1 year ago

🚀