MinecraftTLA Wiki
Advertisement
Jeong Jeong firebends

WallOfFire is one of the more defensive firebending moves. A WallOfFire will stop any and all projectiles. It will also ignite any creature that tries to walk through it.

Players: How to use[]

To use the WallOfFire ability, the player must first bind it to any slot in their inventory. This can be done with the following command:

/bending bind WallOfFire

To use this ability, just click in front of you on any ignitable block and a wall of fire will appear. This does have a cooldown, so it can't be spammed.

To view the in-game help, use the command:

/bending help WallOfFire

Admins: Permissions[]

By default, all firebenders can use WallOfFire. If you run a more advanced permissions setup, you can use the following permission node:

bending.fire.WallOfFire

If you are wishing to negate the node (Disabling WallOfFire for some users) then consult the documentation of your permissions plugin. The method in which you negate a permission node varies with the permission plugin.

If you wish to use a node that manages all firebending abilities, use:

bending.fire.*

Admins: Configuration[]

WallOfFire is very configurable. To configure WallOfFire to your liking, use the following settings in the config file:

Properties:
  Fire:
    WallOfFire:    
      Range: 20
      Height: 3
      Width: 6
      Duration: 5000
      Damage: 4
      Interval: 400
      Cooldown: 10000

Be careful when editing yml files. Spacing is very important. Always use spaces instead of tabs to prevent errors. It is best if you copy and paste the above information into the config, as it is spaced correctly, in case of error.

Advertisement