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 Sep 18, 2012Looks interesting. I'm going to test this on my server, see how it goes.
-
View User Profile
-
Send Message
Posted Sep 18, 2012@JlJlJl
@JlJlJl
Not sure of the platform you are using. If suse / similar linux you will battle to find a repo with Java 1.7 as licencing issues. There is an Oracle repo I found in the end that was not too hard to install. Hope that helps.
-
View User Profile
-
Send Message
Posted Sep 17, 2012Install lastest java ;)
-
View User Profile
-
Send Message
Posted Sep 17, 2012Getting a version error trying to install this. As you can see from the log, we're running the version of bukkit required by the latest version of Ships. Any idea why this is happening?
(JiJiJi, I notice you posted the same error but your more recent posts indicate you have it working now. What was your solution to this problem?)
2012-09-17 11:35:16 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R0.1-b2352jnks (MC: 1.3.2) (Implementing API version 1.3.2-R0.1) 2012-09-17 11:35:16 [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.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: Ships/Ships : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632) at java.lang.ClassLoader.defineClass(ClassLoader.java:616) 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:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) 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 17, 2012Why if speed of ship>8 plugin tells me: obstacle on the course? my way have no obstacles!
-
View User Profile
-
Send Message
Posted Sep 16, 2012Great but a bit clunky and we just could not work out why the one airship was not responding to anything.. Looking forward to the next release, Could you make the controls a bit easier - maybe even have a lever for up/down as opposed to whacking on the sign.?
-
View User Profile
-
Send Message
Posted Sep 15, 2012you should also add submarines...
-
View User Profile
-
Send Message
Posted Sep 14, 2012Please, add to config:
airship: -movement of right-click of [engine] blocks: ship: -movement of right-click of [engine] blocks:
And make: if fuel=0, airship moving down to earth. Make normal turn: player teleports to last position on ship. But now player is not teleports after turn. Please.
-
View User Profile
-
Send Message
Posted Sep 14, 2012@MichaelMurphree
Create a single with text [EOT] and right-click on it.
-
View User Profile
-
Send Message
Posted Sep 14, 2012how does the auto pilot work?
-
View User Profile
-
Send Message
Posted Sep 13, 2012I put this on my server, KreeperKraft, and EVERYONE loves the idea. For some strange reason it took a little while to get going, but once it did, it was amazingly fun. The only problems are that the airships are a little hard to maneuver, and that sometimes if there is an obstacle in the way of a turn, when one right clicks the wheel it breaks and it needs to be replaced. otherwise, EPIC!!! (check kreeperkraft out at http://www.planetminecraft.com/server/kreeperkraft-1310610/)
-
View User Profile
-
Send Message
Posted Sep 13, 2012@JlJlJl
why you ask me i am just user, i don't even know Qx2. lol i think you got your people mixed up.
-
View User Profile
-
Send Message
Posted Sep 13, 2012ok just 1 feature if you can, for the airships (and if you can for the normal ships) could you put the names of the people on the [ships] sign, so only they can use the ship.
you will not belive the ammount of people who have stolen my ship.
if you can as well have [moreusers] sign so you can have more users who can drive the ship
-
View User Profile
-
Send Message
Posted Sep 13, 2012@mm75
Can i help? I downloaded an eclipse... I can to join this project. My skype: jijijik95
-
View User Profile
-
Send Message
Posted Sep 12, 2012@JlJlJl
Qx2 said that the cannons will not work with his ships but he will make his own cannons
-
View User Profile
-
Send Message
Posted Sep 12, 2012@predawnia
Qx2 said that the cannons will not work with his ships but he will make his own cannons
-
View User Profile
-
Send Message
Posted Sep 12, 2012@predawnia
I have this problem with buttons too((( Qx2, can you create more configurations? time of autosail... (EOT)... And... Me need config to turn off sailing with engine right-click on ships. And need normal turning. Player must to teleport to his previous position on ship...
-
View User Profile
-
Send Message
Posted Sep 12, 2012Do you think you can make the plugin compatible with the Cannon plugin http://dev.bukkit.org/server-mods/block-cannons-v1-1/ ?
It seems the button is interfering with the ship's function. The block ID is 77
-
View User Profile
-
Send Message
Posted Sep 11, 2012This is a great idea. I'm shocked. You play my dream. Plus the cannons, which I wanted to... But this don't works! ;(
-
View User Profile
-
Send Message
Posted Sep 11, 201217:57:56 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R0.1 -b2352jnks (MC: 1.3.2) (Implementing API version 1.3.2-R0.1) 17:57:56 [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: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>(Server ConfigurationManagerAbstract.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: 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:44) 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:144) ... 9 more