Fix: The previous update fixed the BossBar "health" drop. This was done by adding the player to the BossBar a single tick after it was created. However, if the player had left the elevator in the same tick they would still get added to a none existing BossBar the following tick causing an NPE. This has been fixed and should no longer occur.