danjono / Inventory-Rollback

Allows server moderators to restore player items and data from backups.
MIT License
36 stars 20 forks source link

Doble items #25

Closed Javier81963 closed 4 years ago

Javier81963 commented 4 years ago

Idk why, but the plugin duplicates items when the users join in, its no error in the console

danjono commented 4 years ago

I'm going to assume you mean it does two backups instead of one when a player joins instead of it duplicating items for the player.

It doesn't do this by default so it must be a conflicting plugin. Inventory Rollback listens to the PlayerJoinEvent and logs whenever that is fired. There must be another plugin you have running that for whatever reasons makes the event fire twice causing duplicate backups.

Are you able to provide any more information about your setup or if you have any ideas yourself what could be causing it?

Javier81963 commented 4 years ago

Im so sorry, it was another plugin, not yours, thank you for answer me