Skip to content

A simple plugin to show hints when attacking a player with damage numbers, and making the hitmarker larger

Notifications You must be signed in to change notification settings

DentyTxR/HitMarkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HitMarkers

A simple plugin to show hints when attacking a player with damage numbers, and making the hitmarker larger.

Github All Releases

How do I download this?

Features

  • Changing hitmarker size
  • Show custom hint to attacker (custom duration, custom message w variables)
  • Show custom hint to target (custom duration, custom message w variables)
  • Show hints to SCPs (just shows the custom attacker/target to SCPs)
  • Custom kill hint for SCPs
  • Kill count tracker (variable for kill hints)

Configs

# Whether or not the plugin is enabled.
is_enabled: true
# Should debug logs be enabled?
debug: false
# Should a hint be displayed to the attacker?
enable_attacker_hint: true
# Should a hint be displayed to the SCP attacker? (If the attacker is a scp and should get the HintAttackerMessage)
enable_scp_attacker_hint: true
# Hint message for attacker
hint_attacker_message: '<voffset=17em><size=20>%Damage%</size></voffset>'
# Hint duration for attacker
hint_attacker_duration: 0.699999988
# Should a hint be displayed to the target?
enable_target_hint: false
# Hint message for target
hint_target_message: '<voffset=15em><size=20>you got hit by %AttackerName%</size></voffset>'
# Hint duration for target
hint_target_duration: 0.699999988
# Should a hint be displayed to the attacker when they kill a player?
enable_kill_hint: true
# Hint message for kill
kill_hint_message: '<voffset=15em><size=34><color=red>\U0001F480</color></size></voffset>'
# Hint duration for kill message
kill_hint_duration: 1
# Should a hint be displayed to the SCP when they kill a player?
enable_kill_hint_for_scp: true
# Hint message for SCP kill
scp_kill_hint_message: '<voffset=15em><size=34><color=red>\U0001F480</color></size></voffset>'
# Hint duration for SCP kill message
scp_kill_hint_duration: 1
# Size of custom hitmarker (leave 1 for default)
hit_marker_size: 1

\U0001F480 = skull emoji

Custom variables

These can be used in the config to return info, These are case sensitive

These are for hint_attacker_message config

Variable Name Returns
%TargetName% Target username
%TargetRole% Target role
%Damage% Damage delt
\n Makes a linebreak in the hint

These are for hint_target_message config

Variable Name Returns
%AttackerName% Attacker username
%AttackerRole% Attacker role
%Damage% Damage delt
\n Makes a linebreak in the hint

These are for kill_hint_message config

Variable Name Returns
%TargetName% Target username
%TargetRole% Target role
%KillCount% Total kills killer has
\n Makes a linebreak in the hint

These are for scp_kill_hint_message config

Variable Name Returns
%TargetName% Target username
%TargetRole% Target role
%KillCount% Total kills killer has
\n Makes a linebreak in the hint

About

A simple plugin to show hints when attacking a player with damage numbers, and making the hitmarker larger

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages