Add an owner to untied crateSolved

Please, add an OwnerID to untied crate so plugins like Prevent Looting were able to prevent them from being looted by other players.

                        Invoke(Untie, _ins._pluginConfig.UntieDuration);
                        Box.OwnerID = Player.userID;
                        if (_ins._pluginConfig.ShowUntieMessage)

This will not brake anything in any other situations anyways.
Thanks in advance!

Added in version 1.0.11. Can be enabled in the config under: "Set box owner as untie player"
Thank you! <3
Locked automatically