Pack: Player Head Drops - teakivy/teaks-tweaks GitHub Wiki

Pack: Player Head Drops (player-head-drops)

Player Head Drops adds the ability to collect other player's heads by killing them.

You can also modify the chance that the head will drop by modifying the player key within the TeaksTweaks/data/mob_heads.json file, setting a base drop chance, and a looting bonus.

By default the player's head will always drop.

Showcase

player-head-drops

Config

The config for this pack can be found in the config.yml file for the plugin.

# Player Head Drops
# A player will drop their head when killed by another player. The item displays who the killer is.
player-head-drops:
  enabled: false
  # Whether to display who killed the player in the items lore (default: true)
  display-killer: true

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

display-killer

  • Type - boolean
  • Default - true
  • Description - Controls whether the head owner's killer is displayed in the item's lore.

Messages

"player_head_drops.name": "Player Head Drops",
"player_head_drops.description": "A player will drop their head when killed by another player. The item displays who the killer is.",
"player_head_drops.lore": "Killed by <player>",

player_head_drops.name

  • Default - Player Head Drops

player_head_drops.description

  • Default - A player will drop their head when killed by another player. The item displays who the killer is.

player_head_drops.lore

  • Default - Killed by <player>
  • Placeholders
    • player - The player who killed the head's owner.
⚠️ **GitHub.com Fallback** ⚠️