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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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 select you folder expansion and create new Folder with name of addon and version /Example3.3.5/ and Example3.3.5.json, then put the Example3.3.5.zip file Example3.3.5.webp 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.

final estructure of Folders and files:

β”œβ”€β”€ API
β”‚   β”œβ”€β”€ Addons
β”‚   β”‚   β”œβ”€β”€ Lichking/ Cataclysm/ Pandarian/ Vanilla/ TBC/
β”‚   β”‚   β”‚   β”œβ”€β”€ Addon-name3.3.5.zip
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Addon-name3.3.5.webp
β”‚   β”‚   β”‚   β”‚   └── Addon-name3.3.5.zip
β”‚   β”‚   β”‚   β”œβ”€β”€ Addon-name3.3.5.json
β”œβ”€β”€ API
β”‚   β”œβ”€β”€ Elvui/ or WeakAuras/
β”‚   β”‚   β”œβ”€β”€ Lichking/ Cataclysm/ Pandarian/ Vanilla/ TBC/
β”‚   β”‚   β”‚   β”œβ”€β”€ Elvui-name3.3.5.zip
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Elvui-name3.3.5.webp
β”‚   β”‚   β”‚   β”‚   └── Elvui-name3.3.5.zip
β”‚   β”‚   β”‚   β”œβ”€β”€ Elvui-name3.3.5.json

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.
  • The name of the webp image must be the same as the file_name in the json.
  • The name of the json 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
tags: ["General", "PvE", "PvP", "All Categories", "Achievements", "Action Bars", "Artwork", "Auction & Economy", "Audio & Video", "Bags & Inventory", "Boss Encounters", "Buffs & Debuffs", "Chat & Communication", "Class", "Combat", "Data Export", "Development Tools", "Guild", "Libraries", "Mail", "Map & Minimap", "Minigames", "Miscellaneous", "Professions", "Quests & Leveling", "Roleplay", "Tooltip", "Unit Frames", "Companions"], 

expansions: ["Cataclysm", "Lichking", "Pandarian"], 

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.

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

Contributors 4

  •  
  •  
  •  
  •