TabList v5.7.3

Details

  • Filename
    TabList-bukkit-v5.7.3.jar
  • Uploaded by
  • Uploaded
    Jun 22, 2023
  • Size
    292.70 KB
  • Downloads
    2,727
  • MD5
    2647361fe62fdf75546ab5eb1ada5512

Supported Bukkit Versions

  • 1.20
  • 1.19
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8

Changelog

Changes

From v5.7.1

 

  • Now supports 1.20 versions
  • Fixed groups appearance using luckperms weight
    • If you're using luckperms and configured weights for your groups from now the higher group will appear first if there are inheritances as per the documentation says
  • Fixed wrong parameters for scoreboard objective in legacy versions which caused console errors
  • Fix when random option had no effect with interval, #411
  • Fix TPS placeholder didn't displayed correctly with sizing option, #412
  • Fixed a long time issue with name tag overriding
    • If you used TabList with a nameTag editor plugin the name tag above players dissappeared
  • From now you will be able to use Minimessage format in tablist or in groups
  • Hide players related fixes:
    • Players body and skin disappeared when this option is enabled, #408, #402
  • Improved tablist header/footer loading
    • From now all the per world, per group ... sections will be cached on plugin load state instead of loading everything on player join. Also, now you can separate each per group, world and player sections with "name, name2, name3" (commas)
  • On player quit the current set objective wasn't unregistered and kept forever in the world files, now this fixed

From v5.7.2

  • Fixed displaying health objective (again)
    • This might be a client side issue or not but to resolve this issue in plugin, I increased player's max health -> set health to max -> and restored back to the base value to make sure no one complaining about it
  • Added initial and untested Folia support, #419
  • Fixed an NPE error when reading scoreboardTeam packet
    • Some plugins making bad changes to these packets which shouldn't be that way, so to resolve we added extra conditions
  • Fixed an uncommon CME error which was impossible to reproduce (some users had the chance to catch it)

From v5.7.3

  • Fix when plugin did not booted on legacy versions
  • Fix when sometimes globalgroup did not displayed
  • Added option to use luckperms's weight for sorting or not
  • A few config comments have been clarified for better understanding
  • Improved objects loading which fixes the issue when changed object type to another and after reload it didn't displayed
  • Fixed when plugins used minimessage as dependency and recognised that kyori Serializer's is exist, #420