Перейти к содержимому
Mineforgian

Simple Player Heads

Customizable mod for dropping players' heads

Загрузки
963
Подписчики
3
Обновлён
27 июля 2026 г.
Лицензия
MIT

Опубликован 16 июля 2024 г.

Simple Player Heads

Customize when player heads drop — on death, on kill, or only when the killer used a Looting weapon.

Features

  • Customizable drops: choose whether a head drops on self‑kill, on a kill by another player, and on all other deaths.
  • Looting‑based drops: optionally make a player‑kill head drop depend on the killer's Looting level, with a separate drop chance per level (none / I / II / III).
  • In‑game config screen (Fabric): edit everything from the Mod Menu screen. Uses YACL on 1.20+ or Cloth Config on 1.18–1.19 — optional, not bundled; the file config works without it.
  • Works with pirate mode and other skin‑changing mods.

Dependencies (Fabric mod)

Optional (for the in‑game config screen): Mod Menu plus YACL (1.20+) or Cloth Config (1.18–1.19).

The server plugin has no dependencies.

Configuration

Fabric config file: config/simple-player-heads.toml. The plugin uses plugins/SimplePlayerHeads/config.yml with the same options.

selfKill = true
playerKill = true
otherDeaths = true

[playerKillLooting]
enabled = false
noLooting = 0.0
looting1 = 0.33
looting2 = 0.67
looting3 = 1.0

Options:

  • selfKill — head drops on self‑kill.
  • playerKill — head drops when killed by another player.
  • otherDeaths — head drops on all other deaths.
  • playerKillLooting.enabled — when true, a player‑kill head drop uses the per‑Looting chances below instead of always dropping. Requires playerKill = true.
  • playerKillLooting.noLooting / looting1 / looting2 / looting3 — drop chance (0.01.0) when the killer's weapon has no Looting / Looting I / II / III. Looting above III uses looting3. Example: noLooting = 0.0, looting3 = 1.0 → a head drops only when the killer used a Looting III weapon.

Defaults keep the classic behavior: enabled = false means heads always drop on a player kill (the Looting chances only apply once you turn it on).

Installation

Fabric mod: download the latest jar and drop it in your mods folder (needs Fabric API + Fabric Language Kotlin). For the in‑game config screen, also install Mod Menu and YACL (1.20+) or Cloth Config (1.18–1.19).

Server plugin: download the Bukkit/Paper jar (filter by the Bukkit / Paper / Folia loaders) and drop it in your server's plugins folder. Edit the config and restart or reload to apply.

Ченджлог

1.2.1+pluginРелиз26.1.1, 26.1.2, 26.2 · 27 июля 2026 г.
1.2.1+mc26.2Релиз26.2 · 27 июля 2026 г.
1.2.1+mc26.1.2Релиз26.1, 26.1.1, 26.1.2 · 27 июля 2026 г.
1.2.1+mc1.20.6Релиз1.20.5, 1.20.6 · 27 июля 2026 г.
1.2.1+mc1.20.4Релиз1.20.2, 1.20.3, 1.20.4 · 27 июля 2026 г.
1.2.1+mc1.20.1Релиз1.20, 1.20.1 · 27 июля 2026 г.
1.2.1+mc1.21.8Релиз1.21.9, 1.21.10, 1.21.11 · 27 июля 2026 г.
1.2.1+mc1.19.2Релиз1.19, 1.19.1, 1.19.2 · 27 июля 2026 г.

Комментарии

Загружаем…