Movecraft
NOW MOVED TO SPIGOTMC, CHECK HERE FOR NEWER VERSIONS:
https://www.spigotmc.org/resources/movecraft.31321/

A Brief Description
Movecraft is a plugin that has been designed to give purpose to those extremely large (and awesome) oceans as well as to simply give the option to Sail, Drive, or Pilot amazing Ships, Creations, or Zeppelins. It allows the player and/or players to craft Vessels out of blocks that can be piloted and thus moved. Hence the name MoveCraft.
Credit
Movecraft was first created by Yogoda for hMod.
Movecraft 3 is a complete recode. It's only similarity to the Movecraft of Yogada is it's name.
Documentation, Tutorials, Quick Start Guide, and Demo Videos
For documentation and information, use this link:
http://www.planetminecraft.com/mod/movecraft-reloaded---loraxe42s-fork/
Also the builds on that site are more up to date than the builds on this site, so download the latest version there. Please be aware the builds on that site have not been checked by the dev.bukkit.org staff, so use at your own risk.
Here is a brief summary of Movecraft features covered on that site:
Control Method Options
- Sign and Pilot Tool
- Sign only
- Direct Control (the players movements control the craft)
- Misc Commands - /manoverboard, /release, etc
- Remote Signs to remotely activate command signs from other parts of the ship (Turn turrets, launch torpedoes, etc)
Craft Options
- Basic craft configuration options including size, speed, allowed block types, required blocks, etc
- Customizable Cruise Control to keep the craft moving forward
- Customizable Fuel Burning behavior
- Customizable sinking/crashing behavior including smoke, explosion on impact, and uncontrollable dives
- Restricting motion to horizontal or vertical planes
- Customizable "Hover" land contour following behavior for cars and surface vehicles
- Optional craft teleportation
- Require water contact for sailing ships and water craft
- Crafts that explode when they collide with things for ramming or torpedoes
- Repair signs to repair your ship, requires mats, and can require a fee
Server Options
- Customizable Pilot Tool for craft control (or you can disable it to force sign only movement)
- Man Overboard timeout to allow anyone who falls out of a craft to get back in it
- Configurable WorldGuard protection against moving into forbidden areas or sinking over protected areas
Permissions
Movecraft uses the following permissions:
movecraft.<craft name>.pilot
movecraft.<craft name>.move
movecraft.<craft name>.rotate
movecraft.<craft name>.repair
For example, if you have a craft named "Airship", you would need movecraft.Airship.pilot, movecraft.Airship.move, and movecraft.Airship.rotate in order to completely use it.
There is also:
movecraft.<craft name>.create - only required if RequireCreatePerm is set to true in config.yml
movecraft.cruisesign - only required if RequireCreatePerm is set to true in config.yml
movecraft.commands - grants access to /pilot, /cruise, /release, /rotateleft, /rotateright, /craftreport
You can also control these granularly with:
movecraft.commands.release
movecraft.commands.pilot
movecraft.commands.rotateleft
movecraft.commands.rotateright
movecraft.commands.cruise
movecraft.commands.craftreport
Dependencies
Movecraft does not require any other plugin to function, however certain features require additional plugins:
WorldEdit (>6.0) - For repair system
Vault - For payment system
In addition, the following plugins are supported for compatibility:
Cannons - Cannons will move with a piloted craft
WorldGuard - Region protection
Most common permission plugins - Assign permissions to various craft features
madrealms.net
MadRealms is the home server of Movecraft, and we welcome any player looking for a good movecraft experience to our main server : MadRealms : The Skyland Pirates.
Join today at madrealms.net
Statistics <> This plugin utilizes Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
A unique identifier
The server's version of Java
Whether the server is in offline or online mode
The plugin's version
The server's version
The OS version/name and architecture
The core count for the CPU
The number of players online
The Metrics version
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true. <>
-
Donations
Donations go towards funding movecraft's development.

Source Code
Source Code is hosted on GitHub and commits are built by Jenkins CI. The Jenkins is not currently publicly accessible.
Builds are regularly posted to BukkitDev from our CI System.
Localisation
Localisation is fully integrated into Movecraft 3. Locale can be set inside the config.yml.
Due to a bug in GetLocalisations software, language packs are not currently available for download. We apologise for the delay and are working to get them uploaded to BukkitDev ASAP.
Submit a translation to your language at: http://www.getlocalization.com/movecraft/
Troubleshooting, Error Reporting
Please use this site to report errors and for troubleshooting assistance: https://github.com/msummers123/Movecraft-3/issues

