Tonnanto / BasicQuests

A plugin for Spigot servers that implements randomly generated basic quests with rewards for players.
GNU General Public License v3.0
11 stars 4 forks source link

Log spam #20

Closed turpie closed 1 year ago

turpie commented 2 years ago

Is there a way to prevent BasicQuests from filling my logs with these useless messages every 10 minutes?

[02:39:52] [Server thread/INFO]: [BasicQuests] Successfully saved PlayerData of 0 players [02:49:52] [Server thread/INFO]: [BasicQuests] Successfully saved PlayerData of 0 players [02:59:52] [Server thread/INFO]: [BasicQuests] Successfully saved PlayerData of 0 players [03:09:52] [Server thread/INFO]: [BasicQuests] Successfully saved PlayerData of 0 players [03:19:52] [Server thread/INFO]: [BasicQuests] Successfully saved PlayerData of 0 players

P.S. Thanks for the great plugin.

Tonnanto commented 2 years ago

Oh... yeah that is definitely something I will look into in the next version. I'm afraid there is no way to prevent this as of now. Sorry. Thanks for the feedback though! I'm glad that you enjoy the plugin.

Tonnanto commented 1 year ago

In the new patch (v0.4.1) these save messages no longer appear when 0 players are online.

Tonnanto commented 1 year ago

Just realized that I messed something up with the log messages so that they might still appear (with the build on spigot.org). You can download the .jar file from GitHub directly to have fixed :)

turpie commented 1 year ago

Thanks heaps, I'll update soon.