Rosewood-Development / PlayerPoints

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

lookAsync SQL error #9

Closed divios closed 3 years ago

divios commented 3 years ago

Hi! I'm using your api to add support for Mpoints to my plugin.

When i tried to get the points balance of a player, it returns this sql error https://pastebin.com/83ybpx7h.

Is really weird since i'm using the same method used on the lookCommand

Esophose commented 3 years ago

I don't see PlayerPoints referenced in that stacktrace anywhere, it looks like an SQL error on your side trying to access the mpoints_PlayerPoints table

divios commented 3 years ago

From line 14 to 17 is mpoints accesing that table, not mine

divios commented 3 years ago

Oh wait my bad, just realized my error, sorry hehe