-
View User Profile
-
Send Message
Posted May 11, 2012Just one question, t-il there means in making a creation of more than 1000 blocks navigate? Thank you for advance.
-
View User Profile
-
Send Message
Posted May 10, 2012Thank you very much, that works, meme if there is one horrible latency...
-
View User Profile
-
Send Message
Posted May 10, 2012<<reply 698873="">>
Are you using a stick when you try to fly?
-
View User Profile
-
Send Message
Posted May 10, 2012Apparently, the host is in version 6 of Java, the plugin is it coded in Java7?
-
View User Profile
-
Send Message
Posted May 10, 2012Hello, I installed the plugin and tried in the game, the confirmation displayed well and in the log, I saw no problem, but when I tried to manage my creation, nothing took place. I am on a host, it can raise problem? Thank you in advance
-
View User Profile
-
Send Message
Posted May 7, 2012I am so smart...
-
View User Profile
-
Send Message
Posted May 7, 2012<<reply 694657="">>
Apparently you didnt read the bright red text at the top telling you to go to CI.coutercraft.net for a working build.
-
View User Profile
-
Send Message
Posted May 7, 2012Alright, so for some reason this plugin isn't loading... Here's my error message:
16:36:25 [SEVERE] Could not load 'plugins\MoveCraft.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bu
kkit/event/player/PlayerListener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
ava:148)
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:207)
at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
ationManager.java:53)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListene
r
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(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)
at com.sycoprime.movecraft.MoveCraft.<init>(MoveCraft.java:43)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
ava:144)
... 8 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListe
ner
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)
... 27 more
-
View User Profile
-
Send Message
Posted May 5, 2012ah np, hope you do well in your exams then
-
View User Profile
-
Send Message
Posted May 5, 2012@MizunoJames
I've got pretty heavy exams for the next couple of weeks, hence development is snail pace at the moment. Yes all of these bugs will be fixed when my exams are finished.
-
View User Profile
-
Send Message
Posted May 5, 2012was wondering if Movecraft could support damage vaules to seperate different blocks, as currently (v0.8 I tested) setting a block damagee vaule (eg. 98:1) in the config renders the vehicle type unusable. Only other thing I've been interested in was making Tanks with Movecraft (1 tank using 2 parts, tank and turret vehicles) only problem is that the turret can move off on its own and rotates at centre point rather then relative to the turret operator, tho guessing that might be covered in your turning bugs bit. Guessing under the same problem as chests but dispensers on craft pointing where you wanted them etc?
other then them bits, great so far, do look forward to developments.
-
View User Profile
-
Send Message
Posted May 4, 2012hello, if you know movecraft came out for the 1.2.5? on my server because it does not.
-
View User Profile
-
Send Message
Posted May 1, 2012Any reason why I would have issues going UP (vertically) with a drill?
-
View User Profile
-
Send Message
Posted Apr 30, 2012where is movecraft for 1.2.5 I can't find the version.On countercraft is a version which is not working on my server.When I write /aircraft pilot nothing happen
-
View User Profile
-
Send Message
Posted Apr 30, 2012@AJCStriker
I hadn't tried a stick, and when I did it worked! Sorry about that, I missed that part of the instructions. Thanks for the help, this plugin is awesome.
-
View User Profile
-
Send Message
Posted Apr 29, 2012@TehScaryDoor
Where did you download the plugin from?
Are you right clickin with a stick?
-
View User Profile
-
Send Message
Posted Apr 29, 2012When I type the commands it gives the expected messages, but when I actually right click and try to move, nothing happens. I uninstalled all other plugins, tried enabling/disabling flight, and tried both right clicking in the air and on the actual blocks with various items. Is there something I'm missing?
-
View User Profile
-
Send Message
Posted Apr 29, 2012when are you going to re-add dispensers? they worked fine before but since the update (dont remember which) they no longer have worked,well it says welcome to your craft but you can't move it, and yes i have tried it with the stick
-
View User Profile
-
Send Message
Posted Apr 28, 2012I cant find my movecraft folder
-
View User Profile
-
Send Message
Posted Apr 26, 2012@minecrafter1
There appears to have been a slight lapse by our host, everything should be back to normal shortly.