plan-player-analytics / Plan

Player Analytics plugin for Minecraft Server platforms - View player activity of your server with ease. :calendar:
https://www.spigotmc.org/resources/plan-player-analytics.32536/
GNU Lesser General Public License v3.0
860 stars 170 forks source link

Add command to remove data from a bot attack #2232

Open AuroraLS3 opened 2 years ago

AuroraLS3 commented 2 years ago

I would like to be able to..

Remove data from a bot-attack easily

Is your feature request related to a problem? Please describe.

survey answer:

JinOuYongGu commented 2 years ago

That's what I was thinking too.

It's explained on this wiki page, but I think the steps a little cumbersome. https://github.com/plan-player-analytics/Plan/wiki/Database-management#removing-data-of-a-bot-attack

Because the current database structure is relatively complex, when I carry out the actual operation, I have to delete some table data before deleting other data (foreign key). And my operation may not be complete.

So I think it would be best if our dear author could implement the function by in-plugin command.