I have created the scoreboard leave. It should count up when I leave the Game. It doesn't. The strange thing is: It worked in older snapshots!
/scoreboard objectives add join stat.leaveGame
The Server File:
Server.zip 28.563 KB
Comments 4
You have a command block setting all tracked player's "login" score to 0 (found on the bottom clock of 3):
/scoreboard players set * join 0
Cannot confirm, score does increment correctly after logging out (tested both singleplayer and multiplayer).