Movecraft 8.0.0 alpha 3
Pre-release
Pre-release
This is the third alpha for Movecraft. Movecraft 8 requires at least java 11 will be required to run the plugin. As usual with alphas, DO NOT RUN THIS ON ANY WORLD YOU CARE ABOUT WITHOUT A BACKUP - we are not responsible for anything that may go wrong with your world. If you do find any issues or have any suggestions, please report them in the issues section.
Special thanks to all the contributors on this one!
New Features/Changes
- Added new 1.14 compatible default craft types
- If you previously generated the movecraft datapack, you'll need to regenerate it by setting the
GeneratedDatapack
flag in the movecraft config to false. It may also be necessary to delete the pre-existing datapack, which can be found in the world folder, - it may also be necessary to manually load the pack via the
/datapack
command.
- If you previously generated the movecraft datapack, you'll need to regenerate it by setting the
- Added support for 1.14 and 1.15
- We only explicitly support the last minor releases of each major version we support, however the plugin should work on all 1.14 and 1.15 minor versions
- added a
releaseTimeout
crafttype option, which defaults to the pre-existing time of 30 seconds - Added a
/craftinfo
command to get details on piloted crafts- feel free to suggest things to add to this!
- Added a
/crafttype
command to get details on craft types- Only crafts which the user has permission to use can be viewed
- Like the previous command, feel free to suggest changes
- Added vertical cruise command arguments (#399)
- Use
/cruise up
or/cruise down
, or their shorthand form/cruise u
and/cruise d
- Use
Fixes
- The final page of paged commands should no longer error in certain cases
- Re-added
mustBeSubcraft
detection validation (#410) - Fixed an issue preventing crafts from functioning in certain positions
- Fixed
canBeNamed
and other sign restricted detection craft type options (#413) - Fixed
cruiseOnPilot
detection failing silently (#414) - Fixed
cruiseOnPilot
crafts being controllable after piloting (#415) - Fixed
cruiseOnPilot
crafts releasing the main crafts (#408)