DragonTravel

DragonTravel

348k Downloads

Add ability to use other things to fly

mhtvsSFrpHdE opened this issue ยท 4 comments

commented

Now there is only dragon.
Some ancient requirement that the dragon wings noise...
And any other if not going to like a dragon.

Maybe a chick or boat.
Change default mob can also work at station level or config file general override.

commented

Like already stated in #53:

This is one of the most frequently requested features and has been asked for since the very beginning (first time in 2012, I think).
The problem is that this would require a lot of work since we are using reflection to inject our custom dragon into the server at runtime and therefore every update of Craftbukkit/Spigot leads to quite some work. Supporting more than one entity would heavily increase this amount of work.

So yes, this is possible, but currently completely out of scope.

commented

@Phiwa I prefer to make one issue focus on one requirement ^_^

commented

Which is perfectly fine, but this still id a feature that is out of scope since I already have a hard time fixing existing bugs and maintaining the plugin... ๐Ÿ˜‰

commented

@Phiwa I'll finish these issues as much as I can.
There is a pull request submitted to temporary fix that player fall damage issue,
the idea is track which method is reading config file when start travel,
subtract 5 from exported value as a fix.

However this "fix" can broke again if we implemented riding other mob.

Related issue:
#53