Skip to content

Exiled.Plugin.Template is a basic template for creating EXILED plugins for SCP: Secret Laboratory servers, providing a foundation for custom plugin development.

License

Notifications You must be signed in to change notification settings

aksueikava/Exiled.Plugin.Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exiled.Plugin.Template

This is a template plugin for EXILED (EXtended In-runtime Library for External Development), a framework for creating plugins for SCP: Secret Laboratory servers. The plugin provides a basic structure for creating and managing events in the game.

Description

The Exiled.Plugin.Template plugin is an example of how to create a simple plugin for EXILED. It includes a Verified event handler, which is triggered when a player successfully passes verification on the server. The plugin logs information about the verified player, including their nickname and UserId.

Features

  • Basic structure of the plugin

    The plugin provides a ready-made structure for creating new plugins for EXILED, including basic methods and classes.

  • Handling the Verified event

    The plugin tracks the event when a player successfully passes verification on the server (Verified), and logs information about him (nickname and UserId).

  • Automatic event registration and removal

    The plugin automatically registers and removes event handlers when enabled and disabled.

Configuration

The plugin supports basic configuration via the Config.cs file.

Exiled.Plugin.Template:
# Is the plugin enabled?
  is_enabled: true
  # Are debug messages displayed?
  debug: false

License

This project is distributed under the MIT license.

About

Exiled.Plugin.Template is a basic template for creating EXILED plugins for SCP: Secret Laboratory servers, providing a foundation for custom plugin development.

Topics

Resources

License

Stars

Watchers

Forks