Hello fellow developers for console addons,
please take your time to read this to make console addon development a fair-play. Thank you!
What you should not do:
1. Spy, copy addon code (even if modified) or ideas (intelectual property) from PC addons without providing proper credit clearly visible at your console addon description at the Bethesda website
2. Develop the same exisitng PC addon for consoles without asking the author of the PC addon first if that is okay or he/she plans to do that themselves. Especially do not use the same or similar names and release that under your name then! Be fair and communicate in advance. You find us all at
https://www.esoui.com and
https://app.gitter.im/#/room/#esoui_esoui:gitter.im
3. Release any of our PC addons or libraries on console with the same name, just so you can test them.
If you want to do that talk to us first (see point 2).
If you cannot reach out, make sure that released libs/addons do ONLY load for yourself by adding something like
if GetDisplayName() ~= "@YourAccountName" then return end
to the top of the lib's/addon's files
Make sure to remove the upload later again once your tests were done. If you find a way to make them compatible with consoles talk to the original dev so he/she can release it, and provide proper credit to you (or you release it with his/her permissions).
Thank you for following that, be fair, repsect intelectual property and if we say no, this means no! Do not (try to) circumvent it!
AddOns and libraries of consoles are monitored and reported to bethesda if we find any stolen intelectual property without further descripiton, where you detail that it was taken elsewher and you got the ok.
If you do not communicate in advance, do not complain in the end.
This will also harm the community, especially for the users who just want to use the addons and do not understand why we have to remove them again...
If we find any renamed code or files of our own addons, where we did not provide an okay to upload them (and if we do that we got technical and other reasons you should respect; we do not do that cuz we are lazy or want to harm or brake the console addons... We got experience since 2014 and know what we do, while you just started to get into the topic

) these will be removed by Bethesda either way.
Thank you for your understanding, communication always wins, so use it.