No Attacking on Ladders!

Quick rating

Community listing page, reviews here may not be monitored by the author.

No Attacking on Ladders!

No reviews yet

Mod that blocks the attack from occurring when the player attacks (or shoots an arrow) while climbing a ladder.

Mod Loaders
Minecraft

About

Description

Mod that blocks the attack from occurring when the player attacks (or shoots an arrow) while climbing a ladder. It will display a message to the player showing that the attack was blocked. The config file can enable/disable the blocking from meele attacks and/or bow, and enable/disable the displaying of the message.

image

Config:

general {
    # Block bow shooting while the player is on a ladder or vine
    B:blockBow=true

    # Block melee attacks while the player is on a ladder or vine
    B:blockMelee=true

    # Show messages when an attack is blocked
    B:showMessages=true
}