Hazel

Results 22 comments of Hazel

oh I wasn't aware this once existed, since it seems a lot of people want it I'll look into it. Would a temporary solution where the ship simply vanishes when...

I am definitely planning this, its actually already on [the to-do list ](https://github.com/APDevTeam/Movecraft/projects/1)

There's most likely an issue with an async call being made somewhere in the async task where its required by Bukkit to be synchronized with the main thread. It's probably...

I think it'd be a good idea to reconsider the lifetime specification of cruise on pilot in general. Right now its based on time, which is good for things which...

While greatly improved, it would be best to display line numbers along side errors. This should be possible using the snakeyaml `Yaml.compose` method and walking its output tree.

there are plans to flesh out the documentation (as you can see Senarii already started), and I'll probably grab the stuff from the old wiki. I don't plan on making...

I've begun adding documentation to the wiki! Any help is appreciated

So adding direct support for plugins with Movecraft is something I wanted to move away from, but not without reason. I'm creating the basis for an API, with most likely...

Most of the internals were moved around to account for the multi version compatibility and the changes to the map update manager. As long as you didn't directly hook into...