Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
No Feather Attack
PluginAGPL-3.0-or-later

No Feather Attack

A small Paper plugin that makes feather hits deal no damage, only applying light (configurable) knockback.

39
Downloads
1
Followers
7 months ago
Updated
📦
2
Versions
game-mechanicspaperpurpur
Download Latestv1.0.1View on Modrinth

📖About No Feather Attack

No Feather Attack

[aka Feather Attack Cancel]

Feather hit is not an attack — a small Paper plugin that turns feather hits into knockback-only interactions. It cancels damage (so villagers don’t get angry and no damage side-effects fire) while still applying a light custom knockback.

Features

  • Knockback-only feather hits: cancels the damage event and applies custom push.
  • Per-player toggle via command /featherhit.
  • Auto-enable on player join (and on plugin reload for already-online players).
  • Client language message support: en_us, de_de, fr_fr, es_es, hu_hu.
  • Builds for multiple MC versions via Maven profiles (1.21.7 and 1.21.8).

Requirements

  • Java 21 (Paper 1.21+ requires Java 21).
  • PaperMC server 1.21.7 or 1.21.8 (matching the built JAR).

Installation

  1. Download/build the JAR for your server version (see Build section).
  2. Place the JAR into your server’s plugins/ folder.
  3. Start the server. The plugin will create:
    • plugins/NoFeatherAttack/config.yml
    • plugins/NoFeatherAttack/lang/*.yml

Commands

  • /featherhit — Toggle feather knockback-only mode for yourself.

Permissions: none (by default all players can use the command).

Configuration

File: plugins/NoFeatherAttack/config.yml (use spaces only, no TABs)

Keys

  • trigger-item: Uppercase Bukkit material name for the item that triggers the knockback-only hit. Default: FEATHER

  • knockback:

    • min-charge: Number (0.0–1.0). Minimum attack cooldown required to apply knockback. 1.0 = fully charged. Default: 0.9
    • horizontal: Number. Base horizontal strength of the knockback vector. Default: 0.6
    • min-upward: Number. Ensures at least this upward (Y) component so hits don’t push targets downward. Default: 0.35
    • scale-by-charge: Boolean. If true, scales horizontal strength by the current attack charge (prevents weak spam from being as strong as full hits). Default: false
    • clamp-velocity: Boolean. If true, clamps the target’s final velocity magnitude to avoid “stacking” launches. Default: true
    • max-velocity: Number. Maximum final velocity magnitude when clamping is enabled. Default: 1.2
  • behavior:

    • auto-enable-on-enable: Boolean. When the plugin enables (e.g., server start/reload), automatically enables the feature for players already online. Default: true
    • auto-enable-on-join: Boolean. Automatically enables the feature for players when they join. Default: true

Applying changes

  • There is no reload subcommand; /featherhit only toggles the feature for the executing player.
  • To apply config changes, restart the server (or stop/start).

Language files

  • Path: plugins/NoFeatherAttack/lang/
  • Fallback order: exact client tag (e.g., de-de.yml) → underscore form (e.g., de_de.yml) → en_us.yml.
  • Color codes: use & (e.g., &6, &a).

Examples

# Softer knockback that scales with charge
trigger-item: FEATHER
knockback:
  min-charge: 0.9
  horizontal: 0.45
  min-upward: 0.30
  scale-by-charge: true
  clamp-velocity: true
  max-velocity: 1.0
behavior:
  auto-enable-on-enable: true
  auto-enable-on-join: true

Notes on Namespaced Command Suggestions

If tab-complete shows a namespaced command like /nofeatherattack:featherhit, this comes from the plugin name namespace. On Paper, you can hide namespaced suggestions by setting send-namespaced=false in paper-global.yml (or relevant Paper config for your version).

👥 Team & Contributors

dox187
dox187Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpur
Minecraft Versions
1.21.81.21.10

🔗 Links

Modrinth Page