Hi wolf11th,
Yes, you can set property EditorOnPaste to PastePureText, then it will paste plaint text by default.
<CE:Editor ID="Editor1" runat="server" EditorOnPaste="PastePureText">
</CE:Editor>
Regards,
Ken