When you are teleportating while any box is open hook
OnLootEntityEndisnt triggering. It can call a lot of bugs with plugins that based on that hook. Easily fixable by
public void Teleport(BasePlayer player, Vector3 position)
{
player.EndLooting();line 3061