Ships
Ships

|
Source Code - Github |
JavaDocs |
Sponge version |
Discord channel |
Translate Core |
|---|
Looking for Dev builds?
Dev builds give off new features and bug fixes before they are officially released, however these features and bug fixes may not have been tested as much as a release on here
Old page:
I am testing this new page out. I am aware of some parts that are missing such as ship types, but please say if there is anything that you wish to see. I plan on making a FAQ's that includes common questions such as how to change ship requirements.
If you want to see the old page, it is here
Video tutorial
Ships 6 changes
Ships has gone through many changes, Ships 6 is the latest rewrite of the plugin. The latest rewrite fixes multiple bugs found in the root of previous versions of Ships.
Features
Moving ships
As the name of the plugin suggests, you can create your own ship and move it with just a single click.
Works with all blocks
There is a fully-fledged list where you can configure every block to react differently for the ships, including being able to add a block type to interact with Ships, detect it as a collide, and even not react at all.
Teleport to ships
There have been many requests to be able to teleport to ships for not only this plugin but others like it. This feature has been added to Ships, however, if it is something you do not wish, then you can disable to command by not adding the command.
Falling Ships
Ships will fall/sink if requirements are not met, this could be done through your own interaction such as running out of fuel, or by something else such as a TNT explosion.
Ship types
| Airship | Link |
| Ship | Link |
| Marsship | Link |
| Submarine | Link |
| Plane | Link |
| Hybridship | Coming soon |
Move the ship:
In Ships, movement is done by signs. You can see all signs here
Collide types:
| Name | ID | Description |
|---|---|---|
| Detect collide | DETECT_COLLIDE | If Ships detects this block in the way of a ship moving then the ship will not move with the error of this block being in the way |
| Material | MATERIAL | Material means that you can build a ship out of this block and the Ships block detection system will detect it as part of your ship |
| Ignore | IGNORE | If Ships detects this block in the way of a ship moving then the block will break and the ship will take its place |
Permissions
| Permission node | Description |
|---|---|
|
ships.cmd.info |
Allows the player to use the command '/ships info' |
|
ships.cmd.blockinfo |
Allows the player to use the command '/ships blockinfo' |
|
ships.cmd.shiptype.create |
Allows the player to use the command '/ships shiptype create' |
|
ships.cmd.config.set |
Allows the player to use the command '/ships config set' |
|
ships.cmd.config.view |
Allows the player to use the command '/ships config view' |
|
ships.cmd.blocklist.set |
Allows the player to use the command '/ships blocklist set' |
|
ships.cmd.blocklist.view |
Allows the player to use the command '/ships blocklist view' |
|
ships.cmd.ship.track |
Allows the player to use the command '/ships ship track' |
|
ships.cmd.ship.eot |
Allows the player to use the command '/ships ship eot' |
|
ships.cmd.ship.crew |
Allows the player to use the command '/ships ship crew' |
| ships.move.own.ships.airship | Allows a player to move own airship |
| ships.move.own.ships.watership | Allows a player to move own ship |
| ships.move.own.ships.marsship | Allows a player to move own marsship |
| ships.move.other.ships.airship | Allows a player to move anyones airship |
| ships.make.ships.airship | Allows a player to make a airship |
| ships.remove.other |
Allows a player to destroy anyones ships sign |
Developers:
Looking for a development wiki? maven/gradle dependencies? or something else relating to ships or translate core? Take a look at the getting started wiki
-
View User Profile
-
Send Message
Posted Jul 14, 2012I just have one question, I want my ships to require a fuel tank. I can do this right? As I only want ships on my server, not airships. Thanks.
-
View User Profile
-
Send Message
Posted Jul 13, 2012I will try to optimize code to run faster than today. Fuel is so that the ship did not fly forever. I will add a new type of ship, and cannons. aha permissions is also in the first place to go. 'll make it so that the construction, speed, etc. parameters depend on the construction of the ship.
-
View User Profile
-
Send Message
Posted Jul 13, 2012@AJCStriker
I appreciate the ability to turn on the automatic drive and let it run, then walk around my ship as it moves. however, this plugin's movement is slow in general, so if I want to get somewhere fast I generally use movecraft. it'd be very convenient to be able to use both. Movecraft is also generally worse for transporting other people; movecraft passengers can't really move while the ship is in motion and the turning for this doesn't result in falling. I don't know if Movecraft's update fixed that. As a final thing, this has a realistic aspect that's both cool and annoying at times. the burner is realistic but also very hard to get to not catch the ship on fire. the fuel thing is cool, but requires lots and lots of coal. as a final point, I simply really like the idea of using signs to control the ship rather than a stick.
Both of these plugins have pros and cons, thus the thing about wanting to use both.
-
View User Profile
-
Send Message
Posted Jul 13, 201221:01:21 [SEVERE] Could not load 'plugins\Ships.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError : Ships/Ships : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:151) 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:213) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189) at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur ationManager.java:53) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.UnsupportedClassVersionError: Ships/Ships : Unsupported maj or.minor version 51.0 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 java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:140) ... 8 more
-
View User Profile
-
Send Message
Posted Jul 13, 2012@Dibujaron
New move craft is being released today, but could you elaborate on why the movement of this plugin is better?
-
View User Profile
-
Send Message
Posted Jul 13, 2012if you run this on the same server with Movecraft, will it still work? Ships is much better for slow movement and carrying passengers, while Movecraft is better for moving fast.
also, can we please have a config option for what blocks can be used on the ship? Thanks
EDIT: I just tested version 1.5, and it works even better than movecraft in a lot of ways. however, the EOT doesn't work. I turn it on and the ship doesn't move. I get this message in the console when I click the EOT sign: 09:47 AM [SEVERE] Could not pass event PlayerInteractEvent to Ships. there is a lot more, but it appears to be a conflict with NoLagg
-
View User Profile
-
Send Message
Posted Jul 11, 2012Ships 1.5 release.
Fixed threads. This version should work best of all. If the server is shut and a ship will continue in motion [EOT] to see the errors. I do not know why this happens. The next version is better. Oh, and if something does not work you can that is the fault of Java. This plugin was written in java 1.7 The movement of the vessel after the change in the "ahead" is followed by 3 seconds, then skips every 10 seconds.
-
View User Profile
-
Send Message
Posted Jul 11, 2012@kapitandead
In options you can change the type of fuel.
-
View User Profile
-
Send Message
Posted Jul 11, 2012people that we should do to remove the fuel consumption? or reduce the amount of, well, or to change the fuel (coal changed on a stick)
ps.I'm from Russia, so you can easier
-
View User Profile
-
Send Message
Posted Jul 10, 2012When I installed this on my server it said 'could not load plugin "ships". Is there any kind of fix to this?
-
View User Profile
-
Send Message
Posted Jul 10, 2012@Qx2
1.2.5 RB4. I had another player doing it while I was standing by. I was two different move sign I'm fairly sure. As everything froze 100%CPU both times it's hard to say. I'd have to make a testserver copy and work from there (can do if time permits).
-
View User Profile
-
Send Message
Posted Jul 9, 2012@Zombiemold
I know that the [EOT] are the problems. I often experience it. I have used are thread such as Java. And this is not recommended. Now he wants to use the thread offered bukkit. Unfortunately, today I started to move and do not know when I have time to correct it. Nor do I know if the new threads will fix situations. Should.
Thank you for your patience.
-
View User Profile
-
Send Message
Posted Jul 9, 2012@Qx2
yes, I'm using 1.4. your download counter must be broken.
-
View User Profile
-
Send Message
Posted Jul 9, 2012@Qx2
I don't blame you, but I think Bukkit really makes plugins like this hard to use. I have found many bugs.
1) Signs will sometimes, randomly go blank. This happens a lot for me.
2) 90% of the time, when the airship moves forward, players fall off. This doesn't seem to effect [engine] though. It only effects [EOT] movement.
3) When you use [EOT] to move forward, sometimes blocks are left behind.
Like I mentioned before, would it be possible to make a databse for airships, and when a ship is made with the [ships] sign, it gets stored, and saved. Would that make movement better? since it would just paste the ship forward every time?
-
View User Profile
-
Send Message
Posted Jul 9, 2012@OriginalMadman
What versions bukkit?
What sign?
-
View User Profile
-
Send Message
Posted Jul 9, 2012Just tried 1.4 on my server - when trying to use the airship (hitting the signs), the server freezes up to 100% CPU (no log in console). And I had to kill it twice, after which I removed the plugin. I do have a lot of plugins, and something may be spooking, but I thought you should know. I would love to have the plugin working though, looks great.
-
View User Profile
-
Send Message
Posted Jul 9, 2012@Dibujaron
Are you sure you have version 1.4? From what I can see no one has downloaded the latest version.
-
View User Profile
-
Send Message
Posted Jul 9, 2012I'm still having problems. when I use the EOT on my airship I fall from the ship. it is a very large ship (around 3000 blocks) but I still shouldn't fall. everything else works fine on the Airship.
on my ship in the water, nothing works. when I right click the signs nothing happens.
-
View User Profile
-
Send Message
Posted Jul 9, 2012@jhs232
How could that work? You mean to stipulate that ships could not they steal / modify?
-
View User Profile
-
Send Message
Posted Jul 9, 2012Could you make it so ithat they cant be used in WorldGuard protected regions?