HomeJavaModsChainmailSieve
ChainmailSieve
ChainmailSieve — screenshot 1

ChainmailSieve

ChainmailSieve is a lightweight Paper plugin that gives chainmail helmets a special survival mechanic.

When a player wearing a chainmail helmet is hit on the head by a falling block of sand, red sand, or gravel, the block breaks instantly instead of placing normally. The block drops as an item, the helmet loses durability, and a small impact effect is played using in-game particles and block break sounds.

No client-side mod is required.

Features

How It Works

If a falling supported block collides with the helmet area of a player wearing a chainmail helmet:

  1. The falling block is removed before it can place normally
  2. The corresponding block item is dropped
  3. The helmet loses durability
  4. Visual and sound effects are played at the impact point

Configuration

The plugin creates a config.yml file automatically on first startup.

Default config:

enabled: true

debug:
  enabled: false

durability-cost: 1

supported-materials:
  - SAND
  - RED_SAND
  - GRAVEL

permissions:
  use: chainmailsieve.use
  bypass: chainmailsieve.bypass
  admin: chainmailsieve.admin

effects:
  particles:
    enabled: true
    count: 18
    offset: 0.18
    extra: 0.0
  sound:
    enabled: true
    volume: 1.0
    pitch: 1.0

messages:
  reloaded: "&aChainmailSieve config reloaded."
  no-permission: "&cYou do not have permission to use this command."
  usage: "&eUsage: /chainmailsieve reload"

Config Options

Commands

Reloads the plugin configuration without restarting the server.

Permissions

LuckPerms

ChainmailSieve uses normal Bukkit permission nodes, so it works with LuckPerms out of the box.

Example:

/lp user Steve permission set chainmailsieve.use true
/lp user Steve permission set chainmailsieve.bypass false

Compatibility

Installation

  1. Download the plugin jar
  2. Put it into your server's plugins folder
  3. Start or restart the server
  4. Edit plugins/ChainmailSieve/config.yml if needed
  5. Use /chainmailsieve reload after changing the config

Notes

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more