MySQL database table not being createdNot An Issue
At first, I received a connection error and fixed that. I have verified the username has full permissions to the database.

Afterward, I look at the database, but there was no table created.
I assumed it would be created automatically based on instructions.

Should it be created on plugin load?
If so, any ideas?
Hey Bumfuzzler,
No it is not populated directly during plugin load. It is stored in memory in a hashset before being written to the database.
Please save the server and re-connect, reload the plugin and you should see data populate in the database.
5b6e8e8102e58.jpg FakeNinja
Hey Bumfuzzler,
No it is not populated directly during plugin load. It is stored in memory in a hashset before being written to the database.
Please save the server and re-connect, reload the plugin and you should see data populate in the database.

Thanks for your fast reply and sorry for my slow one!

Turns out my logs were hosed and weren't showing my connection issue. Now it's working great! Great plugin.

Locked automatically