KillMessages icon

KillMessages -----

Customize, Block & Control Kill Messages & Death Messages




upload_2024-11-22_15-55-25.jpeg
---------------------------------------------------


Description:

This plugin is designed to control kill and death messages using permissions. Each player will receive custom kill and death messages based on their permissions.

You can add permissions to players via LuckPerms.

Click here to download LuckPerms
Click here for a guide on adding LuckPerms

---------------------------------------------------

Supported Versions:

I have tested this plugin on versions like 1.19.4, 1.20.4, and 1.21.

---------------------------------------------------

Settings:

Block-Minecraft-Messages: true
If set to true, all default Minecraft kill and death messages will be removed.
For example:
Player was slain by Player2

---------------------------------------------------

Explanation of the "count" setting you’ll often see in config.yml:

If count = 0, it means that the kill messages for this list will not be activated.

If count = 2, it will load two kill or death messages, and when a kill or death happens, one will be sent randomly.

---------------------------------------------------

Placeholders:

These placeholders work without the famous PlaceHolderAPI plugin.

%victim% – The name of the victim
%killer% – The name of the killer
%killer_health% – The health of the killer (number like 20.0)

---------------------------------------------------

Permissions:

If a player doesn’t have the required permissions, nothing will be sent to them.

  • KillMessages.NormalPlayers: Receive kill and death messages for normal players.
  • KillMessages.AdvancedPlayers: Receive kill and death messages for advanced players.
  • KillMessages.ProPlayers: Receive kill and death messages for pro players.
  • KillMessages.MasterPlayers: Receive kill and death messages for master players.
---------------------------------------------------

Important:

Read the images for more detailed explanations.


upload_2024-11-22_15-38-6.png

upload_2024-11-22_15-40-23.png

upload_2024-11-22_15-40-33.png

upload_2024-11-22_15-40-39.png

You should set the permissions in this way, where the first image is for Normal Players, the second is for Advanced Players, the third is for Pro Players, and the fourth is for Master Players.

---------------------------------------------------

Code (YAML):

# Thank you for downloading my plugin! <33
#
# Founder: xNessus or arwww
#
# All permissions can be found on the plugin's official page.
# Official plugin page: https://www.spigotmc.org/resources/killmessages.117578/
# My Spigot account: https://www.spigotmc.org/members/nessus.2056960/
# My Discord account: zbvczx
# My Fiverr account: https://www.fiverr.com/zbvczx/
#
# Current plugin version: 4.0

# --------------------------------------------------------

# Explanation of the "count" setting you’ll often see here:

#If count = 0, it means that the kill messages for this list will not be activated.

# If count = 2, it will load two kill or death messages, and when a kill or death happens, one will be sent randomly.

# --------------------------------------------------------

# If set to true, all default Minecraft kill and death messages will be removed.
Block-Minecraft-Messages
: true

# --------------------------------------------------------
# Normal Players.
# Permission: KillMessages.NormalPlayers
# --------------------------------------------------------

NormalPlayers
:
  Player
:
    count
: 2
    Messages
:
      1
: "&b%killer%&f swept &b%victim%&f away like a tidal wave!"
      2
: "&b%victim%&f was no match for the unrelenting current of &b%killer%&f!"
  Shot
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was struck by the precision of &b%killer%&f's harpoon!"
      2
: "&b%killer%&f's piercing shot left &b%victim%&f sinking into the depths!"
  Fall
:
    count
: 2
    Messages
:
      1
: "&b%killer%&f lured &b%victim%&f into the abyss with a perfect trap!"
      2
: "&b%victim%&f miscalculated and was sent plummeting by &b%killer%&f!"
  Void
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was dragged into the endless void by &b%killer%&f's cunning!"
      2
: "&b%killer%&f cast &b%victim%&f into the deep, never to surface again!"
  Fire
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was engulfed in flames after &b%killer%&f's blazing strike!"
      2
: "&b%killer%&f watched as &b%victim%&f burned away like driftwood!"
  Explosion
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was obliterated in a violent eruption caused by &b%killer%&f!"
      2
: "&b%killer%&f detonated their trap, leaving &b%victim%&f lost to the waves!"
  Suicide
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f succumbed to the pressure and chose to end it all."
      2
: "&b%victim%&f couldn’t withstand the tides and sank beneath the waves."
  Unknown
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f met a watery fate, their end shrouded in mystery."
      2
: "&b%victim%&f’s death is an enigma, carried away by the currents."

