The unique
plugin prevents from nodes with same titles coexisting (create/move/rename) in the same parent.
Whenever the plugin stops an action (because it violates the unique policy) this function will bre triggered in current tree's scope, receiving the name, siblings and function name that caused the conflict.
Try moving the child nodes together (drag'n'drop).
Used internally - checks the names array against the sibling nodes for matches.