top of page

AAI Attributes

This modification is for the game Minecraft and it shortens the Minecraft attribute command for MCreator development and allows clients to use an API mod for their mods.

Commands

General Attribute Commands:

/aaia max_health <value>

Value range: 0 to 1024

/aaia follow_range <value>

Value range: 0 to 2048

/aaia knockback_resistance <value>

Value range: 0.0 to 1.0

/aaia movement_speed <value>

Value range: 0 to 1024

/aaia attack_damage <value>

Value range: 0 to 2048

/aaia armor <value>

Value range: 0.0 to 30.0

/aaia armor_toughness <value>

Value range: 0.0 to 20.0

/aaia attack_knockback <value>

Value range: 0.0 to 5.0

Player Attribute Commands:

/aaia attack_speed <value>

Value range: 0 to 1024

/aaia luck <value>

Value range: -1024 to 1024

Horse Attribute Commands:

/aaia jump_strength <value>

Value range: 0.0 to 2.0

Parrot Attribute Commands:

/aaia flying_speed <value>

Value range: 0 to 1024

Zombie Attribute Commands:

/aaia spawn_reinforcements <value>

Value range: 0.0 to 1.0

Downloads & Tutorials

The modification can be downloaded from the official GitHub Repository. There is also more information on how to use the modification in your own modification. Keep in mind that modifications that use this mod will need to tell their clients to use the client version of this modification for your mod to work properly.

bottom of page