# --------------------------------------------------------
# Advanced Players.
# Permission: KillMessages.AdvancedPlayers
# --------------------------------------------------------

AdvancedPlayers
:
  Player
:
    count
: 2
    Messages
:
      1
: "&b%killer%&f overpowered &b%victim%&f in a clash as wild as the ocean!"
      2
: "&b%victim%&f was swept away by &b%killer%&f’s tidal mastery!"
  Shot
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was felled by &b%killer%&f’s unerring aim!"
      2
: "&b%killer%&f struck &b%victim%&f down with a shot as swift as a barracuda!"
  Fall
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f slipped and fell under the calculated move of &b%killer%&f!"
      2
: "&b%killer%&f turned the tide, sending &b%victim%&f to the depths below!"
  Void
:
    count
: 2
    Messages
:
      1
: "&b%killer%&f’s strategy left &b%victim%&f stranded in the void!"
      2
: "&b%victim%&f was cast adrift by the unrelenting storm of &b%killer%&f!"
  Fire
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was consumed by flames ignited by &b%killer%&f’s brilliance!"
      2
: "&b%killer%&f’s inferno left &b%victim%&f helpless against the rising heat!"
  Explosion
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was obliterated in a catastrophic blast by &b%killer%&f!"
      2
: "&b%killer%&f’s detonation ensured &b%victim%&f’s fate was sealed in chaos!"
  Suicide
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f succumbed to despair and was swept away by the current."
      2
: "&b%victim%&f surrendered, unable to withstand the storm’s fury."
  Unknown
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f’s fate remains a mystery, lost beneath the ocean’s surface."
      2
: "&b%victim%&f’s demise is unknown, hidden in the depths of uncertainty."

# --------------------------------------------------------
# Pro Players.
# Permission: KillMessages.ProPlayers
# --------------------------------------------------------

ProPlayers
:
  Player
:
    count
: 2
    Messages
:
      1
: "&b%killer%&f dominated &b%victim%&f in a battle as powerful as the tides!"
      2
: "&b%victim%&f couldn’t withstand the overwhelming strength of &b%killer%&f!"
  Shot
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was struck down by the pinpoint accuracy of &b%killer%&f!"
      2
: "&b%killer%&f’s shot cut through &b%victim%&f like a ray through the sea!"
  Fall
:
    count
: 2
    Messages
:
      1
: "&b%killer%&f turned the tables, sending &b%victim%&f plummeting to the void!"
      2
: "&b%victim%&f fell victim to the tactical brilliance of &b%killer%&f!"
  Void
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was banished to the abyss by &b%killer%&f’s crushing force!"
      2
: "&b%killer%&f’s unrelenting might cast &b%victim%&f into the endless dark!"
  Fire
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was consumed in a fiery blaze sparked by &b%killer%&f!"
      2
: "&b%killer%&f’s infernal trap turned &b%victim%&f into ashes on the waves!"
  Explosion
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f was caught in the devastating blast caused by &b%killer%&f!"
      2
: "&b%killer%&f’s expertly laid explosion claimed &b%victim%&f’s life!"
  Suicide
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f succumbed to the overwhelming pressure and sank beneath."
      2
: "&b%victim%&f gave in, unable to weather the storm’s fury."
  Unknown
:
    count
: 2
    Messages
:
      1
: "&b%victim%&f’s end is lost to the abyss, an unsolved enigma."
      2
: "&b%victim%&f’s demise drifts in mystery, forever hidden from sight."

# --------------------------------------------------------
# Master Players.
# Permission: KillMessages.MasterPlayers
# --------------------------------------------------------

MasterPlayers
:
  Player
:
    count
: 2
    Messages
:
      1
: "&a%killer%&f obliterated &a%victim%&f with unmatched skill and power!"
      2
: "&a%victim%&f couldn’t even dream of standing up to the might of &a%killer%&f!"
  Shot
:
    count
: 2
    Messages
:
      1
: "&a%victim%&f fell victim to the flawless aim of &a%killer%&f!"
      2
: "&a%killer%&f’s precise shot ended &a%victim%&f’s existence in an instant!"
  Fall
:
    count
: 2
    Messages
:
      1
: "&a%killer%&f sent &a%victim%&f plummeting with a masterstroke of strategy!"
      2
: "&a%victim%&f never saw it coming, falling into defeat thanks to &a%killer%&f!"
  Void
:
    count
: 2
    Messages
:
      1
: "&a%victim%&f was sent spiraling into oblivion by the unstoppable &a%killer%&f!"
      2
: "&a%killer%&f’s devastating attack sealed %victim%'s fate in the depths of the void!"
  Fire
:
    count
: 2
    Messages
:
      1
: "&a%victim%&f was consumed by a blazing inferno unleashed by &a%killer%&f!"
      2
: "&a%killer%&f set a trap that left &a%victim%&f burning in the flames of defeat!"
  Explosion
:
    count
: 2
    Messages
:
      1
: "&a%victim%&f was torn apart by the explosive might of &a%killer%&f!"
      2
: "&a%killer%&f’s perfectly timed explosion turned &a%victim%&f’s world to rubble!"
  Suicide
:
    count
: 2
    Messages
:
      1
: "&a%victim%&f succumbed to their own demise, lost beneath the weight of despair."
      2
: "&a%victim%&f couldn’t escape the storm within, sinking into the void of hopelessness."
  Unknown
:
    count
: 2
    Messages
:
      1
: "&a%victim%&f’s fate remains a mystery, lost in the endless void of uncertainty."
      2
: "&a%victim%&f's end remains unsolved, their story drifting away into the unknown."
 


Code (YAML):
 Messages:
    1
: "&b%killer%&f swept &b%victim%&f away like a tidal wave!"
    2
: "&b%killer%&f crushed &b%victim%&f with an unstoppable force!"
    3
: "&b%killer%&f struck &b%victim%&f down with precision!"
    4
: "&b%killer%&f shattered &b%victim%&f like glass!"
    5
: "&b%killer%&f obliterated &b%victim%&f in one swift strike!"
    6
: "&b%killer%&f annihilated &b%victim%&f without mercy!"
    7
: "&b%killer%&f sent &b%victim%&f to the void in an instant!"
    8
: "&b%killer%&f smote &b%victim%&f with the fury of a storm!"
    9
: "&b%killer%&f outmaneuvered &b%victim%&f and delivered the final blow!"
    10
: "&b%killer%&f caught &b%victim%&f off guard and sealed their fate!"
    11
: "&b%killer%&f’s speed was unmatched, leaving &b%victim%&f no chance!"
    12
: "&b%killer%&f struck down &b%victim%&f before they could react!"
    13
: "&b%killer%&f laid waste to &b%victim%&f with ease!"
    14
: "&b%killer%&f’s attack left &b%victim%&f in ruins!"
    15
: "&b%killer%&f’s strike was like lightning, quick and powerful, ending &b%victim%&f!"
    16
: "&b%killer%&f eliminated &b%victim%&f before they even saw it coming!"
    17
: "&b%killer%&f’s wrath engulfed &b%victim%&f in a heartbeat!"
    18
: "&b%killer%&f’s aim was true, and &b%victim%&f fell instantly!"
    19
: "&b%killer%&f’s power overwhelmed &b%victim%&f in a single blow!"
    20
: "&b%killer%&f’s strike was the last thing &b%victim%&f ever saw!"
    21
: "&b%killer%&f sent &b%victim%&f spiraling to their doom!"
    22
: "&b%killer%&f dealt the final blow to &b%victim%&f with overwhelming skill!"
    23
: "&b%killer%&f’s fury was unrelenting, crushing &b%victim%&f!"
    24
: "&b%killer%&f sent &b%victim%&f into the abyss with unmatched power!"
    25
: "&b%killer%&f’s precision left no room for escape, and &b%victim%&f fell!"
    26
: "&b%killer%&f swept &b%victim%&f off their feet with one fatal move!"
    27
: "&b%killer%&f's attack was swift and deadly, taking down &b%victim%&f!"
    28
: "&b%killer%&f caught &b%victim%&f by surprise and struck with lethal force!"
    29
: "&b%killer%&f’s swift blow took &b%victim%&f by surprise, sealing their fate!"
    30
: "&b%killer%&f’s strike landed perfectly, and &b%victim%&f had no time to react!"
    31
: "&b%killer%&f’s powerful blow ended &b%victim%&f’s life in an instant!"
    32
: "&b%killer%&f’s assault was relentless, bringing down &b%victim%&f!"
    33
: "&b%killer%&f’s strength was too much for &b%victim%&f to handle!"
    34
: "&b%killer%&f unleashed the power of the storm, and &b%victim%&f fell!"
    35
: "&b%killer%&f’s precision was flawless, and &b%victim%&f perished!"
    36
: "&b%killer%&f struck with deadly accuracy, taking down &b%victim%&f!"
    37
: "&b%killer%&f’s strength shattered &b%victim%&f in a single move!"
    38
: "&b%killer%&f’s attack left &b%victim%&f no chance of survival!"
    39
: "&b%killer%&f’s deadly aim took out &b%victim%&f without hesitation!"
    40
: "&b%killer%&f’s strike sent &b%victim%&f spiraling into oblivion!"
    41
: "&b%killer%&f’s lethal force turned &b%victim%&f into dust!"
    42
: "&b%killer%&f’s attack was so precise, &b%victim%&f never had a chance!"
    43
: "&b%killer%&f’s rage consumed &b%victim%&f, leaving nothing behind!"
    44
: "&b%killer%&f’s blade struck with deadly accuracy, ending &b%victim%&f’s life!"
    45
: "&b%killer%&f’s strike was as fast as lightning, and &b%victim%&f never saw it coming!"
    46
: "&b%killer%&f’s overwhelming power destroyed &b%victim%&f in seconds!"
    47
: "&b%killer%&f struck like a beast, and &b%victim%&f didn’t stand a chance!"
    48
: "&b%killer%&f’s attack ended &b%victim%&f in one decisive blow!"
    49
: "&b%killer%&f’s mighty strike tore through &b%victim%&f like paper!"
    50
: "&b%killer%&f’s attack was unstoppable, and &b%victim%&f crumbled!"
    51
: "&b%killer%&f’s blade glinted, and &b%victim%&f fell before it!"
    52
: "&b%killer%&f’s deadly strike split &b%victim%&f apart!"
    53
: "&b%killer%&f’s attack brought down &b%victim%&f with ease!"
    54
: "&b%killer%&f’s fury left &b%victim%&f no room to escape!"
    55
: "&b%killer%&f obliterated &b%victim%&f with a single blow!"
    56
: "&b%killer%&f’s perfect aim struck down &b%victim%&f!"
    57
: "&b%killer%&f’s attack left &b%victim%&f nowhere to hide!"
    58
: "&b%killer%&f’s power overwhelmed &b%victim%&f in the blink of an eye!"
    59
: "&b%killer%&f’s strike knocked &b%victim%&f off their feet!"
    60
: "&b%killer%&f’s quick reflexes brought down &b%victim%&f!"
    61
: "&b%killer%&f’s flawless move took out &b%victim%&f in one shot!"
    62
: "&b%killer%&f’s precision was unmatched, and &b%victim%&f fell!"
    63
: "&b%killer%&f’s power was overwhelming, and &b%victim%&f was helpless!"
    64
: "&b%killer%&f struck with flawless precision, and &b%victim%&f was gone!"
    65
: "&b%killer%&f delivered a crushing blow, ending &b%victim%&f’s life!"
    66
: "&b%killer%&f’s swift strike left &b%victim%&f in the dust!"
    67
: "&b%killer%&f’s attack was relentless, leaving &b%victim%&f no chance to survive!"
    68
: "&b%killer%&f’s deadly strike shattered &b%victim%&f’s defenses!"
    69
: "&b%killer%&f struck hard, and &b%victim%&f had no way to escape!"
    70
: "&b%killer%&f’s blade ended &b%victim%&f’s life in a single motion!"
    71
: "&b%killer%&f’s might struck with fury, and &b%victim%&f crumbled!"
    72
: "&b%killer%&f’s rage wiped out &b%victim%&f in seconds!"
    73
: "&b%killer%&f ended &b%victim%&f’s life with perfect precision!"
    74
: "&b%killer%&f’s attack sliced through &b%victim%&f like butter!"
    75
: "&b%killer%&f sent &b%victim%&f into oblivion with a mighty blow!"
    76
: "&b%killer%&f’s strike was too powerful for &b%victim%&f to withstand!"
    77
: "&b%killer%&f’s precision ended &b%victim%&f’s life instantly!"
    78
: "&b%killer%&f’s attack brought &b%victim%&f to the ground in seconds!"
    79
: "&b%killer%&f’s move left &b%victim%&f no chance of survival!"
    80
: "&b%killer%&f’s strike was so fast, &b%victim%&f didn’t even see it coming!"
    81
: "&b%killer%&f struck with deadly force, and &b%victim%&f was no more!"
    82
: "&b%killer%&f’s attack was swift and unrelenting, ending &b%victim%&f’s life!"
    83
