Minecraft: The Last Airbender
Minecraft: The Last Airbender
Minecraft: The Last Airbender
Official Plugin Spotlight
Installation Tutorial: Click Here
Official Bending Server
IP - minecraftTLA.us.to

If that server is full (and it usually is), feel free to check out any of the other "official" servers.
Dev build
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk. This link has been removed because Bukkit doesn't like Github as a CI server.
Minecraft: The Last Airbender is a Minecraft plugin for a Bukkit server. It is designed for Survival Multiplayer, and allows players to choose an element to bend as the benders do in the world of Avatar (the stage of Avatar: The Last Airbender and its sequel The Legend of Korra).
Some quick notes: I will warn you that you will not be able to do everything they do in the show. There are limitations both in Minecraft and in Bukkit that prevent such extravagance. In the details of each discipline you can see exactly what you can do. As such, the description of the bending disciplines is a little altered to reflect their role in the world of Minecraft: The Last Airbender.
Features
- Play as a bender and choose which type you would like to be.
- Battle other users and see who is the best of the best.
- Compatible with WorldGuard, Factions, PreciousStones, GriefPrevention, and CreeperHeal. (Many more plugins will be added to this list)
- Nothing is required client-side
- Permissions support!
Bending
Users may bend water, earth, fire, air, or can go with being a chiblocker.. You may pick which type of bender you would like to be with the command: /bending choose [water/air/earth/fire/chi]. You may only choose one, with the exception of the Avatar, and you may never change it so be careful in your decision.
Waterbending
- Specializes in maneuverability in and on the water.
- Oceans are perfect for water benders.
- Techniques range from shooting water that do damage, freezing lakes, or even pushing enemies back with powerful waves.
- This bending style is a mixture of offensive and defensive.
- Water bending opens up many options in bodies of water that are otherwise closed to the other disciplines.
Earthbending
- Specializes in manipulating the earth around them.
- Any area which contains land is perfect for earth benders.
- They have the abilities to pull columns straight up from the earth, drill their way through any mountain and launch themselves through the air.
- This bending style, like water bending, is a mixture of offensive and defensive.
- Earth benders do not take fall damage as long as they land on the ground.
Firebending
- Specializes on destruction and incineration.
- Any environment, besides on any bodies of water, is perfect for them.
- They may create rings of fire on the ground, shoot lines of fire, and even create exploding fireballs.
- This bending style is pure offensive, and very little mobility/defense.
- Fireball is the only ability they may use that does not require any solid ground beneath them.
Airbending
- Specializes in mobility & defense.
- The land is the ideal place for airbenders, although they may also bend over the water.
- Bending air allows you to use wind to blast things away, forming a shield of air around you, or using a tornado to lift you, or your opponent, off of their feet.
- This bending style is perfect for pacifists and explorers for they lack any raw damage output, but make up for it with their utility and speed.
- Choosing air as your element increases your overall speed, decreases the rate of hunger and disables fall damage.
Chi Blocking
- Specializes in bare handed combat.
- Move faster, jump higher, take less fall damage.
- Can block someones chi, stopping them from Bending for a short period of time.
- Abilities range from Higher Jumps, Faster Punches, and Paralysis of enemies.
HELP! It's not working!
This is a Bukkit plugin, not a single player mod. It will never be a single player mod. Go to the Bukkit Wiki to set up your own server. You can play on it just like you would single player, and it requires nothing more than setting it up.
If anything is not working, look around for a development build of Bending.
Development progress
School has picked back up, so plugin development will be very intermittent at best. I've done away with the ordered releases, and will most likely be keeping 1.0.7 the "official" version until I release it as 1.1.0. It's a jump, I know, but if I were forced to stick to a schedule, the plugin would never get done. This is because there are things I like coding and want to code now, and I shouldn't have to wait just because I have something else planned for the version.
As such, there is no ETA on the release. The dev build will of course be updated as I add features, but 1.1.0 will only be officially released when everything is completed, and that could take a very long time.
Donating
If you're so inclined, donate here or click on the donate button at the top right.
Related Plugins
No support for the plugins listed below will be offered here, please go to that plugin page for support.
- Probending - Create Probending teams using the Bending Plugin.


