CEP | (CapeEslePro) Wiki
  • 👁️CEP | (CapeEslePro)
  • 🇹🇷Türkçe
    • Eklenti Hakkında
      • Başlangıç
      • Hesap Eşleme
      • MySQL
      • Oyun Sohbeti Aktarma
      • Oyuna Komut Gönderme
      • Discorda Log Gönderme
      • Bot Aktivitesi
      • Dil Ayarı
      • Yeni Komut Oluşturma
      • 2FA
      • Embed
      • Placeholders
    • Komutlar
      • Oyun Komutları
      • Discord Komutları
    • API
      • API Class
      • Events
  • 🏴󠁧󠁢󠁥󠁮󠁧󠁿ENGLISH
    • About the Plugin
      • Beginning
      • Link System
      • MySQL
      • Transfer Game Chat
      • Sending Commands to the Game
      • Sending Logs to Discord
      • Bot Activity
      • Language Setting
      • Creating a New Command
      • 2FA
      • Embed
      • Placeholders
    • Commands
      • Game Commands
      • Discord Commands
    • API
      • API Class
      • Events
Powered by GitBook
On this page
  • System
  • Configuration File
  1. ENGLISH
  2. About the Plugin

Sending Commands to the Game

On this page you can get information about the command sending system to the game.

System

You can allow the specified commands to the roles specified in the settings file and have those commands sent to the game.

For example, if you give Y command permission to the X role, people in this role can send the Y command to the game with /command Y.

You can also log to a channel.

Configuration File

cmd_usage_discord_to_game:
  status: true # Should the mode for sending commands to the game be active?
  cmdsLogs: '1258550213539397632' # Should logs for the sent commands be kept? If you don't want to log them, you can write null.
  roles_and_cmds: # Roles and the commands they can use are configured here.
    '1251962081830240396': # role id
      - 'say' # The commands they can use; only the main command should be written. Do not put a / at the beginning.
PreviousTransfer Game ChatNextSending Logs to Discord

Last updated 8 months ago

🏴󠁧󠁢󠁥󠁮󠁧󠁿