Releases: APDevTeam/Movecraft-Combat
Movecraft-Combat 2.0.0 Beta 6
What's Changed
- Add CraftDirectEvent by @TylerS1066 in #133
- [Feature] Flammability override by @DerToaster98 in #131
- Add #118 + Small refactor by @Intybyte in #135
- Add #102 + Small refactor by @Intybyte in #134
- Fix performance problem introduced in #134 by @TylerS1066 in #136
- Revert "Add #102 + Small refactor (#134)" by @TylerS1066 in #137
- [Fix] Fix #138 by @DerToaster98 in #139
New Contributors
Full Changelog: 2.0.0_beta-5...2.0.0_beta-6
Movecraft-Combat 2.0.0 Beta 5
What's Changed
- 1.20.6 paper by @TylerS1066 in #126
- Gradle by @TylerS1066 in #127
- 1.21 by @TylerS1066 in #129
- Add arrow directors by @TylerS1066 in #128
- Add options to disable spawning of tnt by @TylerS1066 in #132
Full Changelog: 2.0.0_beta-4...2.0.0_beta-5
2.0.0_beta-6_dev-1
Update build.gradle.kts
Movecraft-Combat 2.0.0 Beta 4
What's Changed
- Fix NMS for 1.20.4 by @TylerS1066 in #121
- Fix: Blast resistance float values by @DerToaster98 in #122
- Fix saving of userdata by @TylerS1066 in #124
New Contributors
- @DerToaster98 made their first contribution in #122
Full Changelog: 2.0.0_beta-3...2.0.0_beta-4
Movecraft-Combat 2.0.0 Beta 3
What's Changed
- TNTTracking Event Fix by @drfiveminusmint in #113
- Make tnt tracers more configurable by @goodroach in #115
- Blast resistance override fix by @TylerS1066 in #117
Full Changelog: 2.0.0_beta-2...2.0.0_beta-3
Movecraft-Combat 2.0.0 Beta 2
This is the second beta release of Movecraft-Combat 2.0, which includes the new Blast Resistance Override feature (inspired by HalfQuark's plugin). This feature allows you to adjust the vanilla blast resistance of any block type.
What's Changed
- Remove unused settings from default config by @TrollyLoki in #105
- Blast Resistance Override by @TylerS1066 in #106
- Weekly-ci by @TylerS1066 in #108
- Fix movecraft-combat config by @goodroach in #109
New Contributors
- @TrollyLoki made their first contribution in #105
- @goodroach made their first contribution in #109
Full Changelog: 2.0.0_beta-1...2.0.0_beta-2
Movecraft-Combat 2.0.0 Beta 1
This is the first beta release of Movecraft-Combat 2.0, accompanying the rollout of Movecraft 8 to the Airship Pirates production servers. For those of you following along with the alpha releases, there is no change from the last alpha release, just a version bump. For those of you joining us with this beta release, welcome!
Movecraft-Combat 2.0's focus has been to improve the codebase quality and add a few small features here and there, along with support for Movecraft 8. This beta release is Minecraft version agnostic, and should run on any version Movecraft 8 works with. You can read more on the features in the below alpha releases.
Full Changelog: 1.5.4...2.0.0_beta-1
Movecraft-Combat 2.0.0 alpha 6
This update brings a few new features, fixes, and support for Movecraft 8.0.0 alpha 5.
- The Movement-Tracers feature has been upgraded (PR #90):
- Players now can access the
/movementtracersetting
which is similar to the existing/tnttracersetting
command (renamed from/tracersetting
). - Server owners can now specify specific blocks per type as
movementTracerBlocks
in each craft type. - Server owners can now specify a
SpecifyParticle
andGeneralParticle
in the config to be used for movement tracers. - On
HIGH
, all blocks have theGeneralParticle
spawned. On theLOW
andHIGH
settings, blocks specified inmovementTracerBlocks
have theSpecifyParticle
spawned.
- Players now can access the
- Fix problems with directors caused by transparent block loading.
- Fix breaking blocks on piloted crafts.
- Fix problems with records being attributed to the pilot instead of the damager of the craft.
- Added underwater fireball penetration option (PR #80). A big thanks goes to @drfiveminusmint for this!
Full Changelog: 2.0.0-a.5...v2.0.0-a.6
Movecraft-Combat 2.0.0 alpha 5
This update brings major breaking changes to Movecraft-Combat to cleanup and improve the code. There should be minimal or no functional changes.
Full Changelog: v2.a.19...2.0.0-a.5
Fourth alpha release
This update to Movecraft-Combat brings support for Movecraft 8.0 alpha 5, along with a few new features.
The first is the return to craft type configs for AA and Cannon directors. The properties are the same as in the 7.0 betas.
The second new feature is mainly for videography. That feature is Movement Tracers. It uses the same tracer particle as cannons but is for on craft movement. We plan to improve this feature with per type options for particles.