A plugin for SCP: Secret Laboratory that integrates the player list with Discord.
- 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.
- SCP: Secret Laboratory server with the Exiled API.
- Discord bot with the necessary permissions (sending messages, embedding content).
- Discord bot token.
- Download the latest version of the plugin from the Releases.
- Copy the DLL file to the
Plugins
folder on your server. - Download
dependencies.zip
and extract it. - Place it in the
dependencies
folder.
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'