Skip to content

dzcp-arabs-fw/Example-Plugin

Repository files navigation

WelcomePlugin 🎉

A simple DZCP plugin that sends a welcome message to players when they join the SCP: Secret Laboratory server.


📦 Plugin Info

  • Name: WelcomePlugin
  • Author: MONCEF50G (DZ ARENA FIXERS)
  • Version: 1.0.0
  • Framework: DZCP Plugin System
  • Game: SCP: Secret Laboratory

✅ Features

  • Sends a friendly message to every player who joins the server.
  • Logs the player's nickname in the server console.

🛠 Installation

  1. Navigate to your DZCP server directory.
  2. Go to the Plugins folder.
  3. Create a new folder named WelcomePlugin.
  4. Place the WelcomePlugin.cs file inside that folder.
  5. Restart your server.

📁 Folder Structure

DZCP/ └── Plugins/ └── WelcomePlugin.dll


💡 Example

When a player named SCPPlayer joins the server:

  • In Chat:
    👋 Welcome SCPPlayer to DZ SCP Server!

  • In Console:
    [DZCP] SCPPlayer joined the game.


🔧 Customization

In future updates, you’ll be able to:

  • Edit the welcome message via config.json.
  • Enable or disable the plugin without restarting the server.

🤝 Credits

Made with ❤️ by MONCEF50G
Join our community: DZ ARENA FIXERS


🧠 License

This plugin is open source under the MIT license.