Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.52 KB

EN.md

File metadata and controls

58 lines (46 loc) · 1.52 KB

PlayerListDiscord Plugin

A plugin for SCP: Secret Laboratory that integrates the player list with Discord.

Features

  • Displays the current player list on a specified Discord channel.
  • Automatic updates at a configurable interval.
  • Supports Discord messages (creating a new one or updating an existing one).
  • Easy configuration management.

Requirements

  • SCP: Secret Laboratory server with the Exiled API.
  • Discord bot with the necessary permissions (sending messages, embedding content).
  • Discord bot token.

Installation

  1. Download the latest version of the plugin from the Releases.
  2. Copy the DLL file to the Plugins folder on your server.
  3. Download dependencies.zip and extract it.
  4. Place it in the dependencies folder.

Incompatible

Configuration

Configuration file:

playerlist:
  is_enabled: true
  debug: false
  # Auto Update info Plugin:
  update_info: true
  # Bot:
  bot_token: 'Discord_Bot_Token'
  channel_id: 123456789012345678
  discord_message_id: 0
  name_server: 'ServerName'
  player_label: 'Players:'
  # Only HEX color
  embed_color: '#FFFF00'
  no_player: 'No Players :('
  max_players: 30
  # Player list refresh interval (in ms)
  refresh_interval: 10000
  ascii_art: true
  disable_most_kills: false
  kills: 'Kills'
  mostmurders: 'Most kills:'
  nodata: 'No data available'

Showcase