▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/TPA4Fabric

TPA4Fabric

A simple TPA mod for Fabric

Оцените первым
3.1K
4
Все версииTPA4Fabric v0.0.4+release.1

TPA4Fabric v0.0.4+release.1

Release08.11.2024

Список изменений

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 - initialize running properly (commit by @ThatMG393)
  • 54f35c1 - load chunks on the correct server world (commit by @ThatMG393)
  • 31860eb - wrong type casting on TPAManager#tpa() (commit by @ThatMG393)
  • 988beae - make ChunkTicketType``after_teleport constant (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-set ServerPlayerEntity reference 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 useless TPAPlayerWrapper#sendMessage(Text) on TPARequest#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 - Add hasExisingTPARequest in 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, fix isAlive() 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)

Файлы

tpa4fabric-v0.0.4+release.1.jar(38.81 KiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

0.0.4+release.1

Загрузчики

Fabric

Версии игры

1.20.4–1.21.3

Загрузок

2.6K

Дата публикации

08.11.2024

Загрузил

ID версии

Главная