Configurations

HeadDrop will work fine with the default config, but if you want to customize it, here are the configuration options.

Table of Contents

  • Main Configuration

  • Weapon Requirements

  • Database Settings

  • Web Leaderboard

  • Discord Bot

  • Special Effects

  • Item Lore

  • Mob Settings

Main Configuration

Config:
  Version: ${project.version}
  Require-Killer-Player: true
  Enable-Looting: false
  Baby-HeadDrop: false 
  Enable-Perm-Chance: false
  Nerf-Spawner: false
  Bounties: false
  Disable-Worlds:
    - demoWorld
    - demoWorld2
Option
Description

Version

DO NOT MODIFY - Auto-generated config version

Require-Killer-Player

Requires player kill credit for head drops

Enable-Looting

Enables Looting enchantment bonus

Baby-HeadDrop

Allows baby mobs to drop heads

Enable-Perm-Chance

Enable permission-based chance boost (headdrop.chance.X)

Nerf-Spawner

Disables head drops from spawner-spawned mobs

Bounties

(Premium only) Enable bounty system

Disable-Worlds

Worlds where head drops are disabled

Weapon Requirements

  • When enabled, only specified weapons can trigger head drops

  • Use Minecraft material names

  • Requires exact weapon type match

Database Settings

Option
Description

Enable

Activate database tracking

Online

Set false for offline mode servers

URL

Database connection string

Cleanup

Days until inactive player data is purged

Web Leaderboard

  • Access leaderboard at: http://[server-ip]:[port]/[endpoint]

  • Requires database to be enabled

Discord Bot

  • Requires DiscordUtils plugin

  • Placeholders: {KILLER}, {MOB}

  • Supports standard Discord markdown formatting

Special Effects (Premium)

Option
Description

Particle

Minecraft particle type

Sound

Minecraft sound name

Offset

Particle spread area

Volume/Pitch

Sound effect parameters

Premium Feature: Some effects require premium version

Item Lore

  • Customize head item lore

  • Leave blank to disable

  • Available placeholders:

    • {KILLER} - Killer's name

    • {MOB} - Mob type

    • {DATE} - Drop timestamp

Mob Settings

All mob types support these options:

  • Drop: Enable/disable head drops

  • Chance: Drop percentage (0.00-100.00)

  • Sound: Note block sound (use "default" for mob-specific)

  • Point: Leaderboard points per drop

Note: Some features require premium version. All percentage values use decimal format (e.g., 25.50 = 25.5% chance).

Last updated

Was this helpful?