DragonTravel
It offers server-admins the possibility to add a new outstanding way of travel to their servers.
More videos on DragonTravel (including tutorials)
Features:
- Allows admins to set destinations for the dragons.
- Allows players with the specific permission to summon and mount a dragon and...
...fly flights which consists out of waypoints(as many as you like)
...fly to destinations which have been set by an admin before.
...fly to coordinates chosen via command.
...fly to players choosen via command(different permission-nodes for other types of travel).
...fly to your faction's home-position (Factions required)
...fly to your town's spawn (Towny required)
...fly to a home-position which has been set by this player earlier. - Allows admins to set stations and limit the mounting of dragons to these locations (or a specified radius around it).
- Possibility to require a special item for players to use the plugin (e.g. a dragon-egg)
- Making signs which automatically mount a player and bring them to the written destination on the sign.
- Permissions-Support
- Support of all Economy-Plugins supported by Vault (Vault is required for that)!
Admins can set different prices for all ways of travel! - Admins can choose in the config whether dragons of this plugin should destroy blocks or if any dragons should break blocks when touching.
- All messages are fully customizable! Default messages.yml is English, but we provide German and French language files as well.
Due to the fact that things can change rapidly in this project, I stopped maintaining instructions on the plugin and other information like a list of commands/permissions in the forums, on this page etc. and decided to create a central location where you can always find all information up-to-date: The DragonTravel-Wiki.
Please use this wiki and report all mistakes you find in there and avoid posting questions on topics like commands/permissions/sign-creation etc., which are answered in the wiki, in the comments.
The questions and requests posted in the comments are repeating and there are some questions we answer at least once per week, so we decided to write down some of those Frequently Asked Questions.
Please read the questions below and see if you can find your question there, this really saves us time we can then spend on the development of DragonTravel.
- Is it possible to change the speed the dragon's wings are flapping?
- Is it possible to remove the dragon's health-bar?
- Is it possible to control the dragon manually?
- Is it possible to move the rider closer to the dragon to avoid him flying above it?
- DragonTravel does not start, what can be the problem?
You can find the answers to those questions in the FAQ!
Please read the paragraph above before posting any questions!







-
View User Profile
-
Send Message
Posted Apr 9, 2015@winnie1000
Operators automatically have the permission dt.nocost.*, that's why they do not need to pay.
You can not turn this out except the case you open the jar file (using 7Zip or any similar packaging tool) and edit the plugin.yml inside it.
You need to change the following paragraph
to
and save the plugin.yml. It will be changed inside the jar file and operators have to pay for actions in DragonTravel.
-
View User Profile
-
Send Message
Posted Apr 9, 2015I like your plugins but i get trouble. I want Operators to pay fee too.What should i do ?
-
View User Profile
-
Send Message
Posted Apr 5, 2015@MathyGaming
-
View User Profile
-
Send Message
Posted Apr 5, 2015Plzzz Help! I have installed vault and essentials, but when I set the price of a travel, and someone use the travel sign, they don't pay. Is there anyone one who could help me?
-
View User Profile
-
Send Message
Posted Mar 25, 2015@SimSonic
No, it isn't, but I could push a commit to update it later today. :)
UPDATE:
I just updated the GitHub repository. Please be aware that I accidently pushed CB 1.8.3 as a lib with it which increases the size of the commit. -.-
-
View User Profile
-
Send Message
Posted Mar 25, 2015It the code on github actual? Or where can somebody find how to help you?
-
View User Profile
-
Send Message
Posted Mar 22, 2015@humanparody
Could you create a ticket for that? :)
I'll see if there is a newer version of Factions than the one I developed the current DragonTravel version with. :)
-
View User Profile
-
Send Message
Posted Mar 21, 2015Hey Phiwa, running into an issue with Faction signs throwing an error (no response in-game). All other signs seem to be functioning properly.
here's the log, sorry if there is extra info thrown in there, it's just what popped up during the time I clicked the sign once
23:04:14] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to DragonTravel vPhoenix v0.0.1.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) [craftbukkit.jar:git-Bukkit-2ba7357] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit.jar:git-Bukkit-2ba7357] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit.jar:git-Bukkit-2ba7357] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit.jar:git-Bukkit-2ba7357] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit.jar:git-Bukkit-2ba7357] at net.minecraft.server.v1_8_R1.PlayerInteractManager.interact(PlayerInteractManager.java:453) [craftbukkit.jar:git-Bukkit-2ba7357] at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:660) [craftbukkit.jar:git-Bukkit-2ba7357] at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit.jar:git-Bukkit-2ba7357] at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit.jar:git-Bukkit-2ba7357] at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit.jar:git-Bukkit-2ba7357] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71] at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit.jar:git-Bukkit-2ba7357] at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit.jar:git-Bukkit-2ba7357] at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit.jar:git-Bukkit-2ba7357] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit.jar:git-Bukkit-2ba7357] at java.lang.Thread.run(Unknown Source) [?:1.7.0_71] Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/entity/UPlayer at eu.phiwa.dt.listeners.PlayerListener.onSignInteract(PlayerListener.java:155) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_71] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_71] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_71] at java.lang.reflect.Method.invoke(Unknown Source) [?:1.7.0_71] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit.jar:git-Bukkit-2ba7357] ... 16 more
-
View User Profile
-
Send Message
Posted Mar 14, 2015@0ct0ber
Do you have renamed the gold item? Manipulated items cause problems.
-
View User Profile
-
Send Message
Posted Mar 12, 2015@PrimoHighDefinition
That seems quite strange to me, seems like they switched back the packages.
Could you try v0.0.1.4 with that build please?
-
View User Profile
-
Send Message
Posted Mar 12, 2015Broken again on newest Build (1.8.3) Here the errorlog at startup: http://pastebin.com/MKwwfnF8
-
View User Profile
-
Send Message
Posted Mar 9, 2015@PrimoHighDefinition
I just uploaded v0.0.1.5 which should work with CB 1.8.3-R0.1.
Since I do not have much time at the moment and I'm really tired right now, I only ran a very basic test (server is starting, travels and flights seem to work). Use this version carefully and report all serious bugs you encounter immediately!
Apart from that: Enjoy your journey ;)
-
View User Profile
-
Send Message
Posted Mar 8, 2015@File14
I do not have much time at the moment, but if you create a ticket for it, I might implement it within the next changeset. :)
@PrimoHighDefinition
I'll push out an update as soon as possible. I hope to be able to do so either today or tomorrow.
-
View User Profile
-
Send Message
Posted Mar 8, 2015Gone broken in Craftbukkit & Spigot 1.8.3, please fix^^
-
View User Profile
-
Send Message
Posted Mar 5, 2015Hello Phiwa! Could you add an option so when a player joins the server he will be travel to a spot. This would be awesome to have in the hub server!
So when you join you will be riding on a dragon to the Hub spawn.
-
View User Profile
-
Send Message
Posted Feb 1, 2015@MightyFlyRudy
Few questions:
If you give me those information, I can try to find the problem. :)
-
View User Profile
-
Send Message
Posted Feb 1, 2015I'm having a problem now where DragonTravel stations get all glitchy. When using a sign to travel, the Ender dragon will just float in place instead of dismounting the rider. How do I fix this?
-
View User Profile
-
Send Message
Posted Jan 29, 2015I posted a ticket. The plugin was working fine one day and now it is no longer working with any recent versions.
-
View User Profile
-
Send Message
Posted Jan 7, 2015@Cherish
Since I only add new features to the latest versions of DragonTravel and Essentials doesn't provide an official version for Minecraft 1.8, the feature cannot be added at the moment.
I already added it in the code, so as soon as there is an official Essentials version for Minecraft 1.8, I'll do my best to push out a DragonTravel version with this feature as fast as possible! :)
Thanks for the great idea!
-
View User Profile
-
Send Message
Posted Jan 7, 2015Thanks for a great mod!
If at any point you considered integrating it with Essentials warp points... well it would be really awesome to be able to use those warp points!