NoNakedKilling
作者:rebot | 分类:模组
Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: paper purpur
标签: utility
NoNakedKilling
NoNakedKilling is a plugin for Minecraft 1.20-26.2 that disables the ability to hurt people that are not wearing any armour.
Commands
/nonakedkilling reloadReloads the config file(requires permissionnonakedkilling.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"
]请登录后举报



暂无评论,抢个沙发吧~