chaseoes / FirstJoinPlus

Customize all aspects of new players joining for the first time.
http://dev.bukkit.org/bukkit-plugins/firstjoinplus/
11 stars 16 forks source link

Says a player has logged in for the first time every time when the DEBUG config setting is on #14

Closed clucky closed 11 years ago

clucky commented 11 years ago

The title says it all pretty much... but let me break it down...

If you set debug to true in the configuration, it will say "BLah blah has logged in for the first time (same player count every time)" every time them or anyone else logs in. I've seen this same bug before and it was due to not properly hooking into the Bukkit API, so look there.

chaseoes commented 11 years ago

This is not a bug. This is the intended function of the debug option. It will treat every join as a first join (mainly for debugging and testing, as enabling this is easier than deleting your player.dat file every time).