Skip to content

Commit

Permalink
Added death messages for 1.21.4 Creaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Dec 19, 2024
1 parent b6edc81 commit f729271
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DeathMessagesLegacy/src/main/resources/Gangs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,6 @@ Gang:
breeze:
Radius: 5
Amount: 4
creaking:
Radius: 5
Amount: 4
1 change: 1 addition & 0 deletions DeathMessagesLegacy/src/main/resources/Messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Mobs:
armadillo: "Armadillo"
bogged: "Bogged"
breeze: "Breeze"
creaking: "Creaking"
Blocks:
ladder: "Ladder"
anvil: "Anvil"
Expand Down
12 changes: 12 additions & 0 deletions DeathMessagesLegacy/src/main/resources/PlayerDeathMessages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,18 @@ Mobs:
- "%player% was knocked by a bunch of %killer%s"
Melee:
- "%player% was knocked by a bunch of %killer%'s"
# 1.21.4
creaking:
Solo:
Projectile-Fireball:
- "%player% was knocked by %killer%"
Melee:
- "%player% was knocked by a %killer%"
Gang:
Projectile-Fireball:
- "%player% was knocked by a bunch of %killer%s"
Melee:
- "%player% was knocked by a bunch of %killer%'s"
player:
Solo:
Bed:
Expand Down
3 changes: 3 additions & 0 deletions DeathMessagesModern/src/main/resources/Gangs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,6 @@ Gang:
breeze:
Radius: 5
Amount: 4
creaking:
Radius: 5
Amount: 4
1 change: 1 addition & 0 deletions DeathMessagesModern/src/main/resources/Messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Mobs:
armadillo: "Armadillo"
bogged: "Bogged"
breeze: "Breeze"
creaking: "Creaking"
Blocks:
ladder: "Ladder"
anvil: "Anvil"
Expand Down
12 changes: 12 additions & 0 deletions DeathMessagesModern/src/main/resources/PlayerDeathMessages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,18 @@ Mobs:
- "%player% was knocked by a bunch of %killer%s"
Melee:
- "%player% was knocked by a bunch of %killer%'s"
# 1.21.4
creaking:
Solo:
Projectile-Fireball:
- "%player% was knocked by %killer%"
Melee:
- "%player% was knocked by a %killer%"
Gang:
Projectile-Fireball:
- "%player% was knocked by a bunch of %killer%s"
Melee:
- "%player% was knocked by a bunch of %killer%'s"
player:
Solo:
Bed:
Expand Down

0 comments on commit f729271

Please sign in to comment.