-
View User Profile
-
Send Message
Posted Aug 13, 2012@Klofno1
Disable TagAPI in the config, or install TagAPI temporarily. @superbp I recommend you install TagAPI temporarily, or disable it in the config.
@Klofno1
Same to you.
-
View User Profile
-
Send Message
Posted Aug 13, 2012@superbp
same problem
-
View User Profile
-
Send Message
Posted Aug 13, 2012I Updated To 1.0.8 and i get an error: 09:06:11 [SEVERE] Error occurred while enabling Bending v1.0.8 (Is it up to date ?) java.lang.NoClassDefFoundError: org/kitteh/tag/TagAPIException at main.Bending.onEnable(Bending.java:101) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:365) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247 ) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:567) at org.bukkit.Bukkit.reload(Bukkit.java:183) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java: 21) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16 8) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4 92) at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer. java:488) at net.minecraft.server.DedicatedServer.ah(DedicatedServer.java:248) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.ClassNotFoundException: org.kitteh.tag.TagAPIException at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:41) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:29) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 17 more
-
View User Profile
-
Send Message
Posted Aug 13, 2012I updated to 1.0.8, and not one comment worked, then I reverted to 1.0.7 and now nothing works either? I can add elements, but can't bind them. What am I doing wrong?
-
View User Profile
-
Send Message
Posted Aug 13, 2012Please help me! Can I disable water bending to Snow/Ice ?? So they can only bend Water? Please help! Because I dont want others to grief my Water Tribe!
-
View User Profile
-
Send Message
Posted Aug 13, 2012Error : TagAPI
java.lang.classdefounderror TagAPI
-
View User Profile
-
Send Message
Posted Aug 13, 2012Been reading some of the commits. I'm really liking the tweaks and abilities added! Now if only craftbukkit would update with a version that doesn't lag every 30 seconds...
-
View User Profile
-
Send Message
Posted Aug 12, 2012Just came to say that I love the merge of Wave and Water wall!
-
View User Profile
-
Send Message
Posted Aug 12, 2012@TheDeadDemorid
There already is, in the config.
-
View User Profile
-
Send Message
Posted Aug 12, 2012Will there be an option for EarthTunnel to drop blocks?
-
View User Profile
-
Send Message
Posted Aug 12, 2012@DaPandaStare
Use worldguard, make a no pvp area with /rg flag <id> pvp deny
-
View User Profile
-
Send Message
Posted Aug 12, 2012I have a question :)
How do you make zones that prevent bending, like a safezone, if you know, plz tell me :D
-
View User Profile
-
Send Message
Posted Aug 12, 2012@orion304
Sorry, didn't notice the patch notes
-
View User Profile
-
Send Message
Posted Aug 12, 2012@skinklover
Read the patch notes on the other page, the wiki or the download.
-
View User Profile
-
Send Message
Posted Aug 12, 2012@Chriszz159
Are you using PEX and did you give them bending.*?
-
View User Profile
-
Send Message
Posted Aug 12, 2012thnx i had it as jre6 i forgot to change it
-
View User Profile
-
Send Message
Posted Aug 12, 2012@Chriszz159
Try negating the permission node: bending.admin.rechoose For PEX / Group Manager, it's -bending.admin.rechoose For bPermissions, it's ^bending.admin.rechoose For anything else, consult permissions documentation on how to negate a node, I'm not sure why you're having the error, the permission is op only by default.
@superbp
Hopefully that fixes your issue.
-
View User Profile
-
Send Message
Posted Aug 12, 2012So Just UpDate Java?
-
View User Profile
-
Send Message
Posted Aug 12, 2012Hey Guys I have a problem on my server (1.3), i just downloaded the new version of the plugin which orion release, however players are changing their element without getting the message of "only op can do that" and has anyone else seen this, and if so and can you help me Thanks btw great work on the plugin :)
-
View User Profile
-
Send Message
Posted Aug 12, 2012@superbp
Outdated JRE, upgrade the Java Runtime Environment and things should work. Don't forget to update your startup script to include the new JRE as well (Or something).