MinecraftTLA Wiki
Advertisement
Air swipe

AirSwipe is one of the only offensive moves in an Airbender's arsenal. It is still focused around utility, doing very minimal damage. When used, an arc of air will flow towards that direction, cutting and pushing back anything in its path. Damage is minimal, but the message is sent. This ability will also extinguish fires, cool lava, and cut things like grass, mushrooms, and flowers.

Players: How to use[]

To use this ability, you must first bind it to a slot in your inventory, this can be done with the command:

/bending bind AirSwipe

Once the ability is bound, simply left click in the direction you want the Swipe to go. Once performed, the abilities listed above will take effect.

Admins: Permissions[]

By Default, AirSwipe is given to all Airbenders. If you run a more advanced permissions setup and wish to change this, use the permission node:

bending.air.AirSwipe

Alternatively, if you wish to use a permission node that effects ALL Airbending moves, use the node:

bending.air.*

Admins: Configuration[]

AirSwipe can be configured in the config.yml file using the following:

Properties:
  Air:
    AirSwipe:
      Range: 15
      Arc: 20
      Speed: 25
      Affecting-Radius: 2
      Push-Factor: 1
      Cooldown: 3000

Please Note: When editing yml files, spacing and formatting is crucial. Always use spaces instead of tabs to prevent error, if needed, copy the example above.

Advertisement