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 Sep 14, 2012@orion304
i mean now, in the latest version, when we use the shift thing, we can lauch every entity too high
-
View User Profile
-
Send Message
Posted Sep 14, 2012please help me, when i wanted to update this (awesome) plugin this happend:
20:51:01 [SEVERE] Could not load 'plugins/MinecraftTLA_v1.0.7.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: main/Bending : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:155) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:222) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198) at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50) at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.UnsupportedClassVersionError: main/Bending : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144) ... 9 more
-
View User Profile
-
Send Message
Posted Sep 14, 2012What about when using Waterbubble and you hold sneak you make appear a whirlpool over you that pulls your enemies down?
-
View User Profile
-
Send Message
Posted Sep 14, 2012@burp27
Only if it's over the sea level...
-
View User Profile
-
Send Message
Posted Sep 14, 2012When you do phasechange MELT on water, it creates a hole in the water?
-
View User Profile
-
Send Message
Posted Sep 14, 2012How do I turn off the prefixes? My server is testing this plugin and its really cool, but all of a sudden yesterday it started assigning prefixes to our usernames and I can't figure out how to remove them.
I gave ^bending.avatar to my mod group with no change. I can't find the config settings on the wiki.
What's up with the blank configuration file? I read that its supposed to do that, and that I can find a config setting on the site and put it in there and poof it works. No mention of reloading or exactly where to find those settings. I searched the wiki and couldn't find anything.
Request- can you make an undo function for phase change? I keep trying to speed in the water and deleting lots of it so I'm wary of giving it to my members at large.
-
View User Profile
-
Send Message
Posted Sep 13, 2012Awsome you finally have factions and towny support! I was wondering if you guys can add a skill for water benders so they can move inside ice, so when they capture some1, they can also kill it (just like in the last epesoides when Katara used it on Azula)
-
View User Profile
-
Send Message
Posted Sep 13, 2012@sanny1995
That was a big point of the update I just talked about. WaterManipulation used to be wonky, now it works again.
-
View User Profile
-
Send Message
Posted Sep 12, 2012watermanipulation works veeeery strange in lastest dev build
-
View User Profile
-
Send Message
Posted Sep 12, 2012@machado197328
AirBlast does no damage, and AirSwipe does 3 hearts fully charged. You sure you don't mean in the AvatarState?
@sehunpark
I'm super happy about that too.
-
View User Profile
-
Send Message
Posted Sep 12, 2012That's great!I like the faction and towny support!
-
View User Profile
-
Send Message
Posted Sep 12, 2012@orion304
airblast now is like one hit kill ...
-
View User Profile
-
Send Message
Posted Sep 12, 2012@orion304
UU great job man, that's why i like you, now if you implement language support i might ask you to marry me
-
View User Profile
-
Send Message
Posted Sep 12, 2012Plugin update!
I just released a new dev build. This has things I'm quite proud of and things people have been asking for for a long time. Highlights include:
The changelog in the wiki will be updated at some point, but these highlights don't even include the changes from recent developments, like FireShield and OctopusForm.
@sehunpark
Yes, sehunpark, I remember you and appreciate all you did for the server. Optimization is something I plan to do further down the road, but I don't know how much it will improve.
@Timmie989
Use google.
@PluginMaker33
1. There's no water in the nether, why should waterbenders be able to do things? There isn't earth in the nether either, should earthbenders be able to do stuff? You have to bring your own supplies.
2. Why edit the config when you can take 2 seconds to download a permissions plugin and allow everything the use of that node?
3. It's all to do with server lag, I think. I do want to make this a bit better.
4. Thanks.
@VampireToast
There will be 1 more - Torrent.
-
View User Profile
-
Send Message
Posted Sep 12, 2012Hey just wondering is there going to be any more waterbending moves added? Or is OctopusForm the last one?
-
View User Profile
-
Send Message
Posted Sep 12, 2012Amazing plugin I realy loved it! Few things: 1. Water benders can't do ANYTHING on nether, so I was wondering if you could help them. 2. It would be awsome if you could add blood bending bind by editing the config. 3. Air benders AirScooter isn't working so well 4. ITS AN AWSOME PLUGIN
-
View User Profile
-
Send Message
Posted Sep 12, 2012ah! ok because in the last versions it wasnt blanck
-
View User Profile
-
Send Message
Posted Sep 12, 2012he is my pc windows 7. what is a proper bukkit?
-
View User Profile
-
Send Message
Posted Sep 12, 2012@sehunpark
thanks so much
-
View User Profile
-
Send Message
Posted Sep 11, 2012@mamhe22
Make sure to get the plugins WorldEdit and WorldGuard.If you know how to use them great! 1.Use Worldedit to select a region. Optional:Do expand vert This expands the selected region from sky to bedrock. 2.Do /region claim (name) (owner) 3.Do /region flag (ID) pvp deny 4.Your done!Enjoy :)