promotional bannermobile promotional banner

Hardcore Multiplayer Minecraft Plugin

A hardcore Minecraft plugin that tags every item with its owner and automatically deletes all of a player’s items from inventories, containers, armor stands, and item frames upon death. Can optionally delete all blocks placed by the player as well.

File Details

hcplugin-2.0-SNAPSHOT.jar

  • R
  • Sep 7, 2025
  • 16.20 KB
  • 7
  • 1.21.8

File Name

hcplugin-2.0-SNAPSHOT.jar

Supported Versions

  • 1.21.8

v2.0.0

New Features

Added two new config options (both default to false):

    • delete-blocks-on-death:

      • When enabled, all blocks a player has placed will be deleted upon their death (in addition to wiping items in inventories, containers, armor stands, and item frames).

      • When disabled, blocks placed by players remain intact.

    • show-placed-by:

      • When enabled, hovering over a block will display Placed by: <player> in the action bar.

      • Works seamlessly with the SQLite block tracking system using caching + async lookups for smooth performance.

      • Can be left false even if delete-blocks-on-death is enabled — useful for hardcore PvP settings where revealing builders isn’t desirable.