HubThat 10.1.184

Details

  • Filename
    HubThat-10.1.184.jar
  • Uploaded by
  • Uploaded
    Jun 25, 2020
  • Size
    80.05 KB
  • Downloads
    15,886
  • MD5
    a0d7e53da36f761a2fed3a9cdbf6ad9e

Supported Bukkit Versions

  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • CB 1.7.9-R0.2
  • CB 1.7.9-R0.1
  • 1.8.3
  • CB 1.7.2-R0.3
  • CB 1.7.2-R0.2
  • CB 1.7.2-R0.1
  • 1.7.4
  • 1.7.2

Changelog

Features and Fixes!

This updates introduces some changes, such as:

1. (bb5a9) (bcdad) performance & ram optimizations, with improved caching

2. (431c2) (eb7fe) fix for invisible players after teleportation
This problem was reported by @GameCrashed.

Sometimes, after players got teleported to the spawn/hub, they were invisible to other players. This is due to a bug in some older Spigot/CraftBukkit builds, however it can be fixed by preloading the destination chunk and giving the player an empty AIR item.

The fix can be enabled via config.yml:

settings:
  fix-invisible-after-tp: true 


3. (4fd71) Added the possibility to disable the "You have been teleported to Hub!" message on join, when this setting is enabled:

teleportation:
  teleport-to-hub-on-join: true

To disable the message, simply set this setting to false:

teleportation:
  send-tp-message-on-join: false


4. (b26c1) (4fd71) switched to Maven
The project has now been moved to Maven, so that building it does not require any particular configuration nor modification anymore.

5. (40399) Metrics updated to include new settings