PlayPro / CoreProtect

CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
Artistic License 2.0
582 stars 259 forks source link

Rollback does not work when inventory is full #559

Open mikinol opened 3 weeks ago

mikinol commented 3 weeks ago

When you try to roll back resources to a player with a full inventory, the resources disappear, although everything is fine in the logs I suggest simply throwing items on the ground if the player doesn't have room in their inventory.

Intelli commented 2 weeks ago

This is intended behavior, and will never be an issue with a standard rollback command based off the current state.

For example: /co rollback a:inventory t:30m u:username

Inventory rollbacks both remove and add items, so dropping items on the ground could result in item duplication.