A simple DZCP plugin that sends a welcome message to players when they join the SCP: Secret Laboratory server.
- Name: WelcomePlugin
- Author: MONCEF50G (DZ ARENA FIXERS)
- Version: 1.0.0
- Framework: DZCP Plugin System
- Game: SCP: Secret Laboratory
- Sends a friendly message to every player who joins the server.
- Logs the player's nickname in the server console.
- Navigate to your DZCP server directory.
- Go to the
Plugins
folder. - Create a new folder named
WelcomePlugin
. - Place the
WelcomePlugin.cs
file inside that folder. - Restart your server.
DZCP/ └── Plugins/ └── WelcomePlugin.dll
When a player named SCPPlayer
joins the server:
-
In Chat:
👋 Welcome SCPPlayer to DZ SCP Server!
-
In Console:
[DZCP] SCPPlayer joined the game.
In future updates, you’ll be able to:
- Edit the welcome message via
config.json
. - Enable or disable the plugin without restarting the server.
Made with ❤️ by MONCEF50G
Join our community: DZ ARENA FIXERS
This plugin is open source under the MIT license.