Skip to content

Latest commit

 

History

86 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Downloads (all assets, all releases)
Latest

Overwatch System for EXILED

A comprehensive overwatch system plugin for SCP: Secret Laboratory.

Requirements

Installation

  1. Download the latest release from the releases page
  2. Place the plugin OverwatchSystem.dll file into the EXILED/Plugins folder on your server.
  3. Place the dependency Newtonsoft.Json.dll file into the EXILED/Plugins/dependencies folder on your server.
  4. Restart your server

Configuration

overwatch_system:
  is_enabled: true
  debug: false
  # Auto Update:
  auto_update: true

Translations

overwatch_system:
  none: 'None'
  overwatch_system: 'Overwatch System'
  nickname: 'Nickname'
  roleplay: 'RP'
  custom_info: 'Custom Info'
  id: 'ID'
  role: 'Role'
  inventory: 'Inventory'
  empty: 'Empty'
  no_permissions: 'No permissions!'
  no_permissions_description: 'You don''t have permissions to use the moderation system.'

Adding ICustomItemInfoProvider to Custom Items

To add custom item information to your items, implement the ICustomItemInfoProvider interface. Here's a complete example:

public class Test : ICustomItemInfoProvider
{
    public string AdditionalInfo { get; set; } = "TEST";
    public string CustomIcon { get; set; } = "⚔️";
}

Showcase

image

Support

For support, please:

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A comprehensive overwatch system plugin for SCP: Secret Laboratory servers.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages