Language

NoNakedKilling

NoNakedKilling

ModrinthSpigotMC

A plugin that disables naked killing.

389 downloads 2 followers updated 14mo ago
latest v1.0 Modrinth
Paper Purpur 1.20 – 26.1.2 Utility

Available on Modrinth
Available on SpigotMC
Available on Hangar

NoNakedKilling

NoNakedKilling is a plugin for Minecraft 1.20-1.21.8 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"
]

Versions

Release
1.0
paper, purpur · 1.20, 1.20.1, 1.20.2 · 14mo ago
388

Comments 0

No comments yet. Be the first to share your thoughts.

Download NoNakedKilling

SpigotMC

Files are served directly from the original source. Modgrid does not host or modify them.