Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.0.4+release.1 - 2024-11-08
New Features
35fa87c- proper CommandResult with optional data (commit by @ThatMG393)157c1cd- include remaining time to wait on cooldown message (commit by @ThatMG393)7381c12- load previous position after teleport (commit by @ThatMG393)
Bug Fixes
5f9e9f5- request still being accepted even if you deny it (commit by @ThatMG393)e349b2f- remove duplicate deny message logic (commit by @ThatMG393)ff9390c- initializerunningproperly (commit by @ThatMG393)54f35c1- load chunks on the correct server world (commit by @ThatMG393)31860eb- wrong type casting onTPAManager#tpa()(commit by @ThatMG393)988beae- makeChunkTicketType``after_teleportconstant (commit by @ThatMG393)14aeea2- also set previous chunkpos when invoking tpaback (commit by @ThatMG393)b713772- un-async player teleportation (fixes a C2ME issue) (commit by @ThatMG393)19fe18a- fix the empty world when joining (commit by @ThatMG393)ea9851e- just check for UUID (commit by @ThatMG393)6635a1c- wrong check fix (commit by @ThatMG393)
Tests
bba8d25- head scratching ++ (commit by @ThatMG393)a2881bb- more head scratching (commit by @ThatMG393)4fc2eb3- debug logsss (commit by @ThatMG393)14104fb- idek what i did l (commit by @ThatMG393)1584316- more debug (commit by @ThatMG393)86c343f- add debug log (commit by @ThatMG393)7305cb7- try to re-setServerPlayerEntityreference after player respawn (commit by @ThatMG393)
v0.0.3+release.2 - 2024-10-24
Other Changes
eee14bc- Fix double "Teleporting in Xs..." (commit by @ThatMG393)d6cec22- Remove unused imports (commit by @ThatMG393)ab7a799- Merge branch 'master' of https://github.com/ThatMG393/TPA4Fabric (commit by @ThatMG393)02d198b- Add a little bit of formatting (commit by @ThatMG393)de9b63a- Update CI thingies, upload built artifacts from Java 17 (commit by @ThatMG393)3387940- Remove uselessTPAPlayerWrapper#sendMessage(Text)onTPARequest#accept()(commit by @ThatMG393)39b66ef- Dont check for Y axis when teleporting, also increase frequency of position checking (commit by @ThatMG393)
v0.0.3+release.1 - 2024-10-19
:flying_saucer: Other Changes
afebafc- Hopefully fixes future release builds (commit by @ThatMG393)522a626- Properly remove TPARequest in the HashMap (commit by @ThatMG393)299664b- Fix a very stupid typo (commit by @ThatMG393)a823cb6- Default always allow TPA request (commit by @ThatMG393)fbdd9a4- Initial refactor (commit by @ThatMG393)c09da5c- Forgot to remove useless class (commit by @ThatMG393)8595bce- Almost forgot to fix this (commit by @ThatMG393)f75ff86- Increase version range reaching 1.21.x (commit by @ThatMG393)7db378d- Geyser compat (commit by @ThatMG393)3baa9c9- Early return if ServerPlayerEntity is null (commit by @ThatMG393)7542a7c- Fix TPA Requests consumption (commit by @ThatMG393)87939e0- Merge branch 'master' of https://github.com/ThatMG393/TPA4Fabric (commit by @ThatMG393)4de1dc7- A little bit of refactor (commit by @ThatMG393)9618bab- Fix syntax (commit by @ThatMG393)438472d- Get first request on HashMap if no "player" is passed (commit by @ThatMG393)43cecd9- Cleanup some logic (commit by @ThatMG393)0603277- Use cooldown from config instead of being a fixed value (commit by @ThatMG393)97c96f8- AddhasExisingTPARequestin order to stop TPA spam (commit by @ThatMG393)3558b95- Ignore command when you already have a existing TPA (commit by @ThatMG393)9611d2b- Minor fixes, bugfixes, and cleanup (commit by @ThatMG393)151ac47- Initial config versioning (commit by @ThatMG393)b0134b5- Another on-going rewrite, updated gradle, and debug logs every second when teleporting (commit by @ThatMG393)72f48f5- Fix CI (commit by @ThatMG393)25b4b1a- Re-set realPlayer when the player died (testing) (commit by @ThatMG393)dd16b22- Added more debug infos (commit by @ThatMG393)e541783- Moar debug info (commit by @ThatMG393)d63b4fb- Prepare for new feature (commit by @ThatMG393)b11f611- Avoid re-creating TPAPlayerOld each server tick (commit by @ThatMG393)d373214- Fix occational NPE (commit by @ThatMG393)6588eef- Rewrite (commit by @ThatMG393)5cc99ff- Cleanup imports (commit by @ThatMG393)645138d- Fix translation key typo and instantenuous request expiration (commit by @ThatMG393)d8f25f7- Update README.md (commit by @ThatMG393)e1b92bc- Fix spelling, fixisAlive()logic (commit by @ThatMG393)feac6ad- Merge branch 'master' of https://github.com/ThatMG393/TPA4Fabric (commit by @ThatMG393)846a990- Fix MCTextUtils formatting, fix another typo (commit by @ThatMG393)a734875- Fix/tpaback(commit by @ThatMG393)a46bc23- Fix infinite cooldown bug (commit by @ThatMG393)
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.0.3+release.2 - 2024-10-24
Other Changes
eee14bc- Fix double "Teleporting in Xs..." (commit by @ThatMG393)d6cec22- Remove unused imports (commit by @ThatMG393)ab7a799- Merge branch 'master' of https://github.com/ThatMG393/TPA4Fabric (commit by @ThatMG393)02d198b- Add a little bit of formatting (commit by @ThatMG393)de9b63a- Update CI thingies, upload built artifacts from Java 17 (commit by @ThatMG393)3387940- Remove uselessTPAPlayerWrapper#sendMessage(Text)onTPARequest#accept()(commit by @ThatMG393)39b66ef- Dont check for Y axis when teleporting, also increase frequency of position checking (commit by @ThatMG393)
v0.0.3+release.1 - 2024-10-19
:flying_saucer: Other Changes
afebafc- Hopefully fixes future release builds (commit by @ThatMG393)522a626- Properly remove TPARequest in the HashMap (commit by @ThatMG393)299664b- Fix a very stupid typo (commit by @ThatMG393)a823cb6- Default always allow TPA request (commit by @ThatMG393)fbdd9a4- Initial refactor (commit by @ThatMG393)c09da5c- Forgot to remove useless class (commit by @ThatMG393)8595bce- Almost forgot to fix this (commit by @ThatMG393)f75ff86- Increase version range reaching 1.21.x (commit by @ThatMG393)7db378d- Geyser compat (commit by @ThatMG393)3baa9c9- Early return if ServerPlayerEntity is null (commit by @ThatMG393)7542a7c- Fix TPA Requests consumption (commit by @ThatMG393)87939e0- Merge branch 'master' of https://github.com/ThatMG393/TPA4Fabric (commit by @ThatMG393)4de1dc7- A little bit of refactor (commit by @ThatMG393)9618bab- Fix syntax (commit by @ThatMG393)438472d- Get first request on HashMap if no "player" is passed (commit by @ThatMG393)43cecd9- Cleanup some logic (commit by @ThatMG393)0603277- Use cooldown from config instead of being a fixed value (commit by @ThatMG393)97c96f8- AddhasExisingTPARequestin order to stop TPA spam (commit by @ThatMG393)3558b95- Ignore command when you already have a existing TPA (commit by @ThatMG393)9611d2b- Minor fixes, bugfixes, and cleanup (commit by @ThatMG393)151ac47- Initial config versioning (commit by @ThatMG393)b0134b5- Another on-going rewrite, updated gradle, and debug logs every second when teleporting (commit by @ThatMG393)72f48f5- Fix CI (commit by @ThatMG393)25b4b1a- Re-set realPlayer when the player died (testing) (commit by @ThatMG393)dd16b22- Added more debug infos (commit by @ThatMG393)e541783- Moar debug info (commit by @ThatMG393)d63b4fb- Prepare for new feature (commit by @ThatMG393)b11f611- Avoid re-creating TPAPlayerOld each server tick (commit by @ThatMG393)d373214- Fix occational NPE (commit by @ThatMG393)6588eef- Rewrite (commit by @ThatMG393)5cc99ff- Cleanup imports (commit by @ThatMG393)645138d- Fix translation key typo and instantenuous request expiration (commit by @ThatMG393)d8f25f7- Update README.md (commit by @ThatMG393)e1b92bc- Fix spelling, fixisAlive()logic (commit by @ThatMG393)feac6ad- Merge branch 'master' of https://github.com/ThatMG393/TPA4Fabric (commit by @ThatMG393)846a990- Fix MCTextUtils formatting, fix another typo (commit by @ThatMG393)a734875- Fix/tpaback(commit by @ThatMG393)a46bc23- Fix infinite cooldown bug (commit by @ThatMG393)
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.0.3+release.1 - 2024-10-19
:flying_saucer: Other Changes
afebafc- Hopefully fixes future release builds (commit by @ThatMG393)522a626- Properly remove TPARequest in the HashMap (commit by @ThatMG393)299664b- Fix a very stupid typo (commit by @ThatMG393)a823cb6- Default always allow TPA request (commit by @ThatMG393)fbdd9a4- Initial refactor (commit by @ThatMG393)c09da5c- Forgot to remove useless class (commit by @ThatMG393)8595bce- Almost forgot to fix this (commit by @ThatMG393)f75ff86- Increase version range reaching 1.21.x (commit by @ThatMG393)7db378d- Geyser compat (commit by @ThatMG393)3baa9c9- Early return if ServerPlayerEntity is null (commit by @ThatMG393)7542a7c- Fix TPA Requests consumption (commit by @ThatMG393)87939e0- Merge branch 'master' of https://github.com/ThatMG393/TPA4Fabric (commit by @ThatMG393)4de1dc7- A little bit of refactor (commit by @ThatMG393)9618bab- Fix syntax (commit by @ThatMG393)438472d- Get first request on HashMap if no "player" is passed (commit by @ThatMG393)43cecd9- Cleanup some logic (commit by @ThatMG393)0603277- Use cooldown from config instead of being a fixed value (commit by @ThatMG393)97c96f8- AddhasExisingTPARequestin order to stop TPA spam (commit by @ThatMG393)3558b95- Ignore command when you already have a existing TPA (commit by @ThatMG393)9611d2b- Minor fixes, bugfixes, and cleanup (commit by @ThatMG393)151ac47- Initial config versioning (commit by @ThatMG393)b0134b5- Another on-going rewrite, updated gradle, and debug logs every second when teleporting (commit by @ThatMG393)72f48f5- Fix CI (commit by @ThatMG393)25b4b1a- Re-set realPlayer when the player died (testing) (commit by @ThatMG393)dd16b22- Added more debug infos (commit by @ThatMG393)e541783- Moar debug info (commit by @ThatMG393)d63b4fb- Prepare for new feature (commit by @ThatMG393)b11f611- Avoid re-creating TPAPlayerOld each server tick (commit by @ThatMG393)d373214- Fix occational NPE (commit by @ThatMG393)6588eef- Rewrite (commit by @ThatMG393)5cc99ff- Cleanup imports (commit by @ThatMG393)645138d- Fix translation key typo and instantenuous request expiration (commit by @ThatMG393)d8f25f7- Update README.md (commit by @ThatMG393)e1b92bc- Fix spelling, fixisAlive()logic (commit by @ThatMG393)feac6ad- Merge branch 'master' of https://github.com/ThatMG393/TPA4Fabric (commit by @ThatMG393)846a990- Fix MCTextUtils formatting, fix another typo (commit by @ThatMG393)a734875- Fix/tpaback(commit by @ThatMG393)a46bc23- Fix infinite cooldown bug (commit by @ThatMG393)
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.0.2+release.1 - 2024-08-22
:flying_saucer: Other Changes
b96fd04- Revert previous commit (commit by @ThatMG393)55a1689- Update README.md (commit by @ThatMG393)ec6f2a3- Copy my config code from another project (commit by @ThatMG393)7c829d4- Pull latest changes (commit by @ThatMG393)f87f275- Add teleport timer & initial config implementation (commit by @ThatMG393)60e8564- Update fabric.mod.json (commit by @ThatMG393)0e07641- Fix bugs (commit by @ThatMG393)a3e1088- Actually start the CoundownTimer to actually teleport (commit by @ThatMG393)b9814ba- Fix (almost) instantaneous teleportation (commit by @ThatMG393)b2494fd- Optimize how player data are stored like requests & cooldown (commit by @ThatMG393)1c381b1- Merge branch 'master' of https://github.com/ThatMG393/TPA4Fabric (commit by @ThatMG393)06265b5- Add '/tpaallow' command Fix some bugs (commit by @ThatMG393)94f5843- Fix wrong condition check (commit by @ThatMG393)45ad7de- Add 'tpacancel' (commit by @ThatMG393)adec899- Update build.yml (commit by @ThatMG393)25b83fa- Fix changelog failing to generate (commit by @ThatMG393)3a346b9- Fix changelog not including 'invalid' comments (commit by @ThatMG393)


