Important
📝This project arose with the inspiration of Masterwow.net server and now takes another way, now we focus on saving and providing you with the largest amount of addons of the 3 most played versions of wow Lichking 3.3.5, Cataclysm 4. 3.4 and Pandarian 5.4.8 from today 30 Sep 2024, a new app is born that will grow with the help of the community for now being very small and basing and creating itself from the hand of free services like github. who knows where we will
Join our Discord!
🔥 Features of MaddonsManager
- 🔥 Addons for private server to Lichking, Cataclysm, Pandarian.
- 🔥 ElvUI profiles
- 🔥 WeakAuras profiles
- 📝 Alot of Guides
and many updates are coming, roadmap coming soon...
🪲 if you find a bug please open an issue
💭 if you have any question or suggestion please open a discussion
follow this template to include
a new Addon with pr on this repo
Fork this repository and clone it locally:
git clone https://github.com/PentSec/MaddonsManager.git
-
Go to the
API/Addons/
folder and inside create new Folder with name of addon and version/Example3.3.5/
, then put the addon.zip file image and post.md.- same instructions for ElvUI and WeakAuras profiles but in API/ElvUI and API/WeakAuras and need add extra file.txt with string of profile and without .zip of course.
-
in post.md you can add Description, Guide, Screenshots, Videos, etc. all as you want and you can use markdown to format your text.
-
Go to the
API/Maddons.json
,API/ElvUI.json
API/WeakAuras.json
and add the information about your Addons, ElvUI or WeakAuras, following the structure:- same instructions for ElvUI and WeakAuras profiles but in API/ElvUI and API/WeakAuras
final estructure of Folders and files:
├── API
│ ├── Addons
│ │ ├── Addon-name3.3.5
│ │ │ ├── Addon-name3.3.5.zip
│ │ │ ├── post.md
│ │ │ └── Addon-name3.3.5.webp
├── API
│ ├── ElvUI or WeakAuras
│ │ ├── ElvUI-name3.3.5
│ │ │ ├── ElvUI-name3.3.5.txt
│ │ │ ├── post.md
│ │ │ └── ElvUI-name3.3.5.webp
Warning
- The name of folder must be the same as the file_name in the json.
- The name of the file.zip must be the same as the file_name in the json.
- name of the webp image must be the same as the file_name in the json.
- file_name cant be spaced or special characters.
- Remember to optimize image for web to webp, you can use squoosh or my python script.
- post.md, image.webp, .zip must be in the same folder
- Only .webp images are supported.
- The size limit for webp is 50kb.
- JSON Template:
{
"title": "Your Addon Title",
"file_name": "name_of_folder",
"description": "short descriptions of your addons",
"author": "Addons Author",
"pr_author": "Your Github Username",
"avatar_pr_author": "https://avatars.githubusercontent.com/u/11955573?v=4",
"expansion": [
"Cataclysm"
],
"tags": [
"General",
"PvE",
"PvP"
],
"roles": [
"DPS",
"TANK",
"HEALER"
],
"class": [
"All"
]
},
Warning
- This are cases sensitive.
- You can obtain the avatar link from your github profile right click on your avatar and copy the link.
- You can see the Author addons in the .toc file inside folder addons
- expansions:
- Cataclysm
- Lichking
- Pandarian
- tags:
- General
- PvE
- PvP
- roles:
- All
- DPS
- TANK
- HEALER
- classes:
- All
- Rogue
- Warrior
- Paladin
- Death Knight
- Druid
- Hunter
- Mage
- Monk
- Priest
- Shaman
- Warlock
created and maintened with 💖 by PentSec
Help me with a tip.