Changes

Summary

  1. Fixing teleports (details)
  2. MultiWord-Update - v25 (details)
  3. Teleports fixed + cleanup (details)
  4. Configvalue to disable fall-damage & FallDamage-Fix (details)
  5. fallDamageDisabled actually disables FallDamage now - Updated pom (details)
  6. Update workflows (details)
  7. Don't try to republish every push (details)
Commit 6c86be518e554c47028ce1aa8834c4c7eb9cd146 by 57708725+Jakllp
Fixing teleports

Fixed:
- Teleports will actually teleport now

Internal:
Bump to 24.2
The file was modifiedsrc/main/resources/plugin.yml (diff)
The file was modifiedsrc/main/java/com/useful/ucars/uCarsListener.java (diff)
Commit 3b74e836c704aa59aaaae467754dde028a224c8d by 57708725+Jakllp
MultiWord-Update - v25

New:
- Added the ability to enable and disable uCars for specific worlds

Internal:
Bump to v25
The file was modifiedsrc/main/java/com/useful/ucars/PlaceManager.java (diff)
The file was modifiedsrc/main/resources/plugin.yml (diff)
The file was modifiedsrc/main/java/com/useful/ucars/uCarsListener.java (diff)
The file was modifiedsrc/main/java/com/useful/ucars/ucars.java (diff)
The file was modifiedpom.xml (diff)
Commit 4bd9f9e2452a75a66dfde89ff78f459f7e96af23 by 57708725+Jakllp
Teleports fixed + cleanup

Fixed:
- Teleports now work for long distances

Cleaned:
- Removed some unnecessary code in teleport logic
- Will just look for fall damage instead of fall damage and downward velocity in saveFly()
The file was modifiedsrc/main/java/com/useful/ucars/uCarsListener.java (diff)
Commit 7e5157266154876b77bd73c5839bbe9d2436535e by 57708725+Jakllp
Configvalue to disable fall-damage & FallDamage-Fix

New:
- You can now disable Fall-Damage through a config value

Fixes
- Fall damage works properly now
- Slightly better teleporting

Internal:
Bump to 25.1
Maven-Artifact-Version-Update
The file was modifiedsrc/main/java/com/useful/ucars/uCarsListener.java (diff)
The file was modifiedpom.xml (diff)
The file was modifiedsrc/main/java/com/useful/ucars/ucars.java (diff)
The file was modifiedsrc/main/resources/plugin.yml (diff)
Commit adedb102cae2848bdc06b8dc973b64edaacf4cc5 by 57708725+Jakllp
fallDamageDisabled actually disables FallDamage now - Updated pom

Fixes:
- fallDamageDisabled actually disables fall damage now

Internal:
POM-Version R1.1.0
The file was modifiedpom.xml (diff)
The file was modifiedsrc/main/java/com/useful/ucars/uCarsListener.java (diff)
The file was added.github/workflows/maven-checkbuilds.yml
The file was modified.github/workflows/maven-publish.yml (diff)
Commit 5064dacd51bb90edb28e441f1813ab7847ce6c12 by Eddie Brown
Don't try to republish every push
The file was modified.github/workflows/maven-publish.yml (diff)