MinecraftTLA Wiki
Advertisement
AirSuction

AirSuction is another utility ability for airbenders. When used a gust of wind will originate from as far as it can in that direction and flow towards you, sucking anything in its path harmlessly with it. Skilled benders can use this technique to pull items from precarious locations.

Players: How to use[]

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

/bending bind AirSuction

Once the ability is bound, simply left click in the direction you want the ability to go, and it should work.


To view the in-game documentation for the ability, use the command:

/bending help AirSuction

Admins: Permissions[]

By default, AirSuction is given to all airbenders. If you run an advanced permissions setup, and you don't wish for this to be the case, you can use the node:

bending.air.AirSuction

Additionally, if you wish to use a node that effects all airbending abilities, use the node:

bending.air.*

Admins: Configuration[]

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

Properties:
  Air:
    AirSuction:
      Speed: 25
      Range: 20
      Affecting-Radius: 2
      Push-Factor: 1

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

Advertisement