Skip to content

Introducing MaddonManager a manager to install those addons lost in the history of wow Lichking, Cataclysm and Pandarian from private servers, help us to update our database to keep adding addons.

License

Notifications You must be signed in to change notification settings

PentSec/MaddonsManager

Repository files navigation

Maddons Manager

Maddons Manager


GitHub Repo stars GitHub Downloads (all assets, all releases) GitHub Issues or Pull Requests GitHub last commit GitHub Release Discord

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

🌟 if you think this App is useful for you, please give me a Star 🌟

Join on Discord

Join our Discord!

Getting Started

🔥 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...

🤔 Need Help?

🪲 if you find a bug please open an issue

💭 if you have any question or suggestion please open a discussion

📷 ScreenShots

image


💻 PR to add a new Addon

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
  1. 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.
  2. in post.md you can add Description, Guide, Screenshots, Videos, etc. all as you want and you can use markdown to format your text.

  3. 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:

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"
        ]
    },

availables expansions, tags, roles, classes

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

Developed and Maintained by

created and maintened with 💖 by PentSec

Help me with a tip.

paypal

Contributors

About

Introducing MaddonManager a manager to install those addons lost in the history of wow Lichking, Cataclysm and Pandarian from private servers, help us to update our database to keep adding addons.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published