¡Only composed of plugin requests!
You receive a hint when you damage another player.
If you are an MTF Commander, you can use the command .c Order
. It will display a hint or a broadcast, depending on your configuration, to all MTF players in your unit.
You need to activate a configurable number of generators to arm the warhead. This doesn't affect the R.A. button.
When a generator is activated, there is a chance that checkpoints will be blocked and the HCZ lights will turn off. All of this is configurable.
If you are on the MTF side, you can call an Emergency Backup Team. You need to go to the intercom, have a radio in your hand, and start speaking. Then, an MTF squad will spawn. This has a cooldown and a maximum number of calls per round.
If SCP-096 has a target, it will not calm down.
If you are teamkilled, you will receive a broadcast with the nickname of the killer. All of this is configurable.
Raul125Utils:
# Indicates whether the plugin is enabled or not
is_enabled: true
# Indicates whether damagehint part is enabled
damage_hint_is_enabled: true
# Displayed hint when you damage a player
damage_hint: >-
You are hurting <color=green>%player</color>
<color=red>%damage</color> of damage caused
# Time of the displayed hint
damage_hint_time: 2
# Indicates whether OrdersSystem part is enabled
orders_system_is_enabled: true
# Use hints in OrdersSystem?
orders_system_hint: true
# Displayed time of an order
orders_system_time: 5
# Color of the displayed message
orders_system_color: '#1e18dc'
# Individual cooldown of a commander, necessary time to pass before sending another order
orders_system_cooldown_time: 25
# Indicates whether DetonationRequirement part is enabled
detonation_requirement_is_enabled: true
# Necessary generators to activate the nuke
detonation_requirement_generators: 4
# Indicates whether EnergyOverload part is enabled
energy_overload_is_enabled: true
# Should block checkpoints?
energy_overload_checkpoints: true
# For how long checkpoints should be locked?
energy_overload_checkpoints_time: 20
# Chance of an checkpoints event to happen
energy_overload_checkpoints_chance: 35
# Should turn off the lights?
energy_overload_lights_off: true
# For how long light should be turned off?
energy_overload_lights_time: 30
# Chance of an lights event to happen
energy_overload_lights_chance: 35
# Indicates whether EmergencyBackup part is enabled
emergency_backup_is_enabled: true
# Neccesary cooldown between backups
emergency_backup_cooldown: 200
# Max Backups per round
emergency_backup_max_per_round: 2
# Hint displayed when you call an emergency backup team
emergency_backup_hint:
# Indicates whether Hard096RP part is enabled
hard096_r_p_is_enabled: true
# Indicates whether TeamKillBroadcast part is enabled
team_kill_broad_cast_is_enabled: true
# Time of the broadcast
team_kill_broad_cast_time: 15
# Broadcast sent when you are teamkilled
team_kill_broad_cast_content: >-
<color=yellow>You were </color><color=red>teamkilled by </color><color=green>%player Id: %id</color>
<color=yellow>Date: %date</color>
<color=yellow>Take a screenshot and report this to the administrators</color>