๐Ÿš€ Installation

Prerequisites

  • FiveM Server: Any version with Lua 5.4 support

  • No Dependencies: Standalone resource, no framework required

  • Discord Bot (Optional): For Discord integration features

Quick Start (3 Steps)

  1. Download & Extract

    # Extract to resources folder
    # Rename folder to daphne_chat (if needed)
  2. Add to server.cfg

    ensure daphne_chat
  3. Start Server

    • Resource will auto-generate chat_config.json

    • No additional configuration required!

Optional: Discord Integration

  1. Create Discord Bot

  2. Add to server.cfg

    set daphne_discord_token "YOUR_BOT_TOKEN_HERE"
    set daphne_discord_guild "YOUR_GUILD_ID_HERE"  # Optional - auto-detects
  3. Invite Bot to Server

    • Use OAuth2 URL Generator

    • Select bot scope and View Channels permission

    • Invite to your Discord server

Optional: Admin Access

Grant admin access to use /chatconfig command:

Last updated