: "&b%killer%&f’s speed was overwhelming, and &b%victim%&f didn’t stand a chance!"
    84
: "&b%killer%&f’s strike crushed &b%victim%&f in a flash!"
    85
: "&b%killer%&f’s power obliterated &b%victim%&f’s defenses!"
    86
: "&b%killer%&f’s attack knocked &b%victim%&f out of existence!"
    87
: "&b%killer%&f’s quick strike was the end of &b%victim%&f!"
    88
: "&b%killer%&f’s precision destroyed &b%victim%&f with ease!"
    89
: "&b%killer%&f’s might broke &b%victim%&f in one hit!"
    90
: "&b%killer%&f’s attack crushed &b%victim%&f without mercy!"
    91
: "&b%killer%&f’s sword was swift, and &b%victim%&f was no more!"
    92
: "&b%killer%&f’s power left &b%victim%&f crumpled on the ground!"
    93
: "&b%killer%&f’s strike shattered &b%victim%&f in seconds!"
    94
: "&b%killer%&f’s speed left no room for &b%victim%&f to react!"
    95
: "&b%killer%&f’s force sent &b%victim%&f to the ground with a single blow!"
    96
: "&b%killer%&f’s deadly move left &b%victim%&f lifeless!"
    97
: "&b%killer%&f’s might destroyed &b%victim%&f completely!"
    98
: "&b%killer%&f’s strength crushed &b%victim%&f in one powerful hit!"
    99
: "&b%killer%&f’s attack left &b%victim%&f no chance of survival!"
    100
: "&b%killer%&f’s fury brought down &b%victim%&f in seconds!"

