You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However when hopping on the server and trying to /ps info inside a known field, I get "No fields found".
Only newly placed precious stones actually seem to take effect.
Is there a fix or workaround for this?
The text was updated successfully, but these errors were encountered:
Taking a further look into the database, it looks like newer versions of PreciousStones started using different "type_id" values within the fields table. The values went from 16, 21, 129 in the old rows, to "22934, 30965, ?" in the new rows.
I think somewhere down the line I missed a db migration step but it should be as easy as modifying the existing table data to match the new values. Where the plugin defines which type_id belongs to which field type I've yet to find out, they're not found anywhere in the config.yml or database.
Hey so I've been using this plugin for a long time, way before the forks so my database is very old. I'm using sqlite specifically.
When updating to the 1.18 release found here, the startup logs show that the plugin is detecting the fields, or at least how many fields there are:
However when hopping on the server and trying to /ps info inside a known field, I get "No fields found".
Only newly placed precious stones actually seem to take effect.
Is there a fix or workaround for this?
The text was updated successfully, but these errors were encountered: