Skip to content

A plugin for SCP:Dedicated server based on EXILED, adds a new object scp-600v that looks like a human and helps other SCPs kill all other people. The capabilities of this object allow you to change the visual appearance of the one he killed, however, close to this object, you can understand that he is not who he pretends to be

License

Notifications You must be signed in to change notification settings

NOTIF-API/scp-600v

Repository files navigation

scp-600v

Sponsor on Patreon Download letest version

about the plugin

a new object scp-600 which at the beginning of the game has a certain chance of spawning among D-class personnel. The task of this scp object is exactly the same as that of any other scp where it helps to fulfill their goals. This object is capable of changing its appearance to that of the one killed, which makes it quite difficult to recognize it from afar.

Questions and bugs

if you have questions about scp-600 or you find a bug, you can contact me on the notifapi discord or here

Help

permission's

s6.spawn - can an admin give himself the scp-600 role
s6.debug - can admin allow accses to use debug command

Configs

scp600v:
# Enable or disable plugin
  is_enabled: true
  # Can the player see the debug message in the server console
  debug: false
  # Scp 600 role config
  scp_role:
    id: 600
    max_health: 400
    description: 'An object performing a task as an aggressive object against humanity'
    # Information visible on the role, to hide it make the line empty
    custom_info: 'SCP-600'
    # The message that a player sees after killing another player
    kill_message: 'You killed player %player% and changed your appearance to %role%'
    # Basically will 173, 106, 939 be able to apply abilities to our object
    is_scp_interact_with_player: false
    # Will the player get AHP when killing a player
    is_ahp_renerate: true
    # When killed, will the player also increase the maximum amount of AHP divided by two
    is_ahp_max_increase: true
    # The amount of AHP that a player will receive when killing another player
    ahp_amount: 15
    # List of items that the object cannot take, ItemType as the base representation of the item names
    black_list_items:
    - MicroHID
    - Jailbird
    # List of items that the player will have when receiving the role (do not give what is prohibited)
    inventory:
    - 'Coin'
    - 'Adrenaline'
    # You can set the chances and role for appearance as well as the maximum number of players that can appear for a given role
    spawn_properties:
      limit: 1
      dynamic_spawn_points: []
      static_spawn_points: []
      role_spawn_points:
      - role: ClassD
        chance: 35
      room_spawn_points: []
      locker_spawn_points: []
    keep_inventory_on_spawn: false
    spawn_chance: 0
    ignore_spawn_system: false
    broadcast:
    # The broadcast content
      content: ''
      # The broadcast duration
      duration: 10
      # The broadcast type
      type: Normal
      # Indicates whether the broadcast should be shown
      show: true
    display_custom_item_messages: true
    scale:
      x: 1
      y: 1
      z: 1
    custom_role_f_f_multiplier: {}
    console_message: 'You have spawned as a custom role!'
    ability_usage: 'Enter ".special" in the console to use your ability. If you have multiple abilities, you can use this command to cycle through them, or specify the one to use with ".special ROLENAME AbilityNum"'

About

A plugin for SCP:Dedicated server based on EXILED, adds a new object scp-600v that looks like a human and helps other SCPs kill all other people. The capabilities of this object allow you to change the visual appearance of the one he killed, however, close to this object, you can understand that he is not who he pretends to be

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages