Loading...

Help with Plugin Framework/Create a Plugin for ElvUI

1
so,
this day someone told me why i dont create an Plugin for ElvUI so i dont have to do minor changes everytime ElvUI Release a new Update.

i change just 2 littel things;

Path: ElvUI > Modules > Auras > Auras.lua

Code: Select all

123 / button.count:Point('CENTER', -1 + A.db.countXOffset, 1 + A.db.countYOffset) 

Code: Select all

395 / child.count:Point('CENTER', -1 + A.db.countXOffset, 0 + A.db.countYOffset)
i changed it from BOTTOMRIGHT to CENTER but have no clue how i have to create the Plugin, i have no experience with coding etc. so its super strange for me, would be nice if someone could help me with this

Thanks

Help with Plugin Framework/Create a Plugin for ElvUI

3
madnessmersa wrote: Wed Oct 21, 2020 11:04 pm so,
this day someone told me why i dont create an Plugin for ElvUI so i dont have to do minor changes everytime ElvUI Release a new Update.

i change just 2 littel things;

Path: ElvUI > Modules > Auras > Auras.lua

Code: Select all

123 / button.count:Point('CENTER', -1 + A.db.countXOffset, 1 + A.db.countYOffset) 

Code: Select all

395 / child.count:Point('CENTER', -1 + A.db.countXOffset, 0 + A.db.countYOffset)
i changed it from BOTTOMRIGHT to CENTER but have no clue how i have to create the Plugin, i have no experience with coding etc. so its super strange for me, would be nice if someone could help me with this

Thanks
I removed those offsets.. You can adjust it as necessary now