Skip to content

ui2506/RpNames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RP Names Plugin (Exiled)

SCP:SL Plugin Language Downloads

A plugin for SCP: Secret Laboratory (based on Exiled) that assigns RP names to players depending on their team.

Features

  • Customizable name format for each Team (Chaos Insurgency, Class-D, Scientists, Foundation Forces, SCPs).

  • Supports dynamic placeholders:

    • %id% — Player’s round ID
    • %role% — Player’s role
    • %nick% — Player’s nickname
    • %rpname% — Player’s RP name
    • %random% — Random 4-digit number
  • Fallback RP names (MainRpNames) are used if the team’s RP names list is empty.

  • Fully configurable via YAML.

Example configuration

MainRpNames:
  - OtherRPNames

NameConstructor:
  ChaosInsurgency:
    Format: "%id% | %rpname% | %nick%"
    RpNames: ["Coolguy", "Coolguy"]

  ClassD:
    Format: "%id% | D-%random% | %nick%"
    RpNames: ["CoolName"]

  FoundationForces:
    Format: "%id% | %rpname% | %nick%"
    RpNames: ["CoolName"]

  Scientists:
    Format: "%id% | %rpname% | %nick%"
    RpNames: ["CoolName"]

  SCPs:
    Format: "%id% | %role% | %nick%"
    RpNames: ["CoolName"]

Use case

  • Ideal for RP servers, where players need structured and role-based naming.
  • Easy to extend and adjust for community needs.

About

Plugin RP Names for SCP:SL on Exiled

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages