HeadDrops [1.8 - 1.18+] icon

HeadDrops [1.8 - 1.18+] -----

A bare-bones head-dropping plugin.



** Important **
I am currently unable to work on this plugin for the next couple of weeks. The newer versions currently have multiple bugs, so I would suggest using the older, stable v1.4 for the time being. If you would like to work on this project, feel free to submit a PR on GitHub.


Thank you for over 70,000 downloads!


Description

HeadDrops is a simple plugin that adds head drops for players. It adds head drops for both normal player deaths and deaths that are caused by another player. Each of these "head types" are fully customizable in the configuration file. Although HeadDrops pairs best with servers that have PVP enabled, it can be applied to really any server type!
Permissions
  • headdrops.nodrop - prevents player from dropping their head

Configuration
Code (Text):

# ============================================================================= #
#                                                                               #
#                                                                               #
#   ██╗  ██╗███████╗ █████╗ ██████╗ ██████╗ ██████╗  ██████╗ ██████╗ ███████╗   #
#   ██║  ██║██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔══██╗██╔═══██╗██╔══██╗██╔════╝   #
#   ███████║█████╗  ███████║██║  ██║██║  ██║██████╔╝██║   ██║██████╔╝███████╗   #
#   ██╔══██║██╔══╝  ██╔══██║██║  ██║██║  ██║██╔══██╗██║   ██║██╔═══╝ ╚════██║   #
#   ██║  ██║███████╗██║  ██║██████╔╝██████╔╝██║  ██║╚██████╔╝██║     ███████║   #
#   ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝     ╚══════╝   #
#                                                                               #
#                                                                               #
#           Source Code: https://github.com/evancolewright/HeadDrops            #
#        Bug Reports: https://github.com/evancolewright/HeadDrops/issues        #
#                                                                               #
#                               VERSION 1.5.5                                   #
# ============================================================================= #


# If enabled, the head of a slain player will be added to the killer's inventory rather than dropping on the ground
transport_to_killer_inventory: false

# Configuration section for normal head drops (when a player dies of natural causes)
# Available placeholders:
# {PLAYER} - The player's name
# {TIMESTAMP} - The formatted time that the player died.
# Make sure all timestamps are fully uppercase!
normal:
  enabled: true
  disabled_worlds:
    - "disabledworld1"
    - "disabledworld2"
  drop_chance: 0.75
  head:
    name: "&a&l{PLAYER}'s &7&lHead"
    lore:
      - "&eDied on&7: &a&l{TIMESTAMP}"

# Configuration section for slain head drops (when a player is slain by another player)
# Available placeholders:
# {PLAYER} - The player's name
# {KILLER} - The person who killed the player
# {MURDER_WEAPON} - The name of the item that was used to kill the player.
# {TIMESTAMP} - The formatted time that the player was killed.
# Make sure all timestamps are fully uppercase!
slain:
  enabled: true
  disabled_worlds:
    - "disabledworld1"
    - "disabledworld2"
  drop_chance: 0.5
  head:
    name: "&a&l{PLAYER}'s &7&lHead"
    lore:
      - "&eDied on&7: &f&l{TIMESTAMP}"
      - "&eKilled by: &f&l{KILLER}"
      - "&eKilled with: &f&l{MURDER_WEAPON}"
 


Images

[​IMG]

Support

If you are having an issue with the plugin, I ask that you please open an issue on GitHub prior to leaving a review. If you do not have a GitHub account, feel free to just private message me instead. The same goes for feature requests. The review section is not an adequate place to report bugs, discuss incompatibility issues, or request additions.

Note: Do not request support on the discussion page! I do not get notifications when posts are left there, and I only check it on occasion.
Resource Information
Author:
----------
Total Downloads: 97,831
First Release: Dec 22, 2015
Last Update: Jun 13, 2022
Category: ---------------
All-Time Rating:
13 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings