Ice Breaker Boats
Ever been exploring in a boat and hit an ice field? Wished there were some easy way to plough through? Well now there is! Ice Breaker Boats melts ice when in a boat and holding either lava, a lava bucket, glowstone, a torch, or a fire block.
Current Features
- Melts ice when a player is in a boat.
Upcoming Features
- None planned
Command
- None
Source
In main .jar
Changelog
- Version 0.6: *Latest Version*
- Updated for 1.2.4.
- Updated for 1.2.4.
- Version 0.5: *Latest Version*
- Changed some variables to static.

-
View User Profile
-
Send Message
Posted Oct 19, 2012@GioboiMC
I'll patch it up for you. It may take a couple days though.
-
View User Profile
-
Send Message
Posted Mar 26, 2012Can you please add permission nodes for this? Thanks
-
View User Profile
-
Send Message
Posted Mar 22, 2012@falsevacuum
I was a complete Java noob back when I updated this ;) New updated coming out will be a lot cleaner.
@EvHub
Update coming :)
-
View User Profile
-
Send Message
Posted Mar 13, 2012Please update. I like this plugin and would like to continue using it. Thanks.
-
View User Profile
-
Send Message
Posted Jan 15, 2012In IceBreakerBoatsBlockListener.java, lines 39-66 could be made more efficient if you extracted
To a local variable, then did a series of OR statements:
if (passenger instanceof Player
&& e.getBlock().getType().equals(Material.ICE)
&& (item.equals(Material.LAVA_BUCKET) || item.equals(ETC)) {
clearIce(e.getBlock());
}
-
View User Profile
-
Send Message
Posted Dec 30, 2011@bearbear12345
if the boat is attched to the person, residence mod should stop that.
-
View User Profile
-
Send Message
Posted Nov 7, 2011permissions maybe? otherwise some1 could grief my house... thats out of ice...
what im saying is that if u get a boat and place it near a building of ice, hold lava (torch, blablabla) and get in it will melt.
-
View User Profile
-
Send Message
Posted Sep 8, 2011Thanks UltiByte, I'll be sure to add the video to the original post. For performance reasons, this plugin reacts on a vehicle collision event and therefore you must be very close to the ice.
-
View User Profile
-
Send Message
Posted Sep 7, 2011Hello! I found your plugin rather nice and so made a video about it!
http:www.youtube.com/watch?v=cTTmifuSer0
Feel free to use it how you like :)
-
View User Profile
-
Send Message
Posted Sep 4, 2011@DupsMckracken
Yes, that's possible.
-
View User Profile
-
Send Message
Posted Sep 2, 2011Is there any way to expand the zone of detection for the ice in front of the boat. when the boat is sailing along and meets an ice shelf, the boat basically slows to a crawl while trying to break through. What if the blocks like 3 or 4 ahead of the boat are detected so it breaks as the boat approaches? Granted this isn't as realistic, but it is definitely more convenient.