On player death in that location spawns TNT & you can modify if that tnt can damage worlds and players arround!
=================
On player death in that location spawns LIGHTNING BOLT and that dont damage world and players arround!
=================
Display MESSAGES in dead and killer chat!
=================
Play SOUNDS to killer, you can modify the pitch, volume and sound name!
=================
Give ITEMS to killer, you can modify the item, the name of item and amount!
=================
Give EFFECTS to killer, you can modify the effect, the time in seconds and the amplifier!
COMMAND
/ch (aliases: [ch, combath, healcombat, combathealpro, chpro, chp]) /ch <subcommand> Subcommand: [reload] Permission required: combatheal.reload Use for reload the config
CONFIG.YML
Code (YAML):
config:
lightningspawn: true
effects-enabled: true
require-permission: false
messages: true
tnt:
enabled: true
fuse: 3
# Time to tnt explode in seconds damage: false
# Tnt damage world and players enabled-items: - example
disabled-worlds: - example
effects:
REGENERATION: # Effect name EffectType duration: 15
# Duration of the effect in seconds amplifier: 2
give_items:
example:
type: GOLDEN_APPLE
# Material type name amount: 1
name: '&eGOD APPLE'
# Display name of item player_message: -
"&c&lYOU DEAD!" - "&7Killer: %killer%" # %killer% placeholder replace that to killer name killer_message: -
"&eYou killed %player%"# %player% placeholder replace that to player dead name killer-sound:
enabled: true
sound: NOTE_PLING
# Sound enum type volume: 2
pitch: 1