By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

When the player is killed and dies, the sound will work
version 3.0.4
Approved
Direct Download How to install?
Switch version
983 Downloads / 2197 Total
12 Reviews
Plugin Description §

KillDeathSound | v3.0.4




✔️ When the player is killed and dies, the sound will work ✔️

✔️ Can be set to work or not ✔️
✔️ added sound when hitting or archery hits the enemy ✔️
✔️ Can access to KillDeathSound ✔️
✔️ Generates blood particles when killed, killed, punched, and hit by archery ✔️
✔️ It is possible for all entities to bleed when punching, arching, killing, dying ✔️
✔️ Customizable Add Blood Particle to attacker ✔️

Update

Update State
Can be set to work or not ✔️
added sound when hitting or archery hits the enemy ✔️
Can access to KillDeathSound ✔️
Generates blood particles when killed, killed, punched, and hit by archery ✔️
It is possible for all entities to bleed when punching, arching, killing, dying ✔️
Customizable Add Blood Particle to attacker ✔️
add addBlood() and addBloodAt() for Developer ✔️
Update config version ✔️

Features

  • When the player is killed and dies, the sound will work
  • Generates blood particles when killed, killed, punched, and hit by archery
  • added sound when hitting or archery hits the enemy

Config

---
# config.yml
#    
#    ██╗░░██╗██╗██╗░░░░░██╗░░░░░██████╗░███████╗░█████╗░████████╗██╗░░██╗░██████╗░█████╗░██╗░░░██╗███╗░░██╗██████╗░
#    ██║░██╔╝██║██║░░░░░██║░░░░░██╔══██╗██╔════╝██╔══██╗╚══██╔══╝██║░░██║██╔════╝██╔══██╗██║░░░██║████╗░██║██╔══██╗
#    █████═╝░██║██║░░░░░██║░░░░░██║░░██║█████╗░░███████║░░░██║░░░███████║╚█████╗░██║░░██║██║░░░██║██╔██╗██║██║░░██║
#    ██╔═██╗░██║██║░░░░░██║░░░░░██║░░██║██╔══╝░░██╔══██║░░░██║░░░██╔══██║░╚═══██╗██║░░██║██║░░░██║██║╚████║██║░░██║
#    ██║░╚██╗██║███████╗███████╗██████╔╝███████╗██║░░██║░░░██║░░░██║░░██║██████╔╝╚█████╔╝╚██████╔╝██║░╚███║██████╔╝
#    ╚═╝░░╚═╝╚═╝╚══════╝╚══════╝╚═════╝░╚══════╝╚═╝░░╚═╝░░░╚═╝░░░╚═╝░░╚═╝╚═════╝░░╚════╝░░╚═════╝░╚═╝░░╚══╝╚═════╝░
#
# You can see the list of sound effects at this link: "https://www.digminecraft.com/lists/sound_list_pe.php"
# Don't Change It!
config-version: 3.0.4
# Player Death
death:
  addsound: true
  blood: true
  blood-all-entity: true # Add Blood Particle to all entity hit, arching
  sound: # Sound name
  - "random.explode"
  volume: 1 # Volume sounds
  pitch: 1 # Pitch sounds

# Player Kills
kill:
  addsound: true
  blood: true
  blood-all-entity: true # Add Blood Particle to all entity hit, arching
  sound: # Sound name
  - "random.levelup"
  - "random.totem"
  volume: 1 # Volume sounds
  pitch: 1 # Pitch sounds
  particle: # Particle death
  
# Player Hit & Archery
hit:
  addsound: true
  blood: true
  blood-all-entity: true # Add Blood Particle to all entity hit, arching
  blood-to-attacker: false # Add Blood Particle to attacker
  sound: # Sound name
  - "random.orb"
  volume: 1 # Volume sounds
  pitch: 1 # Pitch sounds
...

For Developer

  • You can access to KillDeathSound by using KillDeathSound::getInstance()
  • Add sound usage:
$player = $event->getPlayer();
$soundName = "random.explode";
$volume = 1;
$pitch = 1;
KillDeathSound::getInstance()->playSound($player, $soundName, $volume, $pitch);
  • Add Blood Particle usage:
$position = $event->getPlayer()->getPosition();
KillDeathSound::getInstance()->addBlood($position);

// or

$x = $event->getPlayer()->getPosition()->getX();
$y = $event->getPlayer()->getPosition()->getY();
$z = $event->getPlayer()->getPosition()->getZ();
$world = $event->getPlayer()->getPosition()->getWorld();
KillDeathSound::getInstance()->addBloodAt($x, $y, $z, $world);

Install

  • Step 1: Click the Direct Download button to download the plugin
  • Step 2: move the file KillDeathSound.phar into the file plugins
  • Step 3: Restart server for plugins to work
What's new §
  • Update to PocketMine-MP 5.0.0
  • Bump to version 3.0.4
  • Update config version
  • Bump to version 3.0.3
  • Customizable Add Blood Particle to attacker
  • add addBlood() and addBloodAt() for Developer
  • Bump to version 3.0.2
  • It is possible for all entities to bleed when punching, arching, killing, dying
  • Bump to version 3.0.0
  • Can send more sounds
  • Generates blood particles when killed, killed, punched, and hit by archery
  • Update Version 2.0.0
  • Can be set to work or not
  • added sound when hitting or archery hits the enemy

ClickedTran
using v3.0.4
15 Jul 23
ClickedTran
Outdated
using v3.0.0
06 Apr 22
I can only chat on messenger tomorrow, if possible, please check gmail for me :)) very good plugin
NoobMCBG
06 Apr 22
thanks :>
ClickedTran
Outdated
using v2.0.0
07 Mar 22
NoobMCBG
21 Mar 22
thanks
IhsanNugroho
Outdated
using v2.0.0
20 Feb 22
Good job
NoobMCBG
21 Feb 22
thanks
Tuvqlu
Outdated
using v2.0.0
11 Feb 22
Make archer sound
NoobMCBG
21 Feb 22
That's right, I made it clear
BeeAZ-pm-pl
Outdated
using v2.0.0
08 Feb 22
Good
NoobMCBG
11 Feb 22
thanks
NovaStark1234
Outdated
using v2.0.0
08 Feb 22
NoobMCBG
08 Feb 22
thanks you
creeperplayer20
Outdated
using v2.0.0
07 Feb 22
NoobMCBG
08 Feb 22
thanks you
ClickedTran
Outdated
using v1.0.0
25 Jan 22
So good
NoobMCBG
07 Feb 22
thanks
BeeAZ-pm-pl
Outdated
using v1.0.0
24 Jan 22
NoobMCBG
24 Jan 22
thanks
harryitz
Outdated
using v1.0.0
23 Jan 22
NoobMCBG
23 Jan 22
thanks
NhanAZ
Outdated
using v1.0.0
23 Jan 22
NoobMCBG
23 Jan 22
thanks

Reply to review by :

/ 5
Supported API versions
5.0.0
->
5.16.0
Producers §
  • Collaborators:
    • @NoobMCBG
License §
Categories:
General
Developer Tools
API plugins
Permissions
Manage plugins
Other files

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...