Rosewood-Development / PlayerPoints

A free plugin for points currency (with SQL support)
GNU General Public License v3.0
59 stars 44 forks source link

Fix for PaperSpigot hasPlayedBefore #11

Closed simon44556 closed 3 years ago

simon44556 commented 3 years ago

Fixes player not found on first joins. I think this is only for paper spigot.

Esophose commented 3 years ago

I suppose it would make sense for hasPlayedBefore to return false if it's the player's first time on the server. Would be kind of weird if it was only for Paper though. I never tested checking a player's balance if it's the first time they joined, so I would have completely missed something like this. Thanks for the contribution!