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 May 26, 2016ShipsData: Player: Name: 44d23ce6-d344-443d-bd70-e74fbf64a949 Type: Plane Config: Block: Percent: 50 Max: 3750 Min: 1 Fuel: Fuels: - 173,-1 Consumption: 2 Speed: Engine: 5 Location: Sign: 232.0,99.0,-182.0,world
and thats its Data
-
View User Profile
-
Send Message
Posted May 26, 2016@HarrysGR1234
Also i had put furnaces with coal blocks inside
-
View User Profile
-
Send Message
Posted May 26, 2016@HarrysGR1234
i ment *That there is an Iron block..........
-
View User Profile
-
Send Message
Posted May 26, 2016So i have known the ships plugins for years and i went to the next level and built a huge plane and i have a lot of difficulties building it.Its probably 5 blocks wide and 200 blocks long and when i add the wings it will probably be 200 blocks wide.So when i test it it says 1) That there an iron block in the way (the whole plane is made of iron blocks) 2)It needs more iron blocks (the whole plane is made of iron blocks!!!!!!!!!!!) 3)That it isnt in the air (when it is like 2 blocks away from the grownd)
i built an road for the decoration of the place and it is 7 blocks wide with redstone torches around it (like an usual airport) and i dont know if its effecting it...
I hope you reply to me so i can show you screenshots of my built :D
-
View User Profile
-
Send Message
Posted Apr 24, 2016@TheChromeninja
5.1.0.0 is API only. Its for developers, so they can get there plugins working on the latest version of Ships before that version truly comes out. I have removed it fron the bukkit page to stop further confusion
Please use 5.0.1.8
-
View User Profile
-
Send Message
Posted Apr 23, 2016@MoseMister
I am using the first one and i am using 5.1.0.0
and this is the error i got:
06:00:23] [Server thread/ERROR]: Error occurred while enabling Ships v5.1.0.0 (Is it up to date?)
java.lang.NullPointerException
at MoseShipsBukkit.VesselType.Types.Airship$StaticAirship.load(Airship.java:231) [?:?]
at MoseShipsBukkit.VesselType.Types.Airship$StaticAirship.<init>(Airship.java:207) [?:?]
at MoseShipsBukkit.VesselType.VesselType.loadDefaultVessels(VesselType.java:194) [?:?]
at MoseShipsBukkit.Ships.onEnable(Ships.java:63) [?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [spigot.jar:git-Spigot-d20369f-7fc5cd8]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
-
View User Profile
-
Send Message
Posted Apr 16, 2016@TheChromeninja
It will always be the first format. Is there any errors when you boot the server? And what version of ships are you using?
-
View User Profile
-
Send Message
Posted Apr 16, 2016I have used this format
[Line1] [Ships]
[Line2] Airship
[Line3] test
[Line4]
And this format
[LINE 1] [Ships]
[LINE 2] Airship
[LINE 3]
[LINE 4] test
Thanks
-
View User Profile
-
Send Message
Posted Apr 15, 2016@Xeur
hmm, can you private message me your server Ip?
-
View User Profile
-
Send Message
Posted Apr 15, 2016@MoseMister
Thank you very much but the 2nd problem stayed
-
View User Profile
-
Send Message
Posted Apr 15, 2016@Xeur
Yes, this is a common issue with people who are new to ships, please use the guide provided to create your ships
a example
-
View User Profile
-
Send Message
Posted Apr 15, 20161) I have the same problem of the "name taken" sometimes that works sometimes not and I have to reinstall, my ships sign:
1:
2:
2) When I made a success have to put signs I cannot move my boat with the message: "ships sign cannot be found", even by reproducing the boat of the video problem appears, I managed to run him only only once (version 1.8.8)
PS: I translated my text
-
View User Profile
-
Send Message
Posted Apr 13, 2016@Pitsbrgparatrpr
Can i ask what are you typing on the [ships] sign?
-
View User Profile
-
Send Message
Posted Apr 12, 2016Question, every time I go to put any name in to name the ship, no matter what I do it says "name taken"? Ive tried any combo of names and they all say taken? Any help please. It worked the first time then i destroyed the ship and rebuilt and now no names work. Thanks!
-
View User Profile
-
Send Message
Posted Apr 9, 2016@zyyapp
Ah ok. Others controling your ship is a part of the next update (a alpha for it should be out in the this coming week).
As for your ship tracking stone.... Thats odd. If you go into the materials.yml file. Find STONE and make sure all the numbers next to the data values for stone are set to 0
-
View User Profile
-
Send Message
Posted Apr 9, 2016@MoseMister
sorry,i mean how to prevent others control my shops. and there is another bug,the ships can track stone building.i use default config.yml. spigot 1.9
-
View User Profile
-
Send Message
Posted Apr 8, 2016@zyyapp
What do you mean? Do you want to control others ships or do you want to stop others from controlling your ships?
-
View User Profile
-
Send Message
Posted Apr 7, 2016why other can control my ships. how could i do.thanks.
-
View User Profile
-
Send Message
Posted Apr 6, 2016@filip117
This seems to be a common problem. Dont know why it occurs. Can you take a screenshot of your ship. Or private message me your server address
-
View User Profile
-
Send Message
Posted Apr 3, 2016@filip117
How big is your ship? (Estermate the amount of blocks used)
Responce to your edit:
Hey, that is a interesting error. It it caused by ships detecting a new mc version (or fresh build of ships) and its method of adding blocks that is does not know. This will be fixed in a later version of ships (should be released tomorrow)
There are no new blocks in 1.9.2 to my understanding, so are you sure you are using the ships 5.0.1.7 (mc 1.9-1.9.2) build and not the ships 5.0.1.7 (mc 1.8-1.8.9) build
Edit 2:
Just letting you know there is a update on its way (being approved now) that should fix the issue you were having