NoNakedKilling
SpigotMCModrinthA plugin that disables naked killing.
82 завантажень
остання v1.0 SpigotMC
THE DOWNLOAD BUTTON CURRENTLY DOESN'T WORK SINCE THE PROJECT ISN'T REVIEWED ON MODRINTH YET!! DOWNLOAD ON HANGAR!
NoNakedKilling
NoNakedKilling is a plugin for Minecraft 1.20-1.21.5 that disables the ability to hurt people not wearing any armour.
Commands
- /nonakedkilling reload Reloads the config file(requires permission nonakedkilling.use)
Default Config
Code (Text):
# 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 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"
]
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 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"
]
Коментарі 0
Поки немає коментарів. Будь першим, хто поділиться думкою.