Code (YAML):
1 : "&b%victim%&f was struck by the precision of &b%killer%&f's harpoon!"
2
: "&b%killer%&f's piercing shot left &b%victim%&f sinking into the depths!"
3
: "&b%killer%&f's harpoon pierced through &b%victim%&f’s heart!"
4
: "&b%victim%&f was skewered by &b%killer%&f's flawless aim!"
5
: "&b%killer%&f's deadly harpoon sent &b%victim%&f straight to the sea!"
6
: "&b%killer%&f's well-placed harpoon sealed &b%victim%&f's fate!"
7
: "&b%killer%&f’s harpoon found &b%victim%&f’s mark with deadly precision!"
8
: "&b%victim%&f couldn’t escape the pinpoint accuracy of &b%killer%&f’s shot!"
9
: "&b%killer%&f's harpoon flew true, ending &b%victim%&f's journey!"
10
: "&b%killer%&f’s harpoon struck with unrelenting accuracy, finishing &b%victim%&f!"
11
: "&b%killer%&f’s sharp aim left no room for escape for &b%victim%&f!"
12
: "&b%victim%&f’s fate was sealed by &b%killer%&f’s piercing harpoon!"
13
: "&b%killer%&f’s precision launched &b%victim%&f into the abyss!"
14
: "&b%killer%&f’s flawless strike with the harpoon pierced &b%victim%&f’s defenses!"
15
: "&b%victim%&f was struck down by the deadeye precision of &b%killer%&f!"
16
: "&b%killer%&f’s aim was perfect, sending &b%victim%&f into the depths!"
17
: "&b%killer%&f's harpoon sent &b%victim%&f sinking into the unknown!"
18
: "&b%killer%&f’s pinpoint shot eliminated &b%victim%&f without mercy!"
19
: "&b%killer%&f's sharp shot brought an end to &b%victim%&f's struggle!"
20
: "&b%victim%&f couldn't avoid the lethal precision of &b%killer%&f's harpoon!"
21
: "&b%killer%&f’s harpoon struck with such precision, &b%victim%&f was no more!"
22
: "&b%killer%&f's piercing harpoon finished &b%victim%&f's journey!"
23
: "&b%killer%&f’s deadly precision ended &b%victim%&f’s escape attempt!"
24
: "&b%killer%&f’s harpoon sailed through the air and struck &b%victim%&f!"
25
: "&b%killer%&f's deadly aim struck &b%victim%&f’s heart!"
26
: "&b%killer%&f's harpoon sent &b%victim%&f straight into the abyss!"
27
: "&b%killer%&f’s precision took down &b%victim%&f in a single shot!"
28
: "&b%killer%&f's deadly harpoon pierced through &b%victim%&f's defense!"
29
: "&b%killer%&f's harpoon hit the mark, ending &b%victim%&f's life!"
30
: "&b%killer%&f's pinpoint attack brought down &b%victim%&f without warning!"
31
: "&b%victim%&f was sent to their doom by &b%killer%&f's perfect strike!"
32
: "&b%killer%&f’s piercing shot sent &b%victim%&f into oblivion!"
33
: "&b%killer%&f’s accuracy struck with perfect precision, ending &b%victim%&f's life!"
34
: "&b%killer%&f's harpoon landed with unerring accuracy, slaying &b%victim%&f!"
35
: "&b%killer%&f's quick strike took &b%victim%&f by surprise!"
36
: "&b%killer%&f’s harpoon found its mark, ending &b%victim%&f’s life instantly!"
37
: "&b%killer%&f’s flawless shot brought &b%victim%&f down in a heartbeat!"
38
: "&b%killer%&f's harpoon struck fast and true, leaving &b%victim%&f no chance!"
39
: "&b%killer%&f’s deadly harpoon obliterated &b%victim%&f with precision!"
40
: "&b%killer%&f’s attack was unmissable, and &b%victim%&f paid the price!"
41
: "&b%killer%&f’s harpoon pierced &b%victim%&f before they could react!"
42
: "&b%killer%&f’s harpoon shot ended &b%victim%&f’s life with pinpoint accuracy!"
43
: "&b%killer%&f's swift strike left &b%victim%&f no time to defend!"
44
: "&b%killer%&f’s perfect aim secured &b%victim%&f’s doom!"
45
: "&b%killer%&f's harpoon cut through &b%victim%&f's defenses effortlessly!"
46
: "&b%killer%&f’s deadly shot sliced through the air, finding &b%victim%&f!"
47
: "&b%killer%&f's harpoon sent &b%victim%&f spiraling into the unknown!"
48
: "&b%killer%&f's precision strike was too much for &b%victim%&f to withstand!"
49
: "&b%killer%&f’s harpoon hit home, ending &b%victim%&f’s life in an instant!"
50
: "&b%killer%&f’s deadeye shot took down &b%victim%&f without mercy!"
51
: "&b%killer%&f's piercing shot eliminated &b%victim%&f!"
52
: "&b%killer%&f’s harpoon was unstoppable, sending &b%victim%&f to their doom!"
53
: "&b%killer%&f's pinpoint aim struck &b%victim%&f with deadly force!"
54
: "&b%killer%&f’s harpoon sent &b%victim%&f into oblivion!"
55
: "&b%killer%&f's precision cut down &b%victim%&f without hesitation!"
56
: "&b%killer%&f’s sharp shot sealed &b%victim%&f's fate in an instant!"
57
: "&b%killer%&f’s harpoon found its target with flawless accuracy!"
58
: "&b%killer%&f’s deadly shot struck &b%victim%&f, ending their life!"
59
: "&b%killer%&f's aim was true, and &b%victim%&f paid the price!"
60
: "&b%killer%&f's harpoon struck with devastating precision!"
61
: "&b%killer%&f's strike was too fast for &b%victim%&f to react!"
62
: "&b%killer%&f’s harpoon pierced the air and found &b%victim%&f!"
63
: "&b%killer%&f's deadly harpoon ended &b%victim%&f's life swiftly!"
64
: "&b%killer%&f’s harpoon found its mark, ending &b%victim%&f's life instantly!"
65
: "&b%killer%&f's flawless shot obliterated &b%victim%&f!"
66
: "&b%killer%&f’s harpoon struck &b%victim%&f with deadly force!"
67
: "&b%killer%&f’s pinpoint shot ended &b%victim%&f's life before they could move!"
68
: "&b%killer%&f's harpoon was unstoppable, taking down &b%victim%&f!"
69
: "&b%killer%&f’s deadly aim was all it took to end &b%victim%&f’s life!"
70
: "&b%killer%&f’s harpoon sliced through the air, finding &b%victim%&f’s mark!"
71
: "&b%killer%&f’s sharp shot left &b%victim%&f with no chance to react!"
72
: "&b%killer%&f's harpoon found &b%victim%&f's target and sealed their fate!"
73
: "&b%killer%&f's deadly accuracy ended &b%victim%&f’s life with a single strike!"
74
: "&b%killer%&f’s perfect harpoon strike sent &b%victim%&f into the depths!"
75
: "&b%killer%&f’s harpoon struck with flawless precision, taking down &b%victim%&f!"
Resource Information
Author:
----------
Total Downloads: 99
First Release: Jun 25, 2024
Last Update: Nov 22, 2024
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings