You don't need a plugin for this because construct already supports multitouch. You must make paddles respond to touch by a certain Id (Touch.id)
Eg: On paddle touch, set variable "Player_ID"to touch.id
If player_Id = touch id, then set position to touch.position