Recent content by Pare06

  1. P

    Solved How can a Player be "not valid?"

    Yes, that was the reason. Thank you!
  2. P

    Solved How can a Player be "not valid?"

    When a player disconnects and then reconnects to my server, calling player.isValid() returns false, and it makes some things not work, like player.setScoreboard() (not showing any scoreboard) and player.teleport() (which returns false). How can isValid() return false? The documentation says that...