• v10.1.184 4fd71e0241

    bea released this 2020-06-25 22:17:00 +02:00 | 22 commits to main since this release

    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:
    Code (YAML):
    settings:
    fix-invisible-after-tp: true

    1. (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

    2. (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.

    3. (40399) Metrics updated to include new settings

    Downloads