Pulse Health
SpigotMCA stressful heartbeat sound FX, now with custom resourcepack!
3.2k загрузок 5.0 рейтинг
последняя v1.4.1 SpigotMC
Pulse Health adds heartbeat sound effects to your server ! Whenever you are low health, your heart will let you know you should not stay in danger. It adds a stressful sound that goes faster when you are near death too. It's fully customizable: you can change each heartbeat sound, volume, pitch, and when should the slow/fast pulse should occur.
Tint Health
Pulse Health is fully compatible with Tint Health ! It adds a lot of immersion to your server. Tint Health adds a red tint effect to the player's screen.
Check it out !
Make sure to choose the same duration for fade mode and play-on-hit for 100% compatibility.
How to use
Install the plugin, and check the configuration to customize it as you want.
Code (Text):
sounds:
first:
# You can find sound names here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
name: BLOCK_NOTE_BASEDRUM
# Sound volume. 0 will make it impossible to hear.
volume: 0.5
# Sound pitch. Just change it and see what happens.
pitch: 0.7
second:
name: BLOCK_NOTE_BASEDRUM
volume: 0.5
pitch: 0.2
health:
# When should slow beat start ? In half-hearts.
beat: 12
# When should fast beat start ? In half hearts too.
fastbeat: 6
# Time between the two sounds
ticks-between-sounds: 5
# Frequency between each health and sound play check.
ticks-frequency-check: 2
play-on-hit:
# If enabled, heartbeat will only stay a few seconds after you get hit.
# Great if you also have Tint Health installed!
enabled: true
duration: 5
# Set this to true if you want to use custom sounds. See below for more information.
custom-sounds: false
disabled-worlds:
- your_world_here
use-as-whitelist: false
first:
# You can find sound names here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
name: BLOCK_NOTE_BASEDRUM
# Sound volume. 0 will make it impossible to hear.
volume: 0.5
# Sound pitch. Just change it and see what happens.
pitch: 0.7
second:
name: BLOCK_NOTE_BASEDRUM
volume: 0.5
pitch: 0.2
health:
# When should slow beat start ? In half-hearts.
beat: 12
# When should fast beat start ? In half hearts too.
fastbeat: 6
# Time between the two sounds
ticks-between-sounds: 5
# Frequency between each health and sound play check.
ticks-frequency-check: 2
play-on-hit:
# If enabled, heartbeat will only stay a few seconds after you get hit.
# Great if you also have Tint Health installed!
enabled: true
duration: 5
# Set this to true if you want to use custom sounds. See below for more information.
custom-sounds: false
disabled-worlds:
- your_world_here
use-as-whitelist: false
1.8 vs 1.9
1.9 changed every sound name, so you can't simply use your 1.8 configuration on a 1.9 server. You need to update them.
Default sound names are:
- 1.8 > NOTE_BASS_DRUM
- 1.9 > BLOCK_NOTE_BASEDRUM
Custom soundsYou can play custom sounds from resourcepack by enabling this feature in the config file. You will then be able to replace the sound name with the one from the pack.
If you want to use both vanilla and custom sounds, you will have to change the usual Bukkit sounds into core vanilla sound names.
As of 1.9, sound names changed A LOT. Check this post for updated names.
Realistic Heartbeat sound
You can now download a nice and realistic heartbeat sound from the plugin! Use /ph pack to download it directly.However, you will have to configure the sounds to match with those from the resourcepack.
I recommend using this configuration:
Code (Text):
sounds:
first:
name: custom.highbeat
volume: 2.0
pitch: 1.0
second:
name: custom.lowbeat
volume: 2.0
pitch: 1.0
health:
beat: 12
fastbeat: 6
ticks-between-sounds: 4
ticks-frequency: 2
play-on-hit:
enabled: true
duration: 5
custom-sounds: true
first:
name: custom.highbeat
volume: 2.0
pitch: 1.0
second:
name: custom.lowbeat
volume: 2.0
pitch: 1.0
health:
beat: 12
fastbeat: 6
ticks-between-sounds: 4
ticks-frequency: 2
play-on-hit:
enabled: true
duration: 5
custom-sounds: true
Feel free to add the sounds to your own resourcepack if your server is using one already.
Planned features
- Looking for suggestions!
Metrics
The MCStats.org Metrics system is installed in the plugin and collects anonymous information to help me developing it. But you all know what it does
You can disable this by setting
opt-out to
false in the PluginMetrics folder.
Known bugs
Please tell me if you find bugs !
BUT DO NOT CREATE A REVIEW FOR THIS. USE PLUGIN DISCUSSION INSTEAD
Source
Source is available at Github under GNU: https://github.com/mrsheepsheep/Pulse-Health/
Servers using PulseHealth
Pixelors: play.pixelors.net
Комментарии 0
Пока нет комментариев. Будь первым, кто поделится мнением.