-
HubThat 10.1.184 Stable
released this
2020-06-25 22:17:00 +02:00 | 22 commits to main since this releaseThis updates introduces some changes, such as:
-
(bb5a9) (bcdad) performance & ram optimizations, with improved caching
-
(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:
Code (YAML):
settings:
fix-invisible-after-tp: true-
(4fd71) Added the possibility to disable the "You have been teleported to Hub!" message on join, when this setting is enabled:
Code (YAML):
teleportation:
teleport-to-hub-on-join: true
To disable the message, simply set this setting to false:
Code (YAML):
teleportation:
send-tp-message-on-join: false -
(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. -
(40399) Metrics updated to include new settings
Downloads
-