TabTPS Versions Save

Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.

v1.3.13

2 years ago

Changelog

Added

  • Support for fabric-loader 0.14+

Changed

  • Dependency updates

v1.3.12

2 years ago

Changelog

Added

  • Sponge 8 implementation

Changed

  • Update for Minecraft 1.18.2

v1.3.11

2 years ago

Changelog

Changed

  • Update for Minecraft 1.18

v1.3.10

2 years ago

Changelog

Fixed

  • Fixed reflection for getting recent tick times on Spigot 1.13.2
  • Fixed error when initializing commands on Spigot 1.17 (did not affect Paper servers)

v1.3.9

2 years ago

Changelog

Changed

  • Added Russian (ru_RU) translations (#17, #19)
  • Added Simplified Chinese (zh_CN) translations (#21)
  • Updated dependencies

Fixed

  • Fix handling of invalid user data files

v1.3.8

2 years ago

Changelog

Fixed

  • Fix an issue where the tab menu display did not properly update on Paper 1.17 servers (#18).

v1.3.7

2 years ago

Changelog

Changed

  • Update PaperTickInfoCommandFormatter for Paper 1.17

v1.3.6

2 years ago

Changelog

Changed

  • Updated Spigot platform to support Minecraft 1.17
  • Target Minecraft 1.17 on Fabric
  • Dependency updates

Fixed

  • Minor bugfixes and improvements

v1.3.5

3 years ago

Changelog

Fixed

  • It's not easily possible to mixin to static interface methods. Mixin to our own ExceptionHandler instead of ComponentMessageThrowable to workaround this (Fabric).

v1.3.4

3 years ago

Changelog

Changed

  • Updated dependencies

Fixed

  • Fixed Java 8 compatibility on Fabric