Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Noikz

A plugin that disables naked killing.

Report NoNakedKilling?

Available on Modrinth Available on SpigotMC Available on Hangar

NoNakedKilling

NoNakedKilling is a plugin for Minecraft 1.20-1.21.5 that disables the ability to hurt people that are not wearing any armour.

Commands

  • /nonakedkilling reload Reloads the config file(requires permission nonakedkilling.use)

Default Config

# Allow naked players to hurt other players.
allow_naked_player_damage: false

# Message shown when a naked player tries to hurt another player while allow_naked_player_damage is set to false.
naked_player_damage_player_message: "You cannot hurt another player while not wearing armour!"

# Message shown when a player with armour tries to hurt a player without armour.
damage_naked_player_message: "You cannot hurt a player that doesn't have armour!"

# ALl types of damage that get blocked
damage_types: [
  # Player hitting with fist or weapon in hand
  "FIST",

  # Player shooting a normal arrow or tipped arrow
  "ARROW",

  # Player shooting a spectral arrow
  "SPECTRAL_ARROW",

  # Player throwing a trident
  "TRIDENT",

  # Player shooting a firework
  "FIREWORK",

  # Player throwing a splash potion that does damage
  "SPLASH_POTION",

  # Player triggering a tnt explosion (with either Flint and Steel or a projectile)
  "TNT"
]

# Everything that counts as "armour"
armour: [
  # Leather armour
  "LEATHER_HELMET",
  "LEATHER_CHESTPLATE",
  "LEATHER_LEGGINGS",
  "LEATHER_BOOTS",

  # Chainmail armour
  "CHAINMAIL_HELMET",
  "CHAINMAIL_CHESTPLATE",
  "CHAINMAIL_LEGGINGS",
  "CHAINMAIL_BOOTS",

  # Iron armour
  "IRON_HELMET",
  "IRON_CHESTPLATE",
  "IRON_LEGGINGS",
  "IRON_BOOTS",

  # Gold armour
  "GOLDEN_HELMET",
  "GOLDEN_CHESTPLATE",
  "GOLDEN_LEGGINGS",
  "GOLDEN_BOOTS",

  # Diamond armour
  "DIAMOND_HELMET",
  "DIAMOND_CHESTPLATE",
  "DIAMOND_LEGGINGS",
  "DIAMOND_BOOTS",

  # Netherite armour
  "NETHERITE_HELMET",
  "NETHERITE_CHESTPLATE",
  "NETHERITE_LEGGINGS",
  "NETHERITE_BOOTS"
]

Information

CategoryMiscellaneous
Published onMarch 29, 2025
LicenseUnspecified
Downloads2
Stars0
Watchers0

Pinned Versions

Members

Avatar for Noikz

Noikz

Owner