From 8be866a860a7b9b7d8b4101896a41b73a7676c9c Mon Sep 17 00:00:00 2001 From: crazycat256 <63475640+crazycat256@users.noreply.github.com> Date: Sun, 22 Sep 2024 16:45:03 +0200 Subject: [PATCH] Update JSON files --- .github/ISSUE_TEMPLATE/addon_ver.yml | 40 +++++ .github/workflows/addons.yml | 62 +++++++ README.md | 5 + addons-unver.json | 1 + addons-ver.json | 1 + addons.py | 248 +++++++++++++++++++++++++++ inject.json | 15 ++ requirements.txt | 1 + verified.json | 34 ++++ 9 files changed, 407 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/addon_ver.yml create mode 100644 .github/workflows/addons.yml create mode 100644 README.md create mode 100644 addons-unver.json create mode 100644 addons-ver.json create mode 100644 addons.py create mode 100644 inject.json create mode 100644 requirements.txt create mode 100644 verified.json diff --git a/.github/ISSUE_TEMPLATE/addon_ver.yml b/.github/ISSUE_TEMPLATE/addon_ver.yml new file mode 100644 index 00000000..475436a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/addon_ver.yml @@ -0,0 +1,40 @@ +name: Addon verification +description: A request your Meteor Client addon to be added to MeteorAddons.md +title: "Addon Verification" +labels: [addon] +body: + - type: input + id: name + attributes: + label: Addon name + placeholder: dupe-meteor-addon + - type: textarea + id: description + attributes: + label: Description + placeholder: An addon for the dupe + - type: textarea + id: links + attributes: + label: Links + placeholder: github.com/MeteorDevelopment/meteor-client + description: Any relevant links to your addon. Eg. repository + - type: input + id: icon + attributes: + label: Addon icon url + placeholder: github.com/MeteorDevelopment/meteor-addon-template/blob/main/src/main/resources/assets/template/icon.png + description: Preferably the same icon used in fabric.mod.json + - type: textarea + id: authors + attributes: + label: Authors + placeholder: Me + - type: checkboxes + id: is-open-source + attributes: + label: Is your addon open-source? + description: Check if code for your addon is avaliable on GitHub or any site + options: + - label: Open-source + required: false \ No newline at end of file diff --git a/.github/workflows/addons.yml b/.github/workflows/addons.yml new file mode 100644 index 00000000..bb100681 --- /dev/null +++ b/.github/workflows/addons.yml @@ -0,0 +1,62 @@ +name: generate addons.json + +concurrency: + group: "main" + cancel-in-progress: false + +on: + push: + paths: + - 'addons.py' + - 'verified.json' + - 'inject.json' + - '.github/workflows/addons.yml' + schedule: + - cron: "0 5 * * *" + workflow_dispatch: + +jobs: + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + - name: Set up Python 3.8 + uses: actions/setup-python@v2 + with: + python-version: '3.8' + architecture: 'x64' + + # Cache dependencies. From: + # https://github.com/actions/cache/blob/master/examples.md#python---pip + - uses: actions/cache@v2 + with: + path: ~/.cache/pip + key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} + restore-keys: | + ${{ runner.os }}-pip- + # Install dependencies with `pip` + - name: Install requirements + run: | + python3 -m pip install --upgrade pip setuptools wheel + python3 -m pip install -r requirements.txt + - name: Generate JSON files + run: | + python3 --version + python3 addons.py + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + + # Commits all changed files to the repository + - name: Commit to the repo + run: | + git config user.name "AntiCope" + git config user.email "null" + git add . + # "echo" returns true so the build succeeds, even if no changed files + git commit --amend -m 'Update JSON files' || echo + git push --force diff --git a/README.md b/README.md new file mode 100644 index 00000000..d6dab941 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +
diff --git a/addons-unver.json b/addons-unver.json new file mode 100644 index 00000000..9ac699d4 --- /dev/null +++ b/addons-unver.json @@ -0,0 +1 @@ +[{"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/solaritygh/meteor-glitch-fly/master/src/main/resources/assets/template/icon.png", "id": "solaritygh/meteor-glitch-fly", "links": {"github": "https://github.com/solaritygh/meteor-glitch-fly"}, "name": "Addon Template", "stars": 0, "last_update": "2024-10-06T15:57:13Z", "downloads": 0, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "An addon template for Meteor Client addons."}, {"authors": ["orsond", "rfresh", "odpay", "pepsi boy", "brownman_20"], "features": ["AutoSign", "BanEvasion", "InventoryDupe", "BetterFlight", "StreamerMode", "BuildPoop", "AutoWither", "FastProjectile", "GrieferTracer", "WaypointSync", "AutoCutie", "LecternCrash", "AutoLava", "AntiAim", "Gun", "ChestStealerAura", "AutoTranslate", "OriginsModule", "SitBypass", "LarpModule", "GameModeNotifier", "CopyIPCMD", "VanityTagCMD", "VelocityTeleportCMD"], "feature_count": 24, "icon": "https://raw.githubusercontent.com/calicosun258/5c-client-N/main/src/main/resources/assets/nc/icon.png", "id": "calicosun258/5c-client-N", "links": {"github": "https://github.com/calicosun258/5c-client-N", "download": "https://github.com/calicosun258/5c-client-N/releases/download/bsb-edition-v1/n_bsbxbm_edition-1.20.1-4.jar"}, "name": "N BSB Edition", "stars": 12, "last_update": "2023-10-21T16:16:22Z", "downloads": 354, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "this is a fully open src version of the fifth columns client N decompiled by brownman_20"}, {"authors": ["CapyKing10"], "features": ["module"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/555-development/555-addon/main/src/main/resources/assets/fivefivefiveaddon/icon.png", "id": "555-development/555-addon", "links": {"github": "https://github.com/555-development/555-addon", "download": "https://github.com/555-development/555-addon/releases/download/releasw/555-0.0.1.jar"}, "name": "FiveFiveFiveAddon", "stars": 1, "last_update": "2024-08-31T14:11:22Z", "downloads": 7, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "idk"}, {"authors": ["18deaths", "GhostTypes", "PFTPancake"], "features": [], "feature_count": 0, "icon": null, "id": "unnamedlife/bbcware", "links": {"github": "https://github.com/unnamedlife/bbcware", "download": "https://github.com/unnamedlife/bbcware/releases/download/1.0.5/bbc-ware-v1.0.5.jar", "discord": "https://discord.gg/UbuM7Cxtew"}, "name": "BBC", "stars": 14, "last_update": "2022-09-27T10:44:46Z", "downloads": 365, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Strongest Minecraft PVP Utility for 1.19.2"}, {"authors": ["Olejka", "Neki_play", "Vazgen005"], "features": ["Eclip", "InventoryProfiles", "ServerSpoofPlus", "TriggerBot", "EyeFinder", "InventoryMovePlus", "MiddleClickExtraPlus", "KillAuraBetter", "AutoDropPlus", "NoFallPlus", "SpeedPlus", "FlyPlus", "SpiderPlus", "JesusPlus", "BoatAura", "BedrockStorageBruteforce", "AutoSell", "AutoCraftPlus", "AutoPortalMine", "XrayBruteforce", "AutoLeave", "AutoAccept", "AutoRepair", "GhostBlockFixer", "SafeMine", "Freeze", "Noclip", "AntiBotPlus", "CustomImageHud", "AnimeHud", "MeteorPlusLogoHud"], "feature_count": 31, "icon": "https://raw.githubusercontent.com/Aholicknight/MeteorPlus/main/src/main/resources/assets/plus/icon.png", "id": "Aholicknight/MeteorPlus", "links": {"github": "https://github.com/Aholicknight/MeteorPlus", "discord": "https://discord.gg/NUCqxgxAnk"}, "name": "MeteorPlus", "stars": 0, "last_update": "2022-11-24T15:25:44Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor client that adds many blatant features."}, {"authors": ["KassuK and OLEPOSSU"], "features": ["AnteroTaateli", "AntiAim", "AntiCrawl", "AutoAnchorPlus", "AutoCraftingTable", "AutoCrystalRewrite", "AutoEz", "AutoMend", "AutoMine", "AutoMoan", "AutoPearl", "AutoTrapPlus", "BedBomb", "ButtonAura", "CustomFOV", "Disabler", "FastXP", "FeetESP", "FlightPlus", "Fog", "HoleFillRewrite", "HoleSnap", "KassuKAura", "LightsOut", "JumpModify", "OffHandPlus", "PacketCrash", "PacketFly", "ForceSneak", "PurpleSpinnyThingBlowerUpererAndPlacer", "ResetVL", "RPC", "ScaffoldPlus", "SelfTrapPlus", "SpeedPlus", "SprintPlus", "StrictNoSlow", "Suicide", "SurroundPlus", "SwingModifier", "TickShift", "WeakAlert", "FacingSettings", "RangeSettings", "RaytraceSettings", "RotationSettings", "SwingSettings", "BlackoutGit", "Coords"], "feature_count": 49, "icon": null, "id": "tympanicblock61/BlackOut", "links": {"github": "https://github.com/tympanicblock61/BlackOut", "discord": "https://discord.gg/mmWz9Dz4Y9"}, "name": "Blackout", "stars": 0, "last_update": "2023-04-16T09:35:56Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Plugin for meteor client adding more features mostly focusing on CPVP"}, {"authors": ["seasnail"], "features": ["ChatyBot", "dupe", "NoFall", "autoFarm", "VeinMiner", "RendererUtils", "ArrowBlock", "KillAuraCrit", "AutoFishPlus", "Trajectories", "AutoEXP", "JumpEffect", "hunt", "autoMove", "ESP", "CommandExample"], "feature_count": 16, "icon": "https://raw.githubusercontent.com/Ell1ott/Realistic-Addon/main/src/main/resources/assets/template/icon.png", "id": "Ell1ott/Realistic-Addon", "links": {"github": "https://github.com/Ell1ott/Realistic-Addon", "download": "https://github.com/Ell1ott/Realistic-Addon/releases/download/latest/addon-template-0.1.0.jar"}, "name": "Addon Template", "stars": 0, "last_update": "2023-04-08T09:01:43Z", "downloads": 41, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons."}, {"authors": ["Wide_Cat"], "features": ["ItemFrameDupe"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Wide-Cat/item-frame-dupe-addon/main/src/main/resources/assets/template/icon.png", "id": "Wide-Cat/item-frame-dupe-addon", "links": {"github": "https://github.com/Wide-Cat/item-frame-dupe-addon", "download": "https://github.com/Wide-Cat/item-frame-dupe-addon/releases/download/0.5/item-frame-dupe-addon-0.5.jar"}, "name": "Item Frame Dupe", "stars": 6, "last_update": "2023-01-03T18:44:14Z", "downloads": 1442, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "meteor addon to assist in the item frame dupe"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/TheApple05/Auto-Stonecutter/master/src/main/resources/assets/template/icon.png", "id": "TheApple05/Auto-Stonecutter", "links": {"github": "https://github.com/TheApple05/Auto-Stonecutter"}, "name": "Addon Template", "stars": 0, "last_update": "2024-10-05T09:35:49Z", "downloads": 0, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "An addon template for Meteor Client addons."}, {"authors": ["Jalvaviel"], "features": ["MapDownloader", "MapBoundaries", "MushroomBiomeColors", "FastBreaker", "ElytraBoostPlus", "BiomeColorChanger", "Pos1", "Pos2"], "feature_count": 8, "icon": "https://raw.githubusercontent.com/Jalvaviel/JalvaAddon/1.21/src/main/resources/assets/jalvaaddon/icon.png", "id": "Jalvaviel/JalvaAddon", "links": {"github": "https://github.com/Jalvaviel/JalvaAddon"}, "name": "JalvaAddon", "stars": 1, "last_update": "2024-10-31T00:05:17Z", "downloads": 0, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Meteor modules made by Jalvaviel"}, {"authors": ["Gurkenwerfer_"], "features": ["NoChestRender", "DubCounter", "AutoItemMove", "BedrockESP", "Gurkwalk", "Gurkfly", "PacketLogger", "FakeCreativeBypass", "WorldGuardBypass", "CamClip", "AutoClip"], "feature_count": 11, "icon": "https://raw.githubusercontent.com/or0802/gurkens-gadgetry-public/1.20.4IamNotaProgrammerReallyPoorlyCoodedProbably/src/main/resources/assets/gurk/logo.png", "id": "or0802/gurkens-gadgetry-public", "links": {"github": "https://github.com/or0802/gurkens-gadgetry-public", "download": "https://github.com/or0802/gurkens-gadgetry-public/releases/download/v1.3.2-1.20.4/gurkens-gadgetry-1.3.2.jar", "homepage": "https://anticope.pages.dev/addons/?addon=stefexec%2Fgurkens-gadgetry-public&page=2"}, "name": "Gurken's Gadgetry", "stars": 0, "last_update": "2024-08-02T14:37:34Z", "downloads": 3, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "An assortment of various useful utility mods. Addon to be used with the latest dev build of Meteor Client."}, {"authors": ["Crosby"], "features": [], "feature_count": 0, "icon": null, "id": "RacoonDog/meteor-norbit", "links": {"github": "https://github.com/RacoonDog/meteor-norbit", "download": "https://github.com/RacoonDog/meteor-norbit/releases/download/latest/meteor-norbit-1.1.0.jar", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Meteor Norbit", "stars": 1, "last_update": "2024-01-25T00:29:09Z", "downloads": 23, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Meteor Client addon to replace the event bus with norbit's implementation"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/hairy-tortoise/meteor-yoh/master/src/main/resources/assets/template/icon.png", "id": "hairy-tortoise/meteor-yoh", "links": {"github": "https://github.com/hairy-tortoise/meteor-yoh"}, "name": "Addon Template", "stars": 0, "last_update": "2023-11-03T01:00:52Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons."}, {"authors": ["Tyler"], "features": ["CobbleNuker", "Door", "Fightbot", "DeleteAllTest", "Disabler", "BlockFarmer", "Speedrun", "ExplodeCalc", "TeleportInfo", "ClickTp", "InfiniteAura", "Follower", "MultiSpinbot", "AutoSteal", "FreecamFly", "StacisBotTest", "LOTEST", "UpFly", "SimpleClickTp", "TorchSpam", "BetterMine", "PacketLogger", "BackAndForth", "LongDistanceTest", "CollisionRender", "uhhhh", "BetterFly", "Craw", "Blank", "infAnchor", "StopSleeping", "GetClosestVehicleId", "Interact", "TPBack", "SendFull", "AcceptTp", "Getid", "Smack", "AIDSon", "AIDSoff", "Trap", "Stop", "TpTo", "TestCommand", "TestCommand2", "Mine", "TP2cam", "Teleport", "Craft", "ItemCollect", "...and 2 more"], "feature_count": 52, "icon": null, "id": "Not-a-Tyler/AutoplayAddon", "links": {"github": "https://github.com/Not-a-Tyler/AutoplayAddon"}, "name": "AutoplayAddon", "stars": 17, "last_update": "2023-10-28T05:49:27Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Meteor addon that tries to beat minecraft. Currently in developement"}, {"authors": ["seasnail8169", "MineGame159", "supakeks", "tyrannus", "GhostTypes", "bowlz", "Gilded"], "features": ["AntiCity", "AntiClip", "AntiVoid", "AutoAnvil", "AutoPot", "AutoVoid", "ArmorMessage", "EChestPhase", "EgapFinder", "FunnyCrystal", "Moses", "PacketLogger", "StructureFinder", "VenomCrystal", "BurrowMiner", "AutoCityPlus", "CrystalBreakSpeed", "BoatFly", "Surround", "BedSaver"], "feature_count": 20, "icon": "https://raw.githubusercontent.com/BedTrap/meteor-plus/main/src/main/resources/assets/meteor-plus/icon.png", "id": "BedTrap/meteor-plus", "links": {"github": "https://github.com/BedTrap/meteor-plus"}, "name": "Meteor Plus", "stars": 5, "last_update": "2022-08-09T00:38:50Z", "downloads": 0, "mc_version": "1.17", "status": {"archived": false}, "verified": false, "summary": "The real Meteor+ addon by Seasnail"}, {"authors": ["Neki_play", "Olejka", "Vazgen005"], "features": ["Eclip", "FastLadderPlus", "TriggerBot", "EyeFinder", "InventoryMovePlus", "MiddleClickExtraPlus", "AutoDropPlus", "SpeedPlus", "FlyPlus", "JesusPlus", "BoatAura", "BedrockStorageBruteforce", "AutoCraftPlus", "AutoPortalMine", "XrayBruteforce", "AutoLeave", "AutoAccept", "GhostBlockFixer", "SafeMine", "Freeze", "XaeroWorldMapTab", "JourneyMapTab", "HiddenModulesTab"], "feature_count": 23, "icon": "https://raw.githubusercontent.com/hexadecimal233/MeteorPlus/main/src/main/resources/assets/meteorplus/icon.png", "id": "hexadecimal233/MeteorPlus", "links": {"github": "https://github.com/hexadecimal233/MeteorPlus"}, "name": "Meteor Plus", "stars": 0, "last_update": "2023-08-05T15:05:44Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor client that adds many blatant features."}, {"authors": ["Tympanicblock61"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/tympanicblock61/mineraddon/master/src/main/resources/assets/miner/icon.png", "id": "tympanicblock61/mineraddon", "links": {"github": "https://github.com/tympanicblock61/mineraddon"}, "name": "Miner Addon", "stars": 0, "last_update": "2024-07-07T16:59:39Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "add mining game stuff?"}, {"authors": ["Walaryne", "Cloudburst"], "features": ["AntiCrystal", "AntiCrystalPhase", "AutoGriffer", "BedrockWalk", "Confetti", "FuckedDetector", "PauseOnUnloaded", "TanukiPacketFly"], "feature_count": 8, "icon": "https://raw.githubusercontent.com/tympanicblock61/tanuki/master/src/main/resources/assets/tanuki/icon.png", "id": "tympanicblock61/tanuki", "links": {"github": "https://github.com/tympanicblock61/tanuki", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Tanuki", "stars": 0, "last_update": "2023-04-16T13:14:13Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons."}, {"authors": ["seasnail1"], "features": ["VisualRange", "BurrowEsp", "FOV", "discordRPC", "AutoAnchor", "XPautomation", "autoTrap", "webAura", "antiAim", "SelfAnvil", "ChatControl", "AutoEZ"], "feature_count": 12, "icon": "https://raw.githubusercontent.com/user93390/seasnail1/main/src/main/resources/assets/logo.png", "id": "user93390/seasnail1", "links": {"github": "https://github.com/user93390/seasnail1", "download": "https://github.com/user93390/seasnail1/releases/download/1.2.0/Snail%2B%2B.1.2.0.jar", "discord": "https://discord.gg/nh9pjVhsVb"}, "name": "snail++", "stars": 9, "last_update": "2024-10-29T23:54:36Z", "downloads": 8, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Now public Minecraft anarchy addon for Meteor client (1.21.1-1.20.4)"}, {"authors": ["FlexCoral", "seasnail8169", "Cloudburst"], "features": ["VillagerRoller"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/AntiCope/meteor-villager-roller/main/src/main/resources/assets/template/icon.png", "id": "AntiCope/meteor-villager-roller", "links": {"github": "https://github.com/AntiCope/meteor-villager-roller"}, "name": "Meteor Villager Roller", "stars": 0, "last_update": "2022-05-01T09:13:26Z", "downloads": 0, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "Module for Meteor Client that continiously breaks and places work block of villager until it has desired trade"}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AntiBot", "AntiSpawnpoint", "AntiVanish", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "BonemealAura", "Boost", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Lavacast", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "SilentDisconnect", "SkeletonESP", "SoundLocator", "TillAura", "TreeAura", "CenterCommand", "ClearChatCommand", "GhostCommand", "GiveCommand", "HeadsCommand", "KickCommand", "LocateCommand", "PanicCommand", "ReconnectCommand", "ServerCommand", "...and 7 more"], "feature_count": 57, "icon": "https://raw.githubusercontent.com/EpicPlayerA10/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "EpicPlayerA10/meteor-rejects", "links": {"github": "https://github.com/EpicPlayerA10/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 2, "last_update": "2022-11-22T11:40:53Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client that features that won't be added to Meteor. Because they were either rejected or are ports from other clients."}, {"authors": ["l1tecorejz"], "features": ["Offhand", "AutoTotem"], "feature_count": 2, "icon": null, "id": "l1tecorejz/Perfect-Auto-Totem", "links": {"github": "https://github.com/l1tecorejz/Perfect-Auto-Totem", "download": "https://github.com/l1tecorejz/Perfect-Auto-Totem/releases/download/latest/perfect-auto-totem-0.1.4.jar"}, "name": "Perfect Auto Totem", "stars": 10, "last_update": "2023-10-25T17:58:32Z", "downloads": 60, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "This auto totem has no fatal flaws. Change my mind"}, {"authors": ["EurekaEffect", "Kirigaya"], "features": ["NotifyHud"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/BedTrap/Atlas/main/src/main/resources/assets/atlas/icon.png", "id": "BedTrap/Atlas", "links": {"github": "https://github.com/BedTrap/Atlas"}, "name": "Atlas", "stars": 4, "last_update": "2022-11-14T14:31:43Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "Private Meteor Addon."}, {"authors": ["pixo2000"], "features": ["AutoDoors", "BookTools", "MineESP", "PagePirate", "BannerData", "RocketMan", "AxolotlTools", "TreasureESP", "Updraft", "AutoPearl", "Panorama"], "feature_count": 11, "icon": "https://raw.githubusercontent.com/pixo2000/Pixel-Addon/master/src/main/resources/assets/icon.png", "id": "pixo2000/Pixel-Addon", "links": {"github": "https://github.com/pixo2000/Pixel-Addon", "download": "https://github.com/pixo2000/Pixel-Addon/releases/download/1.20.2/Pixel-addon-0.1.0.jar", "discord": "https://discord.com/users/816347872181878786"}, "name": "Pixel Addon", "stars": 0, "last_update": "2024-10-12T14:05:34Z", "downloads": 5, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "A Meteor addon with my favourite fetures"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/Myr-13/meteor-utils/master/src/main/resources/assets/template/icon.png", "id": "Myr-13/meteor-utils", "links": {"github": "https://github.com/Myr-13/meteor-utils"}, "name": "Addon Template", "stars": 0, "last_update": "2024-01-22T17:29:20Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Huh, I don't know java :("}, {"authors": ["seasnail"], "features": ["ModuleExample", "AutoMount", "CommandExample"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/Fionnstar12/Toro-Dupe/master/src/main/resources/assets/template/icon.png", "id": "Fionnstar12/Toro-Dupe", "links": {"github": "https://github.com/Fionnstar12/Toro-Dupe"}, "name": "Addon Template", "stars": 0, "last_update": "2023-03-29T23:32:23Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "a copy of the torodupe I made to look through the code and make sure their is no malware "}, {"authors": ["tanishisherewith"], "features": ["DonkeyRider", "ItemFrameDupe", "LlamaDupe2bfr"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/tanishisherewithhh/AutoDuperAddon/master/src/main/resources/assets/template/icon.png", "id": "tanishisherewithhh/AutoDuperAddon", "links": {"github": "https://github.com/tanishisherewithhh/AutoDuperAddon", "download": "https://github.com/tanishisherewithhh/AutoDuperAddon/releases/download/v1.1.2/AutoDuperAddon-1.1.2.jar"}, "name": "AutoDuper", "stars": 0, "last_update": "2024-10-21T05:38:11Z", "downloads": 1196, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Auto Duper Addon for Meteor client above 1.19 versions (Donkey Rider and Auto Item frame duper addon)"}, {"authors": ["GhostTypes", "Cloudburst", "Crosby", "RedCarlos", "Cryo"], "features": ["AutoBedCraft", "AutoCityPlus", "AutoLogin", "AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus"], "feature_count": 16, "icon": "https://raw.githubusercontent.com/Dellism/orion/master/src/main/resources/assets/orion/icon.png", "id": "Dellism/orion", "links": {"github": "https://github.com/Dellism/orion", "discord": "https://discord.com/invite/9vGTkfA6H4"}, "name": "Orion", "stars": 0, "last_update": "2023-09-05T09:57:35Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Continuation of GhostTypes' Orion"}, {"authors": ["RickyTheRacc"], "features": ["ArmorMessages", "XPThrower", "AnchorPlus", "AntiTrap", "CevBreaker", "MonkeBurrow", "Monkhand", "MonkeTotem", "PostTickKA", "QuiverPlus", "QuiverRewrite", "SmartHoleFill", "StepPlus", "StrafePlus", "ReverseStepTimer", "TickShift", "AutoBuild", "AfkLog", "AntiGlitchBlock", "AutoFollow", "AutoSex", "BindClickExtra", "KillEffects", "MonkeFlight", "OneClickEat", "Presence", "SkinBlinker", "TimeAnimator", "Twerk", "WebNoSlow"], "feature_count": 30, "icon": "https://raw.githubusercontent.com/Aholicknight/banana-for-everyone/main/src/main/resources/assets/logo1.png", "id": "Aholicknight/banana-for-everyone", "links": {"github": "https://github.com/Aholicknight/banana-for-everyone", "download": "https://github.com/Aholicknight/banana-for-everyone/releases/download/1.19.2/banana-plus-100.jar", "discord": "https://discord.gg/brjN8BkpGU"}, "name": "Banana+", "stars": 0, "last_update": "2022-12-29T23:40:52Z", "downloads": 33, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"authors": ["seasnail"], "features": ["Annihilator", "AutoTNT", "AutoRun", "AutoIgnite", "AutoFireball", "MapDestroyer", "Decimator", "Explosion"], "feature_count": 8, "icon": "https://raw.githubusercontent.com/wendellmeset/ShadowAddonForMeteor/main/src/main/resources/assets/template/icon.png", "id": "wendellmeset/ShadowAddonForMeteor", "links": {"github": "https://github.com/wendellmeset/ShadowAddonForMeteor", "download": "https://github.com/wendellmeset/ShadowAddonForMeteor/releases/download/latest/addon-template-0.1.0.jar"}, "name": "Addon Template", "stars": 1, "last_update": "2023-02-20T17:15:19Z", "downloads": 31, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Shadow client features in meteor client!"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/wizis/manual-cw-addon/master/src/main/resources/assets/template/icon.png", "id": "wizis/manual-cw-addon", "links": {"github": "https://github.com/wizis/manual-cw-addon"}, "name": "Addon Template", "stars": 0, "last_update": "2023-04-03T04:49:35Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "23814098290384721983741732874891237489213749812738094712389478123747812364983128904823904812309481290384902138409231748923174982316498712364982377856238476231978462318477813265782364089231715798236984572397856213984621379856982375982385821758921365826198345721389579238659782137480923175892367567812368047231945712308957987123589023174890127345890237"}, {"authors": ["seasnail"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/tuberken/tuberken-addon/master/src/main/resources/assets/template/icon.png", "id": "tuberken/tuberken-addon", "links": {"github": "https://github.com/tuberken/tuberken-addon"}, "name": "Addon Template", "stars": 0, "last_update": "2024-07-20T23:57:34Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Using Meteor Client Addon API. Really bad code but whatever."}, {"authors": ["GhostTypes", "Cloudburst", "Crosby", "RedCarlos"], "features": ["AutoBedCraft", "AutoCityPlus", "AutoLogin", "AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus"], "feature_count": 16, "icon": "https://raw.githubusercontent.com/tympanicblock61/orion/master/src/main/resources/assets/orion/icon.png", "id": "tympanicblock61/orion", "links": {"github": "https://github.com/tympanicblock61/orion", "discord": "https://discord.com/invite/9vGTkfA6H4"}, "name": "Orion", "stars": 0, "last_update": "2023-04-16T23:55:07Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Continuation of GhostTypes' Orion"}, {"authors": ["yourmom"], "features": ["Breadcrumbs"], "feature_count": 1, "icon": null, "id": "uint128-t/meteor-breadcrumbsplus", "links": {"github": "https://github.com/uint128-t/meteor-breadcrumbsplus", "download": "https://github.com/uint128-t/meteor-breadcrumbsplus/releases/download/1.19.2/Meteor-Breadcrumbsplus-1.0.jar"}, "name": "Breadcrumbs plus", "stars": 1, "last_update": "2022-09-01T23:35:14Z", "downloads": 511, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "meteor plugin (better Breadcrumbs)"}, {"authors": ["Artik", "ZX"], "features": ["ActionLogger", "AntiCrystal", "AntiGhost", "AntiSetHome", "AutoCrystalHead", "AutoEz", "AutoLeave", "BedAuraPlus", "ButtonTrap", "CevBreaker", "CevBreakerTest", "CityExploit", "CustomAutoTotem", "CustomCrystalAuraV1", "CustomCrystalAuraV2", "DiscordPrecencePlus", "ExplosionProtector", "ExtraNuker", "ExtraSurround", "FastBreak", "FireWorksAura", "HoleFillerPlus", "InstaAutoCity", "ItemShrader", "LiquidFiller2", "NewChunks", "NewAutoEz", "NotiferPlus", "PortalGodMode", "Spinner", "Strafe", "TntTrap", "TunnelESP", "MultiTask", "ElytraBaritone", "Armor", "Count", "IconHud", "CrystalHud", "EXPHud", "ObsidianHud", "TotemHud", "WatermarkHud", "WelcomeHud"], "feature_count": 44, "icon": "https://raw.githubusercontent.com/CrystalCL/zeon-crack/main/src/main/resources/assets/crystal/icon.png", "id": "CrystalCL/zeon-crack", "links": {"github": "https://github.com/CrystalCL/zeon-crack"}, "name": "CrystalCL Addon", "stars": 1, "last_update": "2022-01-11T11:48:06Z", "downloads": 0, "mc_version": "1.18", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client."}, {"authors": ["Dasyat1s#6974"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Dasyat1s/osshe-rpc/main/src/main/resources/assets/template/icon.png", "id": "Dasyat1s/osshe-rpc", "links": {"github": "https://github.com/Dasyat1s/osshe-rpc"}, "name": "osshe rpc", "stars": 0, "last_update": "2021-11-14T18:00:23Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "osshe rpc cause cool"}, {"authors": ["cally72jhb"], "features": ["PacketHoleFill", "SurroundPlus", "AntiScreen", "NoCollision", "NoWorldBorder", "PacketPlace", "PingSpoof", "Placeholders", "EdgeJump", "EntityFly", "EntityPhase", "Fly", "NoFallPlus", "PacketDigits", "PacketFly", "RubberbandFly", "SmartSprint", "PacketFlyOld", "TickShift", "AutoRagequit", "NoSwing", "PortalGodMode", "HoleRenderer", "SkeletonESP", "StrafeDirection", "CenterCommand", "DesyncCommand", "ItemCommand", "PlayerHeadCommand", "TeleportCommand", "TrashCommand", "UUIDCommand"], "feature_count": 32, "icon": null, "id": "AkitaEllie/vector-addon", "links": {"github": "https://github.com/AkitaEllie/vector-addon", "discord": "https://discord.gg/A3nYgbKeXR", "homepage": "https://cally72jhb.github.io/website"}, "name": "Vector Addon", "stars": 0, "last_update": "2024-11-02T10:06:00Z", "downloads": 0, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "A powerful open-source addon for Meteor Client."}, {"authors": ["vbsync"], "features": ["ElytraLimiter", "AutoAutoLog", "AutoChestSwap", "BetterTabPlus", "ElytraExplore", "SpawnProoferPlus", "InstaMineNukerPlus", "NukerPlus", "BedrockCommand"], "feature_count": 9, "icon": "https://raw.githubusercontent.com/Dellism/vb-addon/main/src/main/resources/assets/template/icon.png", "id": "Dellism/vb-addon", "links": {"github": "https://github.com/Dellism/vb-addon"}, "name": "VB Addon", "stars": 1, "last_update": "2024-08-08T15:07:34Z", "downloads": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Collection of mods for Meteor client"}, {"authors": ["RickyTheRacc"], "features": ["ArmorAlerts", "AutoDrop", "AutoSort", "Blink", "ExpThrower", "LogoutSpots", "Sprint", "TravelLog"], "feature_count": 8, "icon": "https://raw.githubusercontent.com/Bawnorton/banana-for-everyone/main/src/main/resources/assets/bananaplus/icon.png", "id": "Bawnorton/banana-for-everyone", "links": {"github": "https://github.com/Bawnorton/banana-for-everyone"}, "name": "Banana Plus", "stars": 0, "last_update": "2024-09-30T18:40:15Z", "downloads": 0, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "Combat addon for a dead game :P"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/vanishLLC/Meteor-addon-/main/src/main/resources/assets/template/icon.png", "id": "vanishLLC/Meteor-addon-", "links": {"github": "https://github.com/vanishLLC/Meteor-addon-", "download": "https://github.com/vanishLLC/Meteor-addon-/releases/download/latest/addon-template-0.1.0.jar"}, "name": "Addon Template", "stars": 0, "last_update": "2022-12-29T16:38:50Z", "downloads": 11, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons."}, {"authors": ["GhostTypes", "Wide_Cat"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/BedTrap/Ion-addon/main/src/main/resources/assets/ion/textures/icon.png", "id": "BedTrap/Ion-addon", "links": {"github": "https://github.com/BedTrap/Ion-addon", "discord": "https://discord.gg/FRkh4hAVaf"}, "name": "Ion", "stars": 4, "last_update": "2022-07-24T10:41:15Z", "downloads": 0, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "Paid Meteor Addon, Deobf + Remap"}, {"authors": ["n0rzik"], "features": ["NoHitDelay", "PistonPush", "HitboxDesync", "MultiTask", "FastWeb"], "feature_count": 5, "icon": null, "id": "n0rzik/fire-addon", "links": {"github": "https://github.com/n0rzik/fire-addon", "download": "https://github.com/n0rzik/fire-addon/releases/download/0.1.2/fire-addon-0.1.2.jar"}, "name": "Fire", "stars": 7, "last_update": "2024-06-09T15:23:42Z", "downloads": 30, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "some kind of meteor addon"}, {"authors": ["StarlessMC"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Memeruler-k/Moon-Addon/master/src/main/resources/assets/template/icon.png", "id": "Memeruler-k/Moon-Addon", "links": {"github": "https://github.com/Memeruler-k/Moon-Addon", "download": "https://github.com/Memeruler-k/Moon-Addon/releases/download/meteor-client-addons/moon-addon-0.1.0.jar"}, "name": "Moon Addon", "stars": 0, "last_update": "2024-08-28T10:49:33Z", "downloads": 5, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Very Legit addon."}, {"authors": ["xolt"], "features": ["PacketFly"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/hashalite/packetfly-addon/main/src/main/resources/assets/packetfly/icon.png", "id": "hashalite/packetfly-addon", "links": {"github": "https://github.com/hashalite/packetfly-addon", "download": "https://github.com/hashalite/packetfly-addon/releases/download/1.2/packetfly-1.2.jar"}, "name": "Meteor Packet Fly Addon", "stars": 3, "last_update": "2021-11-07T22:12:20Z", "downloads": 107, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client that adds a Packet Fly module."}, {"authors": ["FlexCoral"], "features": ["SeedUtilsTab", "StructureCollector", "CommandExample"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/maxsupermanhd/meteor-seedutils/master/src/main/resources/assets/seedutils/icon.png", "id": "maxsupermanhd/meteor-seedutils", "links": {"github": "https://github.com/maxsupermanhd/meteor-seedutils"}, "name": "Meteor seed utils", "stars": 0, "last_update": "2024-08-29T00:18:02Z", "downloads": 0, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Tools to abuse world generation"}, {"authors": ["Shortcoming"], "features": ["AnvilDupe"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/AnarchadiaMC/anvil-dupe/main/src/main/resources/assets/anvilduper/Anvil.png", "id": "AnarchadiaMC/anvil-dupe", "links": {"github": "https://github.com/AnarchadiaMC/anvil-dupe", "download": "https://github.com/AnarchadiaMC/anvil-dupe/releases/download/release.0.2/anvil-duper-0.2.0_1.20.4.jar"}, "name": "Auto Anvil Dupe", "stars": 0, "last_update": "2024-04-29T06:58:55Z", "downloads": 29, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Automate GoldenDupes' 1.17 Anvil Duplication for Anarchadia.org"}, {"authors": ["KassuK and OLEPOSSU"], "features": ["AnchorAuraPlus", "AnteroTaateli", "AntiAim", "AntiCrawl", "AutoCraftingTable", "AutoCrystalPlus", "AutoEz", "Automation", "AutoMend", "AutoMine", "AutoMoan", "AutoPearl", "AutoTrapPlus", "BedAuraPlus", "Blocker", "BurrowPlus", "CustomFOV", "ElytraFlyPlus", "FastXP", "FeetESP", "FlightPlus", "Fog", "ForceSneak", "HoleFillPlus", "HoleFillRewrite", "HoleSnap", "JesusPlus", "KillAuraPlus", "LightsOut", "MineESP", "OffHandPlus", "PacketFly", "PacketLogger", "PingSpoof", "PistonCrystal", "PistonPush", "PortalGodMode", "RPC", "ScaffoldPlus", "SelfTrapPlus", "SoundModifier", "SpeedPlus", "SprintPlus", "StepPlus", "StrictNoSlow", "Suicide", "SurroundPlus", "SwingModifier", "TickShift", "WeakAlert", "...and 9 more"], "feature_count": 59, "icon": "https://raw.githubusercontent.com/Big-Iron-Cheems/BlackOut/main/src/main/resources/assets/blackout/logo.png", "id": "Big-Iron-Cheems/BlackOut", "links": {"github": "https://github.com/Big-Iron-Cheems/BlackOut", "discord": "https://discord.gg/mmWz9Dz4Y9"}, "name": "Blackout", "stars": 0, "last_update": "2024-07-09T21:11:43Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Plugin for meteor client adding more features mostly focusing on CPVP"}, {"authors": ["jabronyyy, MrFiNka / assistants: Megakrutish, Vaxei"], "features": ["sphere", "Blocker", "HitboxDesync", "tntauraBEBRAplus", "DownBlocs", "AutoTrapPlus", "FanSurroundBEBRA", "AutoExit", "AntiCrystal", "AntiSurroundBlocks", "Burrow", "PIRAMIDKA", "ButtonPlace", "PacketHoleFill", "SelfAnvilBEBRA", "SurroundBEBRA", "DeleteItems", "AutoDrop", "Platforms", "AutoBuild", "AutoCraft", "AutoSand", "TreeAura", "NoDesync", "EFly", "SilentItem", "VillagerRoller", "DupeWithFrame", "AutoSex", "AutoTNT", "Twerk", "Spinner", "Lavacast", "PingSpoofer", "Chests_farmer", "NewsPaperHelperRu", "NewsPaperHelperEu", "BebraESP", "NewChunks", "TimeAnimator", "Bubbles", "Bubbles2", "KillEffects", "HoleESPPlus", "Linia", "bebra_info_and_help", "ChatEncryption", "Prefix", "SpamInChat", "AutoLogin", "...and 1 more"], "feature_count": 51, "icon": "https://raw.githubusercontent.com/BebraHack/BebraHackAddon/V6/src/main/resources/assets/template/icon.png", "id": "BebraHack/BebraHackAddon", "links": {"github": "https://github.com/BebraHack/BebraHackAddon", "download": "https://github.com/BebraHack/BebraHackAddon/releases/download/V6/Bebrahack_V6-0.1.0.jar", "discord": "https://discord.gg/QyEzReq4u2"}, "name": "BebrahackV6", "stars": 13, "last_update": "2024-04-20T19:47:01Z", "downloads": 482, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Meteor addon dedicated to Bebra"}, {"authors": ["ARm8"], "features": ["AutoVClipCommand", "BloatCommand", "CenterCommand", "ClearChatCommand", "CrashItemCommand", "DelayCommand", "DesyncCommand", "DisconnectCommand", "ExportCommand", "ExportTerrainCommand", "GhostCommand", "HideCommand", "ReloadBlocksCommand", "RenameCommand", "SeedCommand", "ServerCommand", "SleepCommand", "SoftLeaveCommand", "UUIDCommand", "AntiSurround", "AutoCity", "CevBreaker", "CrystalAura", "KillAura", "SmartHoleFill", "Surround", "ChatEncryption", "Config", "CoordLogger", "CustomPackets", "GroupChat", "Placeholders", "ServerSpoof", "TPSSync", "Anchor", "BedrockWalk", "EntityFly", "EntityPhase", "Flight", "NoFall", "PacketDigits", "PacketFly", "RubberbandFly", "WorldGuardBypass", "AutoCraft", "AutoSpectre", "InstaMine", "MultiTask", "AntiScreen", "NewChunks", "...and 26 more"], "feature_count": 76, "icon": "https://raw.githubusercontent.com/Memeruler-k/eze-addon/main/src/main/resources/assets/eze/icon.png", "id": "Memeruler-k/eze-addon", "links": {"github": "https://github.com/Memeruler-k/eze-addon"}, "name": "eze", "stars": 0, "last_update": "2023-05-24T15:47:11Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "(mostly skidded) addon for Meteor Client"}, {"authors": ["Crosby"], "features": ["Cummand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/wendellmeset/Tokyo-Client/main/src/main/resources/assets/tokyo-client/icon.png", "id": "wendellmeset/Tokyo-Client", "links": {"github": "https://github.com/wendellmeset/Tokyo-Client", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Tokyo Client", "stars": 0, "last_update": "2023-05-10T00:47:04Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Anarchy tool of the future."}, {"authors": ["RickyTheRacc"], "features": ["ArmorAlerts", "AutoDrop", "AutoSort", "Blink", "ExpThrower", "LogoutSpots", "Sprint", "TravelLog"], "feature_count": 8, "icon": "https://raw.githubusercontent.com/RickyTheRacc/banana-for-everyone/main/src/main/resources/assets/bananaplus/icon.png", "id": "RickyTheRacc/banana-for-everyone", "links": {"github": "https://github.com/RickyTheRacc/banana-for-everyone"}, "name": "Banana Plus", "stars": 2, "last_update": "2024-09-11T20:14:33Z", "downloads": 0, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "Combat addon for a dead game :P"}, {"authors": ["GwnJoran"], "features": ["AutoDupe", "autodisconnect", "donkey", "DonkeyRide"], "feature_count": 4, "icon": "https://raw.githubusercontent.com/Kozy6969/AutoDonkeyDupe/main/src/main/resources/assets/template/icon.png", "id": "Kozy6969/AutoDonkeyDupe", "links": {"github": "https://github.com/Kozy6969/AutoDonkeyDupe", "download": "https://github.com/Kozy6969/AutoDonkeyDupe/releases/download/Lolz/helium-kozyedit-0.2.jar"}, "name": "Helium", "stars": 3, "last_update": "2024-08-25T19:01:09Z", "downloads": 42, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "a meteor addon i made like 1-2 weeks ago to help me auto dupe :3"}, {"authors": ["KassuK and OLEPOSSU"], "features": ["AnchorAuraPlus", "AnteroTaateli", "AntiAim", "AntiCrawl", "AutoCraftingTable", "AutoCrystalPlus", "AutoEz", "Automation", "AutoMend", "AutoMine", "AutoMoan", "AutoPearl", "AutoTrapPlus", "BedAuraPlus", "Blocker", "BurrowPlus", "CustomFOV", "ElytraFlyPlus", "FastXP", "FeetESP", "FlightPlus", "Fog", "ForceSneak", "HoleFillPlus", "HoleFillRewrite", "HoleSnap", "JesusPlus", "KillAuraPlus", "LightsOut", "MineESP", "OffHandPlus", "PacketFly", "PacketLogger", "PingSpoof", "PistonCrystal", "PistonPush", "PortalGodMode", "RPC", "ScaffoldPlus", "SelfTrapPlus", "SoundModifier", "SpeedPlus", "SprintPlus", "StepPlus", "StrictNoSlow", "Suicide", "SurroundPlus", "SwingModifier", "TickShift", "WeakAlert", "...and 9 more"], "feature_count": 59, "icon": "https://raw.githubusercontent.com/Error11O/future-blackout/main/src/main/resources/assets/blackout/logo.png", "id": "Error11O/future-blackout", "links": {"github": "https://github.com/Error11O/future-blackout", "discord": "https://discord.gg/mmWz9Dz4Y9"}, "name": "Blackout", "stars": 1, "last_update": "2024-02-17T13:28:54Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "if u have future supporting meteor this will work too"}, {"authors": ["3arthqu4ke"], "features": [], "feature_count": 0, "icon": null, "id": "3arthqu4ke/meteor-pingbypass-addon", "links": {"github": "https://github.com/3arthqu4ke/meteor-pingbypass-addon", "download": "https://github.com/3arthqu4ke/meteor-pingbypass-addon/releases/download/latest/meteor-pingbypass-addon-0.1.0.jar"}, "name": "Meteor PingBypass Add-On", "stars": 5, "last_update": "2024-02-29T09:01:17Z", "downloads": 109, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Adds PingBypass support to Meteor"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/therealrealguy/555-addon-/master/src/main/resources/assets/template/icon.png", "id": "therealrealguy/555-addon-", "links": {"github": "https://github.com/therealrealguy/555-addon-"}, "name": "Addon Template", "stars": 0, "last_update": "2023-08-03T20:38:22Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["Pristine", "Logykk"], "features": ["GrimDisabler", "Support"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/5cmc/grim-trident/master/src/main/resources/assets/5c/logo.png", "id": "5cmc/grim-trident", "links": {"github": "https://github.com/5cmc/grim-trident", "download": "https://github.com/5cmc/grim-trident/releases/download/v1.3/grim-trident-0.1.3.jar"}, "name": "5C Trident Fly", "stars": 15, "last_update": "2024-04-28T10:41:29Z", "downloads": 93, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "2b2t movement check disabler"}, {"authors": ["Haalrubaye"], "features": ["AutoBridge", "JumpBridge", "BlockPath", "QuickSwitch", "OnHoldClicker", "BlockIn", "Distance", "VelocityPlus", "QuickJumpBridge", "NewChunks", "OccasionalJump", "Teleporter", "CommandExample"], "feature_count": 13, "icon": "https://raw.githubusercontent.com/haalrubaye/Meteorite-addon/master/src/main/resources/assets/template/icon.png", "id": "haalrubaye/Meteorite-addon", "links": {"github": "https://github.com/haalrubaye/Meteorite-addon"}, "name": "Meteorite", "stars": 0, "last_update": "2023-02-18T17:07:41Z", "downloads": 0, "mc_version": "1.19", "status": {"archived": false}, "verified": false, "summary": "Meteor client addon"}, {"authors": ["Nippaku Zanmu"], "features": ["Translation"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Nippaku-Zanmu/meteor-translation-addon/master/src/main/resources/assets/template/icon.png", "id": "Nippaku-Zanmu/meteor-translation-addon", "links": {"github": "https://github.com/Nippaku-Zanmu/meteor-translation-addon", "download": "https://github.com/Nippaku-Zanmu/meteor-translation-addon/releases/download/DevBuild0.2/translation-addon-0.2.jar"}, "name": "Meteor Translation Addon", "stars": 2, "last_update": "2024-09-03T05:48:04Z", "downloads": 46, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Translation of modules in the Meteor client"}, {"authors": ["Spri"], "features": ["DemoCanceler", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/Sprium/sprium-addon/master/src/main/resources/assets/icon.jpg", "id": "Sprium/sprium-addon", "links": {"github": "https://github.com/Sprium/sprium-addon"}, "name": "Sprium Addon", "stars": 0, "last_update": "2022-11-07T15:30:57Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon for meteor client by me ;)"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/benni347/meteor-addon/master/src/main/resources/assets/template/icon.png", "id": "benni347/meteor-addon", "links": {"github": "https://github.com/benni347/meteor-addon"}, "name": "Addon Template", "stars": 0, "last_update": "2023-05-01T22:33:06Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons."}, {"authors": ["BongwaterBilly"], "features": ["QuartzFarmer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/BongwaterBilly420/QuartzFarmerAddon/main/src/main/resources/assets/icon.png", "id": "BongwaterBilly420/QuartzFarmerAddon", "links": {"github": "https://github.com/BongwaterBilly420/QuartzFarmerAddon", "download": "https://github.com/BongwaterBilly420/QuartzFarmerAddon/releases/download/latest/QuartzFarmerAddon-420.jar", "discord": "https://discord.gg/bBGQZvd"}, "name": "QuartzFarmer", "stars": 0, "last_update": "2024-04-23T00:32:39Z", "downloads": 61, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "A meteor addon with one module. I repurposed the echest farmer to make it mine quartz as it would have done echests. Mends ur shit on the go if u manage to mine some to shulker up."}, {"authors": ["CapyKing10"], "features": ["Texturing", "WebhookLogging", "ShulkerDrop", "EntityFly", "CatSpam", "AutoVertical", "ChunkDupeTimer", "ClientPrefix", "PopCounter", "ArmorNotify", "BackupCaller", "AntiPlayerSwing", "LogoutSpotsPlus", "VisualRange", "AntiPistonPush", "HandColor", "Box", "KillEffect", "Discord", "GambleYourBase"], "feature_count": 20, "icon": "https://raw.githubusercontent.com/TSMTEAMER/CapyAddon/main/src/main/resources/assets/capyaddon/icon.png", "id": "TSMTEAMER/CapyAddon", "links": {"github": "https://github.com/TSMTEAMER/CapyAddon", "discord": "https://dsc.gg/capyking10"}, "name": "CapyAddon", "stars": 0, "last_update": "2024-09-13T15:58:25Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A utility meteor addon made by me"}, {"authors": ["heedi", "CWBY726"], "features": ["AutoCrystal", "HoleRender", "CustomFOV", "AutoCity", "CevBreaker", "HoleFill", "HoleSnap", "PenisESP", "ToroDupe", "AutoMount", "BetaCA", "Coords", "CenterCommand"], "feature_count": 13, "icon": null, "id": "PerfectCell160/hentai-addon", "links": {"github": "https://github.com/PerfectCell160/hentai-addon", "discord": "https://discord.gg/a7Y8eFJeYP"}, "name": "hentai", "stars": 0, "last_update": "2023-04-13T20:02:21Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "based addon"}, {"authors": ["StarlessMC"], "features": ["FlyPlus", "ReachPlus", "KillauraPlus", "StepPlus", "StrafePlus", "BunnyHop", "AdvancedCrash", "AACCrash", "ArmorstandCrash", "SignCrash", "NoCheatPlusCrash", "GrimACCrash", "PhoenixACCrash", "AntiGamingChairCrash", "AutoCrystal", "FakeHacker", "LagReducer", "LagDetector", "PingDetector", "PingReducer", "BedBomb", "MinecartBomb", "MinecartCrash", "OffhandCrash", "BedCrash", "PacketCrash", "PacketCrashV2", "PacketCrashPlus", "UnknownPacketCrash", "UnknownPacketCrashV2", "TradeCrash", "ForceOP", "AntiCheatBypass", "YesCheatPlus", "DisablerV2", "PacketFly", "PacketReach", "PacketKillaura", "PacketStrafe", "PacketStep", "FakeHacker", "ConsoleFlood", "ConsoleFloodV2", "ServerConsole", "ServerCrash", "AutoCityPlus", "AutoTrapPlus", "AnchorPlus", "AntiSurround", "Eggaura", "...and 228 more"], "feature_count": 278, "icon": "https://raw.githubusercontent.com/Memeruler-k/Skull-Addon/main/src/main/resources/assets/template/icon.png", "id": "Memeruler-k/Skull-Addon", "links": {"github": "https://github.com/Memeruler-k/Skull-Addon", "download": "https://github.com/Memeruler-k/Skull-Addon/releases/download/latest/skull-addon-1.0.0.jar"}, "name": "Skull Addon", "stars": 0, "last_update": "2024-03-07T16:49:42Z", "downloads": 39, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Adds tons of new modules."}, {"authors": ["Ceptea"], "features": ["Fly"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Ceptea/ceptea-addon/main/src/main/resources/assets/template/icon.png", "id": "Ceptea/ceptea-addon", "links": {"github": "https://github.com/Ceptea/ceptea-addon", "download": "https://github.com/Ceptea/ceptea-addon/releases/download/0.1/ceptea-addon-0.1.0.jar"}, "name": "Ceptea Addon", "stars": 0, "last_update": "2024-05-02T00:31:05Z", "downloads": 11, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A basic meteor addon that adds one module."}, {"authors": ["ASTATIN3"], "features": ["RandarCMD"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Astatin3/Randar/main/src/main/resources/assets/template/icon.png", "id": "Astatin3/Randar", "links": {"github": "https://github.com/Astatin3/Randar", "download": "https://github.com/Astatin3/Randar/releases/download/v2/randar-minimap-v2.jar"}, "name": "Randar Minmap", "stars": 2, "last_update": "2024-04-25T21:01:14Z", "downloads": 135, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A Quick and dirty minimap using the Randar exploit"}, {"authors": ["seasnail8169"], "features": ["frameDupe", "pluginCredits"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/AstralDB/ItemFrameDupe/main/src/main/resources/assets/template/icon.png", "id": "AstralDB/ItemFrameDupe", "links": {"github": "https://github.com/AstralDB/ItemFrameDupe"}, "name": "Addon Template", "stars": 1, "last_update": "2022-07-23T08:36:00Z", "downloads": 0, "mc_version": "1.19", "status": {"archived": false}, "verified": false, "summary": "Dupes shit in item frames"}, {"authors": ["RedCarlos26", "Ethius"], "features": ["Center", "Coordinates", "AfkLogout", "AutoCenter", "AutoWalkHig", "AxisViewer", "HIGPrefix", "DiscordRPC", "OffhandManager", "HighwayBuilderPlus", "HighwayTools", "HotbarManager", "LiquidFillerHig", "RotationLock", "ScaffoldPlus", "AxisBorer", "NegNegBorer", "NegPosBorer", "PosNegBorer", "PosPosBorer"], "feature_count": 20, "icon": "https://raw.githubusercontent.com/Big-Iron-Cheems/HIGTools/main/src/main/resources/assets/higtools/chat/icon.png", "id": "Big-Iron-Cheems/HIGTools", "links": {"github": "https://github.com/Big-Iron-Cheems/HIGTools", "discord": "https://discord.gg/a4jkKGJNdJ"}, "name": "HIGTools", "stars": 0, "last_update": "2024-07-20T12:34:19Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Highway Tools for Meteor Client."}, {"authors": ["wmeluna"], "features": ["FarmHelper", "CommandItemTracker"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/WmeLuna/WmeMods/master/src/main/resources/assets/template/icon.png", "id": "WmeLuna/WmeMods", "links": {"github": "https://github.com/WmeLuna/WmeMods"}, "name": "WmeMod", "stars": 0, "last_update": "2024-07-26T22:58:19Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "A meteor client mod for me to learn"}, {"authors": ["JohanDevv", "Sssnipa"], "features": ["PopCounter", "BedAura", "SurroundPlus", "AutoBedCraft", "ExampleCommand", "HudExample"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/Bluscream/Lightswitch/main/src/main/resources/assets/lightswitch/icon.png", "id": "Bluscream/Lightswitch", "links": {"github": "https://github.com/Bluscream/Lightswitch"}, "name": "Lightswitch", "stars": 1, "last_update": "2024-06-04T18:51:54Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["CrytoPal"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/CrytoPal/meteor-scripts-api/main/src/main/resources/assets/scripts/icon.png", "id": "CrytoPal/meteor-scripts-api", "links": {"github": "https://github.com/CrytoPal/meteor-scripts-api"}, "name": "Meteor Multi Language Script API", "stars": 3, "last_update": "2024-06-25T21:54:57Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "An Addon that allows Users to create their own modules using many languages."}, {"authors": ["jackpashley"], "features": ["QueueNotifier"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/7xck/2b2t-queue-notifier/master/src/main/resources/assets/template/icon.png", "id": "7xck/2b2t-queue-notifier", "links": {"github": "https://github.com/7xck/2b2t-queue-notifier", "download": "https://github.com/7xck/2b2t-queue-notifier/releases/download/latest/2b2t-queue-notifier-1.1.1.jar"}, "name": "QueueNotifier", "stars": 1, "last_update": "2024-04-30T09:01:16Z", "downloads": 27, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A plugin for Meteor (the Minecraft utility client) to ping you on Discord with your position in the 2b2t server queue"}, {"authors": ["supakeks"], "features": ["NewChunks"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/supakeks/2b2t-new-chunks/master/src/main/resources/assets/icon.png", "id": "supakeks/2b2t-new-chunks", "links": {"github": "https://github.com/supakeks/2b2t-new-chunks", "download": "https://github.com/supakeks/2b2t-new-chunks/releases/download/latest/new-chunks-2b2t-0.1.0.jar"}, "name": "2b2t new chunks", "stars": 2, "last_update": "2023-08-30T20:55:46Z", "downloads": 85, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Adds a new chunks module to Meteor for 2b2t"}, {"authors": ["BongwaterBilly"], "features": ["IKEADupe", "AutoItemMove", "DubCounter", "NoChestRender", "IKEAV3", "IKEAV5"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/BongwaterBilly420/doobiedooop-addon/main/src/main/resources/assets/icon.png", "id": "BongwaterBilly420/doobiedooop-addon", "links": {"github": "https://github.com/BongwaterBilly420/doobiedooop-addon", "download": "https://github.com/BongwaterBilly420/doobiedooop-addon/releases/download/latest/doobiedooop.addon-1.0.0.jar"}, "name": "doobiedooop", "stars": 1, "last_update": "2023-05-28T08:36:54Z", "downloads": 72, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "ecme dupe"}, {"authors": ["Julflips"], "features": ["CarpetPrinter", "FullBlockPrinter"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/Julflips/map-printer-addon/master/src/main/resources/assets/template/icon.png", "id": "Julflips/map-printer-addon", "links": {"github": "https://github.com/Julflips/map-printer-addon", "download": "https://github.com/Julflips/map-printer-addon/releases/download/1.21.1/map-printer-1.21.1.jar"}, "name": "Map Printer", "stars": 2, "last_update": "2024-09-28T15:26:40Z", "downloads": 21, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Automatically builds 2D maps from nbt files."}, {"authors": ["ekibunnel"], "features": ["InfoLog", "WarnLog", "ErrorLog"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/Ekibunnel/meteor-cmdlog-addon/master/src/main/resources/assets/icon.png", "id": "Ekibunnel/meteor-cmdlog-addon", "links": {"github": "https://github.com/Ekibunnel/meteor-cmdlog-addon", "download": "https://github.com/Ekibunnel/meteor-cmdlog-addon/releases/download/0.1/meteor-cmdlog-addon-0.1.jar"}, "name": "Cmdlog Addon", "stars": 0, "last_update": "2024-09-08T17:58:08Z", "downloads": 4, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "An addon to add log commands into Meteor Client."}, {"authors": ["AntiCope"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Susmaster64/meteor-e621-integration/master/src/main/resources/assets/e621/icon.png", "id": "Susmaster64/meteor-e621-integration", "links": {"github": "https://github.com/Susmaster64/meteor-e621-integration", "download": "https://github.com/Susmaster64/meteor-e621-integration/releases/download/1.20.2/e261-addon-1.4.3.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "E621 hud", "stars": 2, "last_update": "2023-12-16T03:58:58Z", "downloads": 38, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Admire great artworks from the comfort of Meteor Client"}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AimAssist", "AntiBot", "AntiCrash", "AntiSpawnpoint", "AntiVanish", "ArrowDmg", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoFarm", "AutoGrind", "AutoLogin", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "BungeeCordSpoof", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "FullFlight", "GamemodeNotifier", "GhostMode", "Glide", "ItemGenerator", "InteractionMenu", "Jetpack", "KnockbackPlus", "LawnBot", "Lavacast", "MossBot", "NewChunks", "NoJumpDelay", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "...and 80 more"], "feature_count": 130, "icon": "https://raw.githubusercontent.com/glufy100/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "glufy100/meteor-rejects", "links": {"github": "https://github.com/glufy100/meteor-rejects", "download": "https://github.com/glufy100/meteor-rejects/releases/download/latest-1.21/meteor-rejects-addon-0.3.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2024-10-05T15:16:11Z", "downloads": 9, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client with features that won't be added to Meteor. Because they were either rejected or are ports from other clients."}, {"authors": ["Malfrador"], "features": ["ItemInflater"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Malfrador/MeteorTesting/master/src/main/resources/assets/template/icon.png", "id": "Malfrador/MeteorTesting", "links": {"github": "https://github.com/Malfrador/MeteorTesting"}, "name": "Meteor-Malfrador", "stars": 0, "last_update": "2024-09-13T00:55:55Z", "downloads": 0, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "duh duh"}, {"authors": ["Dwarslooper"], "features": [], "feature_count": 0, "icon": null, "id": "Dwarslooper/Token-Login", "links": {"github": "https://github.com/Dwarslooper/Token-Login"}, "name": "Token Login", "stars": 0, "last_update": "2023-04-12T15:51:38Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "A small mod by Dwarslooper to login with tokens."}, {"authors": ["ItsMeTomTom", "Exteron", "DuckGuy", "0x06"], "features": ["AirstrikePlus", "AntiFunny", "AntiP2WRPC", "AntiVanish", "AutoLC", "AutoLogin", "AutoScoreboard", "AutoSignPlus", "AutoTitles", "BoomPlus", "ChatFilter", "ChestDisco", "CrashyCrash", "CreativePuke", "DelayPackets", "DoomBoom", "DubCounter", "ExplosiveHands", "FidgetSpinner", "FirstClassFlight", "GameModeNotifier", "HandOfGod", "IPModule", "ItemGenerator", "LiriasCaptcha", "Minesweeper", "MultiUse", "NbtEditor", "NoBlockEntities", "NoFall", "NoItem", "PacketLogger", "Payall", "PingSpoof", "PlayerNotifier", "Radio", "RivalsKingdoms", "RivalsPlayers", "ServerOpNuke", "SuperHeroFX", "Trampoline", "UwUChat", "VanillaFlight", "VulcanBoatFly", "VulcanGlide", "VulcanSpider", "WitherAdvertise", "Creeper_Alert", "BaseFinder", "CustomPackets", "...and 16 more"], "feature_count": 66, "icon": "https://raw.githubusercontent.com/AntiP2WDevelopment/AntiP2W-Addon/main/src/main/resources/assets/antip2w/icon.png", "id": "AntiP2WDevelopment/AntiP2W-Addon", "links": {"github": "https://github.com/AntiP2WDevelopment/AntiP2W-Addon", "download": "https://github.com/AntiP2WDevelopment/AntiP2W-Addon/releases/download/0.1.1/antip2w-tools-0.1.1.jar"}, "name": "AntiP2W-Tools", "stars": 19, "last_update": "2024-06-04T06:51:12Z", "downloads": 553, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "P2W servers \ud83e\udd22\ud83e\udd2e\ud83d\udca5\u274c"}, {"authors": ["FireDroX"], "features": ["AutoFarm", "AutoReply"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/FireDroX/meteor-fire-addons/v1.19.4/src/main/resources/assets/meteorfireaddon/icon.png", "id": "FireDroX/meteor-fire-addons", "links": {"github": "https://github.com/FireDroX/meteor-fire-addons", "download": "https://github.com/FireDroX/meteor-fire-addons/releases/download/v1.2.2/fire-addons-1.2.2.jar"}, "name": "Fire's Addons", "stars": 2, "last_update": "2024-09-11T11:41:23Z", "downloads": 7, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Fire's Addons for Minecraft Meteor Client"}, {"authors": ["PizzaV"], "features": ["TargetStrafe", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/kittenvr/TargetStrafe/master/src/main/resources/assets/template/icon.png", "id": "kittenvr/TargetStrafe", "links": {"github": "https://github.com/kittenvr/TargetStrafe", "download": "https://github.com/kittenvr/TargetStrafe/releases/download/all/addon-template-0.1.0.jar"}, "name": "Target Strafe", "stars": 1, "last_update": "2024-02-21T16:58:28Z", "downloads": 15, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Strafes around targets"}, {"authors": ["JFronny"], "features": ["ModMenu integration for MeteorClient", "\"Servers\" option in the multiplayer menu with various tools including a server finder", "\"Spawn Items\" module to create a lot of item entities in creative", "Configurable Creative tab with several OP items, see README", "AutoSpectre based on PR 1932", "Translater module for chat translations"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/maplepy/MeteorAdditions/master/src/main/resources/assets/meteor-additions/icon.png", "id": "maplepy/MeteorAdditions", "links": {"github": "https://github.com/maplepy/MeteorAdditions"}, "name": "MeteorAdditions", "stars": 0, "last_update": "2022-06-18T13:17:16Z", "downloads": 0, "mc_version": "1.19", "status": {"archived": false}, "verified": false, "summary": "Addons for Meteor, partially based off of/inspired by https://github.com/Wurst-Imperium/Wurst7"}, {"authors": ["crazymoose77756"], "features": ["PaperDupe"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/crazymoose77756/dupe-addon/master/src/main/resources/assets/paperdupe/icon.png", "id": "crazymoose77756/dupe-addon", "links": {"github": "https://github.com/crazymoose77756/dupe-addon", "download": "https://github.com/crazymoose77756/dupe-addon/releases/download/1.21.1/paper-dupe-0.1.0.jar"}, "name": "Paper Dupe", "stars": 5, "last_update": "2024-08-24T16:22:05Z", "downloads": 1296, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "leftys dupe but meteor addon"}, {"authors": ["cally72jhb"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Kiriyaga7615/vector-addon/main/src/main/resources/assets/vector-addon/vector/icon.png", "id": "Kiriyaga7615/vector-addon", "links": {"github": "https://github.com/Kiriyaga7615/vector-addon", "discord": "https://discord.gg/A3nYgbKeXR", "homepage": "https://cally72jhb.github.io/website"}, "name": "Vector Addon", "stars": 0, "last_update": "2022-06-22T19:41:39Z", "downloads": 0, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "A powerful open-source addon for Meteor Client."}, {"authors": ["seasnail"], "features": ["ModuleExample", "LagPauseAutoWalk", "CommandExample"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/HareHareYukai/lag-pause-autowalk/master/src/main/resources/assets/template/icon.png", "id": "HareHareYukai/lag-pause-autowalk", "links": {"github": "https://github.com/HareHareYukai/lag-pause-autowalk"}, "name": "Addon Template", "stars": 1, "last_update": "2024-07-04T21:12:21Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["DAMcraft", "Olafcio"], "features": ["Find servers with many parameters, for example: Cracked, Description, Player count, much more...", "Server database with around 1.000.000 servers!", "Over 80.000.000 players tracked!", "Search for ANY server you want!", "Join misconfigured BungeeCord backends with any name you want!", "BungeeSpoofModule", "ScoreboardPlusPlus", "OPRegionBypass", "HideFromMCLOutput", "PaperBookDupe", "ChatSolver", "SpigotSkeletonCrash", "ChunkCrash"], "feature_count": 13, "icon": "https://raw.githubusercontent.com/Olafcio1/CornSeeker/main/src/main/resources/assets/serverseeker/icon.png", "id": "Olafcio1/CornSeeker", "links": {"github": "https://github.com/Olafcio1/CornSeeker", "download": "https://github.com/Olafcio1/CornSeeker/releases/download/latest/corn-seeker-1.0.jar", "discord": "https://discord.gg/mc-server-scanner-1005132317297221785"}, "name": "CornSeeker", "stars": 1, "last_update": "2024-10-14T21:30:29Z", "downloads": 9, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "A fork of ServerSeeker, for MC Server Scanner. Refreshed."}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/BlockOG/meteor-elytra-bot/main/src/main/resources/assets/template/icon.png", "id": "BlockOG/meteor-elytra-bot", "links": {"github": "https://github.com/BlockOG/meteor-elytra-bot"}, "name": "Addon Template", "stars": 0, "last_update": "2022-09-02T15:35:10Z", "downloads": 0, "mc_version": "1.19", "status": {"archived": false}, "verified": false, "summary": "Elytra bot command for meteor client"}, {"authors": ["Dextro"], "features": ["ActionLogger", "AntiBedPlus", "SurroundAlert", "BurrowAlert", "ArmorNotifer", "BurrowBreaker", "AutoLogin", "BedAuraPlus", "CevBreakerTest", "CustomAutoTotem", "CrystalAuraRewrite", "DiscordPrecencePlus", "ExtraNuker", "SelfTrapPlus", "SurroundPlus", "FastBreak", "AutoCityPlus", "ItemShrader", "NewAutoEz", "Armor", "Count", "IconHud", "CrystalHud", "EXPHud", "ObsidianHud", "WatermarkHud", "WelcomeHud"], "feature_count": 27, "icon": "https://raw.githubusercontent.com/ZeonDevelopment/Zeon/main/src/main/resources/assets/zeon/icon.png", "id": "ZeonDevelopment/Zeon", "links": {"github": "https://github.com/ZeonDevelopment/Zeon", "download": "https://github.com/ZeonDevelopment/Zeon/releases/download/updates/zeon-addon_v0.2.jar", "discord": "https://discord.gg/YTQGdEEMBm"}, "name": "ZEON Addon", "stars": 5, "last_update": "2022-02-03T19:50:02Z", "downloads": 345, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/7n7o/ubereats-meteor-client-addon/master/src/main/resources/assets/template/icon.png", "id": "7n7o/ubereats-meteor-client-addon", "links": {"github": "https://github.com/7n7o/ubereats-meteor-client-addon"}, "name": "Addon Template", "stars": 0, "last_update": "2024-07-09T17:49:38Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "An addon template for Meteor Client addons."}, {"authors": ["RORAK"], "features": ["VarCommand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/RORAKUS/meteor-better-starscript/main/src/main/resources/assets/template/icon.png", "id": "RORAKUS/meteor-better-starscript", "links": {"github": "https://github.com/RORAKUS/meteor-better-starscript", "download": "https://github.com/RORAKUS/meteor-better-starscript/releases/download/release/meteor-better-starscript-1.0.0.jar"}, "name": "Better Starscript", "stars": 4, "last_update": "2023-01-31T17:55:06Z", "downloads": 545, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Addon for meteor to get better starscript"}, {"authors": ["D3vonite"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/D3voniteHacks/WolfWare-Beta/master/src/main/resources/assets/template/icon.png", "id": "D3voniteHacks/WolfWare-Beta", "links": {"github": "https://github.com/D3voniteHacks/WolfWare-Beta"}, "name": "WolfWare.rip", "stars": 0, "last_update": "2024-07-22T03:55:28Z", "downloads": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "first ever version of wolfware. (just modules from a buncha clients i like.)"}, {"authors": ["seasnail8169"], "features": ["AutoMountBypassDupe"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/necrophili/meteor-mbd-addon/main/src/main/resources/assets/mbd/icon.png", "id": "necrophili/meteor-mbd-addon", "links": {"github": "https://github.com/necrophili/meteor-mbd-addon"}, "name": "Meteor MBD Addon", "stars": 0, "last_update": "2021-11-01T08:15:49Z", "downloads": 0, "mc_version": "1.17", "status": {"archived": false}, "verified": false, "summary": "Addon mod to Meteor that adds back the AutoMountBypassDupe module."}, {"authors": ["Crosby"], "features": ["CrasherModule"], "feature_count": 1, "icon": null, "id": "RacoonDog/SwapCrasher", "links": {"github": "https://github.com/RacoonDog/SwapCrasher", "download": "https://github.com/RacoonDog/SwapCrasher/releases/download/1.20.4/swap-crasher-1.0.1.jar"}, "name": "Swap Crasher", "stars": 2, "last_update": "2024-03-15T01:24:46Z", "downloads": 54, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A Meteor Client addon that implements the swap crash."}, {"authors": ["1nject"], "features": ["VehicleOneHit", "GamemodeNotifier", "PistonBurrow", "TPFly", "MinecartAura", "BurrowEsp", "GradientOverlay", "AutoSand", "AutoChunkBan", "AntiPlacement", "AutoGold", "BlockClap", "BurrowAlert", "SoundLocator", "FlightAntikick", "AnchorAura", "DubCounter", "ChestExplorer", "BedBomb", "AnchorBomb", "SkeletonESP", "AutoBedTrap", "AutoWither", "HitboxDesync", "AutoSandTwo", "CevBreaker", "BedBombV2", "ChorusPredict", "ChatConfig", "DmSpam", "BTPistonPush", "tntaura", "AutoCityPlus", "PistonAura", "AutoCrystalPlus", "AntiPiston", "FastXP", "AntiSurroundBlocks", "FastLatency", "OldAnvil", "CityBreaker", "Strafe", "AntiRegear", "QQuiver", "HeadProtect", "GroundSpeed", "AntiLay", "Phase", "Sevila", "SpamBypass", "...and 100 more"], "feature_count": 150, "icon": "https://raw.githubusercontent.com/TSMTEAMER/Leaguemadedev/master/src/main/resources/assets/blackout/logo.png", "id": "TSMTEAMER/Leaguemadedev", "links": {"github": "https://github.com/TSMTEAMER/Leaguemadedev", "download": "https://github.com/TSMTEAMER/Leaguemadedev/releases/download/1%2C20%2C4/league-1.0.3.jar"}, "name": "League.win", "stars": 2, "last_update": "2024-05-05T19:36:35Z", "downloads": 146, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "We up #suckmydick"}, {"authors": ["GhostTypes", "Cloudburst", "Crosby", "RedCarlos", "Cryo"], "features": ["AutoBedCraft", "AutoCityPlus", "AutoLogin", "AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus"], "feature_count": 16, "icon": "https://raw.githubusercontent.com/BDARmech/orion.1/master/src/main/resources/assets/orion/icon.png", "id": "BDARmech/orion.1", "links": {"github": "https://github.com/BDARmech/orion.1", "discord": "https://discord.com/invite/9vGTkfA6H4"}, "name": "Orion", "stars": 0, "last_update": "2023-07-04T21:58:32Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Continuation of GhostTypes' Orion"}, {"authors": ["SplashAni_"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/SplashAni/RandomMeteor/main/src/main/resources/assets/random/icon.png", "id": "SplashAni/RandomMeteor", "links": {"github": "https://github.com/SplashAni/RandomMeteor", "download": "https://github.com/SplashAni/RandomMeteor/releases/download/RandomMeteor-0.5/meteor-random-0.5.0.jar", "discord": "https://discord.gg/dNyVgyvsYG"}, "name": "MeteorRandom", "stars": 36, "last_update": "2024-08-24T11:03:51Z", "downloads": 206, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "most insane addon NGL"}, {"authors": ["__aaa__", "LifeHacker"], "features": ["AntiAnchor", "PistonCrystal", "AutoCrystal", "AutoCity", "Surround", "BowRelease", "TntAura", "BedBomb", "AntiBed", "BedLay", "Strafe", "PistonPush", "AutoEz", "NoBreakReset", "BurrowEsp", "ChatTweaks", "ArmorAlert", "ElytraFly", "ElytraJump", "DeathInfo", "ChestTracker", "SilentUse", "MultiTask", "NoRotate", "HitSound", "AutoDM", "AutoMine", "Prefix", "FrameDupe", "TpaSpammer", "BedChams", "HUE", "BlockSelection", "ItemGlint", "MineProgress", "VisualRange", "NoHurtCam", "CustomFov", "NoSwing"], "feature_count": 39, "icon": "https://raw.githubusercontent.com/LifeHacker125132/WiseTree/master/src/main/resources/assets/template/icon.png", "id": "LifeHacker125132/WiseTree", "links": {"github": "https://github.com/LifeHacker125132/WiseTree", "download": "https://github.com/LifeHacker125132/WiseTree/releases/download/WiseTree/WiseTree-0.1.0.jar", "discord": "https://discord.gg/knTz9BpESE"}, "name": "WiseTree", "stars": 1, "last_update": "2023-11-25T23:33:51Z", "downloads": 108, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "The best advanced addon for Meteor Client"}, {"authors": ["Beronicous"], "features": ["ItemFrameDupe"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/GerroPogi/item-frame-duper/main/src/main/resources/assets/template/icon.png", "id": "GerroPogi/item-frame-duper", "links": {"github": "https://github.com/GerroPogi/item-frame-duper", "download": "https://github.com/GerroPogi/item-frame-duper/releases/download/1.20.6/itemframedupe-0.1.0.1.20.6.jar"}, "name": "Item Frame Duper", "stars": 1, "last_update": "2024-06-25T14:35:42Z", "downloads": 27, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Item Frame Dupe addon for servers that have Item Frame Dupe"}, {"authors": ["kkllffaa"], "features": ["Printer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/PK2-Stimpy/meteor-litematica-printer1.18/main/src/main/resources/assets/meteor_litematica_printer/icon.png", "id": "PK2-Stimpy/meteor-litematica-printer1.18", "links": {"github": "https://github.com/PK2-Stimpy/meteor-litematica-printer1.18"}, "name": "meteor-litematica-printer", "stars": 0, "last_update": "2022-12-02T00:54:12Z", "downloads": 0, "mc_version": "1.18.1", "status": {"archived": false}, "verified": false, "summary": "fast printer for litematica made with meteor."}, {"authors": ["MessyPrincy"], "features": ["WitherSpawnDetector", "PacketLogger", "ModeratorTracker", "MessyFlight", "MessyTeleport"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/MessyPrincy/Messy-addon/main/src/main/resources/assets/template/icon.png", "id": "MessyPrincy/Messy-addon", "links": {"github": "https://github.com/MessyPrincy/Messy-addon"}, "name": "Messy Coding", "stars": 0, "last_update": "2024-05-19T23:45:04Z", "downloads": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Meteor addon using the template available"}, {"authors": ["06ED"], "features": ["RadiusAutoWalk", "CevBreaker", "CrystalAuraPlus", "SurroundPlus", "FastThrowXP", "InstaMinePlus", "DiscordRPC", "Prefix", "AnchorAuraPlus", "ArmorNotifier", "TntAura", "InfiniteScaffold"], "feature_count": 12, "icon": "https://raw.githubusercontent.com/06ED/06EDs-tools/master/src/main/resources/assets/dinner-tools/icon.png", "id": "06ED/06EDs-tools", "links": {"github": "https://github.com/06ED/06EDs-tools"}, "name": "06ED's tools", "stars": 3, "last_update": "2023-06-12T14:03:49Z", "downloads": 0, "mc_version": "1.20", "status": {"archived": false}, "verified": false, "summary": "BASED pvp meteor addon"}, {"authors": ["Pyro"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/PyroDoo/Zero/main/src/main/resources/assets/template/icon.png", "id": "PyroDoo/Zero", "links": {"github": "https://github.com/PyroDoo/Zero", "download": "https://github.com/PyroDoo/Zero/releases/download/ZeroClient%28Kami%29/ZeroClient.0.02.2.Beta.jar"}, "name": "ZeroAddon", "stars": 0, "last_update": "2023-04-18T03:55:54Z", "downloads": 16, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["crazycat256"], "features": ["EventlessFly", "Phase", "InfiniteClickTP", "InfiniteInteract", "KnockbackTweaks", "SeedMap", "AutoFrameDupe", "SpeedBypass", "NBTTooltip", "VecFly", "UiUtils", "FrameDrop", "TPCamCommand", "TPCommand"], "feature_count": 14, "icon": "https://raw.githubusercontent.com/crazycat256/meteor-satellite-addon/master/src/main/resources/assets/satellite/icon.png", "id": "crazycat256/meteor-satellite-addon", "links": {"github": "https://github.com/crazycat256/meteor-satellite-addon", "download": "https://github.com/crazycat256/meteor-satellite-addon/releases/download/1.0/meteor-satellite-addon-1.0.jar"}, "name": "Meteor Satellite Addon", "stars": 3, "last_update": "2024-09-04T15:39:20Z", "downloads": 77, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "A meteor addon who add various features"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/RainbowMyslee/meteor-addon-hwid/main/src/main/resources/assets/template/icon.png", "id": "RainbowMyslee/meteor-addon-hwid", "links": {"github": "https://github.com/RainbowMyslee/meteor-addon-hwid"}, "name": "Addon Template", "stars": 1, "last_update": "2024-01-12T04:39:56Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Add hwid lock to meteor client addon"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/PaxCodesSometimes/PublicTest/master/src/main/resources/assets/template/icon.png", "id": "PaxCodesSometimes/PublicTest", "links": {"github": "https://github.com/PaxCodesSometimes/PublicTest"}, "name": "Addon Template", "stars": 0, "last_update": "2024-02-29T14:12:37Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "its a public test -_-"}, {"authors": ["davidCMs"], "features": ["SlimeChunkModule"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/davidCMs/meteor_client_slime_chunks/master/src/main/resources/assets/meteor_client_slime_chunks/icon.png", "id": "davidCMs/meteor_client_slime_chunks", "links": {"github": "https://github.com/davidCMs/meteor_client_slime_chunks", "download": "https://github.com/davidCMs/meteor_client_slime_chunks/releases/download/Release-v1.1/metior-cliant-slime-chunks-1.1.jar"}, "name": "Meteor Client Slime Chunks", "stars": 0, "last_update": "2024-08-31T02:53:00Z", "downloads": 9, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "An addon for meteor client that adds a module in the render category that shows slime chunks given a seed"}, {"authors": ["GhostTypes"], "features": ["AutoBedCraft", "AutoCityPlus", "AutoLogin", "AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "NametagsPlus", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus", "Beds", "Crystals", "Gaps", "TextItems", "XP", "Deaths", "Highscore", "KDRatio", "Killstreak", "Kills", "Logo", "VisualBinds", "Watermark", "Welcome"], "feature_count": 31, "icon": "https://raw.githubusercontent.com/3000IQPlay/orion/main/src/main/resources/assets/orion/icon.png", "id": "3000IQPlay/orion", "links": {"github": "https://github.com/3000IQPlay/orion"}, "name": "Orion", "stars": 0, "last_update": "2021-10-30T09:11:36Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "A combat based addon for Meteor Client"}, {"authors": ["Destropho and Marius"], "features": ["PacketFly", "AutoBedCraft", "AutoCityPlus", "AutoLogin", "AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "NametagsPlus", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus", "ChorusPredict", "BowBomb", "VectorCevBreaker", "cwystalAuwa", "StrafePlus", "BPlusSurround", "VectorCevBreaker", "CevBreaker", "BplusSelfTrap", "Beds", "Crystals", "Gaps", "TextItems", "XP", "Deaths", "Highscore", "KDRatio", "Killstreak", "Kills", "Logo", "VisualBinds", "Watermark", "Welcome"], "feature_count": 41, "icon": "https://raw.githubusercontent.com/cmk-Destro/UwU-Client/main/src/main/resources/assets/orion/icon.png", "id": "cmk-Destro/UwU-Client", "links": {"github": "https://github.com/cmk-Destro/UwU-Client", "discord": "https://discord.com/invite/9vGTkfA6H4"}, "name": "UWU", "stars": 0, "last_update": "2022-01-17T04:33:06Z", "downloads": 0, "mc_version": "1.18", "status": {"archived": false}, "verified": false, "summary": "uwu"}, {"authors": ["DortyTheGreat"], "features": ["ModuleExample", "sphere", "ElytraPlusPlus", "ElytraStop", "WaitingAutoSign", "AutoLogin", "Printer", "AutoBuild", "ChatBot", "WurstGlide", "MapSaver", "AutoNameTagFix", "CustomFOV", "BookSaver", "GrassColorPeek", "Suicide", "VillagerRoller", "Spin", "AnvilName", "TradeAura", "DortyScaffold", "Rocket", "PingSpoof", "AnchorBoomer", "AutoTrapPlus"], "feature_count": 25, "icon": "https://raw.githubusercontent.com/DortyTheGreat/Imptovskii_Ascension/main/src/main/resources/assets/template/icon.png", "id": "DortyTheGreat/Imptovskii_Ascension", "links": {"github": "https://github.com/DortyTheGreat/Imptovskii_Ascension"}, "name": "DortiesPanties", "stars": 0, "last_update": "2024-07-15T11:05:47Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Minecraft Meteor Addon for new-places.ru"}, {"authors": ["cally72jhb"], "features": ["PacketHoleFill", "SurroundPlus", "NoCollision", "PacketPlace", "Paragraph", "PingSpoof", "Placeholders", "EntityFly", "EntityPhase", "PacketFly", "RubberbandFly", "NoSwing", "PortalGodMode", "HoleRenderer", "SkeletonESP", "CenterCommand", "DesyncCommand", "PlayerHeadCommand", "ShaderCommand", "TeleportCommand", "TrashCommand", "UUIDCommand"], "feature_count": 22, "icon": null, "id": "stokedcheetah/vector-addon", "links": {"github": "https://github.com/stokedcheetah/vector-addon", "discord": "https://discord.gg/A3nYgbKeXR", "homepage": "https://cally72jhb.github.io/website"}, "name": "Vector Addon", "stars": 0, "last_update": "2022-09-29T18:54:09Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "A powerful open-source addon for Meteor Client."}, {"authors": ["FlexCoral", "seasnail8169", "Cloudburst"], "features": ["VillagerRoller"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Krolul/meteor-villager-roller/main/src/main/resources/assets/template/icon.png", "id": "Krolul/meteor-villager-roller", "links": {"github": "https://github.com/Krolul/meteor-villager-roller", "discord": "https://discord.com/invite/DFsMKWJJPN"}, "name": "Meteor Villager Roller", "stars": 0, "last_update": "2023-07-06T07:53:06Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Module for Meteor Client that continiously breaks and places work block of villager until it has desired trade"}, {"authors": ["Kyuunex"], "features": ["AutoDump", "ChatNotifier", "DoujinDupe", "MapHighlighter", "QuartzFarmer", "RegionFileHighlighter", "WebhookBridge", "ChatCooker", "PrintTPS", "OfflineUUIDGen"], "feature_count": 10, "icon": "https://raw.githubusercontent.com/Kyuunex/fumo-utils/master/src/main/resources/assets/icon.png", "id": "Kyuunex/fumo-utils", "links": {"github": "https://github.com/Kyuunex/fumo-utils", "download": "https://github.com/Kyuunex/fumo-utils/releases/download/latest/fumo-utils-0.1.0.jar"}, "name": "FumoUtils", "stars": 0, "last_update": "2024-11-01T10:20:11Z", "downloads": 2, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Minecraft Utilities"}, {"authors": ["seasnail8169"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Vimer5410/LmaoBox-leak/main/src/main/resources/assets/bookdupe/icon.png", "id": "Vimer5410/LmaoBox-leak", "links": {"github": "https://github.com/Vimer5410/LmaoBox-leak"}, "name": "Meteor Book Dupe Addon", "stars": 7, "last_update": "2021-12-24T19:59:06Z", "downloads": 0, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "An addon that adds the .d dupe to Meteor."}, {"authors": ["filepile, Hitomi"], "features": ["BoatExploit"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Beehive-devs/Beeehive-addon/main/src/main/resources/assets/icon/icon.png", "id": "Beehive-devs/Beeehive-addon", "links": {"github": "https://github.com/Beehive-devs/Beeehive-addon", "download": "https://github.com/Beehive-devs/Beeehive-addon/releases/download/release1/beehive-addon-1.20.6.jar"}, "name": "Beehive Addon", "stars": 4, "last_update": "2024-09-15T15:56:20Z", "downloads": 4, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Beehive Addon is a mod that adds a bunch exploit to the Meteor Client."}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AimAssist", "AntiBot", "AntiCrash", "AntiSpawnpoint", "AntiVanish", "ArrowDmg", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoFarm", "AutoGrind", "AutoLogin", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "GamemodeNotifier", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Jetpack", "Lavacast", "MossBot", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "SkeletonESP", "SoundLocator", "TreeAura", "FullNoClip", "...and 20 more"], "feature_count": 70, "icon": "https://raw.githubusercontent.com/bluepanee/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "bluepanee/meteor-rejects", "links": {"github": "https://github.com/bluepanee/meteor-rejects", "download": "https://github.com/bluepanee/meteor-rejects/releases/download/0.3/meteor-rejects-addon-0.3.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-06-21T14:32:50Z", "downloads": 84, "mc_version": "1.20", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client with features that won't be added to Meteor. Because they were either rejected or are ports from other clients."}, {"authors": ["jefff"], "features": ["SearchArea", "AutoLogY", "AutoJoinServer", "GotoPosition", "ChestIndex", "LookAt", "HighlightOldLava", "FollowBaritonePath", "CommandExample"], "feature_count": 9, "icon": "https://raw.githubusercontent.com/miles352/meteor-mod/master/src/main/resources/assets/template/icon.png", "id": "miles352/meteor-mod", "links": {"github": "https://github.com/miles352/meteor-mod", "download": "https://github.com/miles352/meteor-mod/releases/download/0.7.2/jefff-mod-0.7.2.jar", "discord": "https://discord.com/users/769415977439592468"}, "name": "Jefff's Mods", "stars": 0, "last_update": "2024-10-01T21:46:14Z", "downloads": 6, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "idk some mods i wanted"}, {"authors": ["rfresh2"], "features": ["ErrorCrash", "ForceOpCommand", "RamBusterBookCommand"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/rfresh2/shadow-exploits-showcase/main/src/main/resources/assets/template/icon.png", "id": "rfresh2/shadow-exploits-showcase", "links": {"github": "https://github.com/rfresh2/shadow-exploits-showcase", "download": "https://github.com/rfresh2/shadow-exploits-showcase/releases/download/latest/shadow-showcase-1.0.jar"}, "name": "Shadow Showcase", "stars": 5, "last_update": "2022-10-11T17:00:33Z", "downloads": 76, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "A meteor addon for shadow module showcases"}, {"authors": ["Zgoly"], "features": ["AutoFeed", "AutoFix", "AutoHeal", "AutoLeave", "AutoLogin", "AutoSleep", "AutoSneak", "BoatControl", "DmSpam", "EntityUse", "Grid", "Instructions", "ItemSucker", "JumpFlight", "JumpJump", "Placer", "SlotClick", "ZAimbot", "ZKillaura", "CoordinatesCommand", "DataCommand"], "feature_count": 21, "icon": "https://raw.githubusercontent.com/crazymoose77756/Meteorist/main/src/main/resources/assets/meteorist/icon.png", "id": "crazymoose77756/Meteorist", "links": {"github": "https://github.com/crazymoose77756/Meteorist", "discord": "https://discord.gg/y8fBWPNJFm", "homepage": "https://zgoly.github.io/utils/download-latest-release?user=Zgoly&repo=Meteorist&file=.jar"}, "name": "Meteorist", "stars": 0, "last_update": "2024-06-25T19:51:25Z", "downloads": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "\u2604\ufe0f Add-on for Meteor that adds useful utilities for non-vanilla anarchy servers \u2604\ufe0f"}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AimAssist", "AntiBot", "AntiCrash", "AntiSpawnpoint", "AntiVanish", "ArrowDmg", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoFarm", "AutoGrind", "AutoLogin", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "GamemodeNotifier", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Jetpack", "Lavacast", "MossBot", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "SkeletonESP", "SoundLocator", "TreeAura", "CenterCommand", "...and 16 more"], "feature_count": 66, "icon": "https://raw.githubusercontent.com/13hendy/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "13hendy/meteor-rejects", "links": {"github": "https://github.com/13hendy/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-05-20T11:47:13Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client with features that won't be added to Meteor. Because they were either rejected or are ports from other clients."}, {"authors": ["Neki_play"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Nekiplay/MeteorClanHelper/master/src/main/resources/assets/icon.png", "id": "Nekiplay/MeteorClanHelper", "links": {"github": "https://github.com/Nekiplay/MeteorClanHelper"}, "name": "Meteor Clans", "stars": 0, "last_update": "2024-09-04T18:27:58Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Addon to improve interaction with fellow clansmen"}, {"authors": ["RickyTheRacc", "Puzza"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/Puzzaa/eclipse-addon/main/src/main/resources/assets/icon.png", "id": "Puzzaa/eclipse-addon", "links": {"github": "https://github.com/Puzzaa/eclipse-addon", "discord": "https://discord.gg/23nzFyxWxq"}, "name": "Eclipse Addon", "stars": 0, "last_update": "2022-12-23T07:41:00Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Based addon for Meteor Client"}, {"authors": ["seasnail8169"], "features": ["Example", "AnotherExample", "ExampleCommand", "HudExample"], "feature_count": 4, "icon": "https://raw.githubusercontent.com/maxsupermanhd/meteor-command-output-hud/main/src/main/resources/assets/template/icon.png", "id": "maxsupermanhd/meteor-command-output-hud", "links": {"github": "https://github.com/maxsupermanhd/meteor-command-output-hud", "download": "https://github.com/maxsupermanhd/meteor-command-output-hud/releases/download/latest/addon-template-0.1.jar"}, "name": "Addon Template", "stars": 0, "last_update": "2022-06-15T19:38:42Z", "downloads": 19, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "hud element that displays command output"}, {"authors": ["Fargendo"], "features": ["VillagerTrader", "ExampleCommand"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/codrum/villagertrader/main/src/main/resources/assets/template/icon.png", "id": "codrum/villagertrader", "links": {"github": "https://github.com/codrum/villagertrader", "download": "https://github.com/codrum/villagertrader/releases/download/latest/villager-trader-addon-420.69.jar"}, "name": "Villager Trader", "stars": 2, "last_update": "2021-07-16T21:02:38Z", "downloads": 50, "mc_version": "1.17", "status": {"archived": false}, "verified": false, "summary": "Meteor Client addon that automatically trades with villagers"}, {"authors": ["CapyKing10"], "features": ["TNTAura", "AntiPistonAura", "Texturing", "WebhookLogging", "ShulkerDrop", "EntityFly", "CatSpam", "AutoVertical", "ChunkDupeTimer", "ClientPrefix", "PopCounter", "ArmorNotify", "BackupCaller", "AntiPlayerSwing", "LogoutSpotsPlus", "VisualRange", "AntiPistonPush", "HandColor", "Box", "KillEffect", "BurrowESP", "HitboxDesync", "ItemFrameSearch", "Discord", "GambleYourBase"], "feature_count": 25, "icon": "https://raw.githubusercontent.com/CapyKing10/CapyAddon/main/src/main/resources/assets/capyaddon/icon.png", "id": "CapyKing10/CapyAddon", "links": {"github": "https://github.com/CapyKing10/CapyAddon", "download": "https://github.com/CapyKing10/CapyAddon/releases/download/release-1.0.5-1.21.1/CapyAddon-1.0.5.jar", "discord": "https://dsc.gg/capyking10"}, "name": "CapyAddon", "stars": 13, "last_update": "2024-09-21T16:47:07Z", "downloads": 40, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "A utility meteor addon made by me"}, {"authors": ["Powie69"], "features": ["ModuleExample", "AntiVanish", "ArmorBuster", "AutoLogin", "AutoSell", "BedrockPrinter", "BlazeFarm", "DimensionGodMode", "SmiteAura", "CommandExample", "ClearChat", "Coords"], "feature_count": 12, "icon": "https://raw.githubusercontent.com/Powie69/PowHax/master/src/main/resources/assets/template/icon.png", "id": "Powie69/PowHax", "links": {"github": "https://github.com/Powie69/PowHax", "download": "https://github.com/Powie69/PowHax/releases/download/latest/powhax-1.3.3.jar"}, "name": "PowHax", "stars": 3, "last_update": "2024-10-06T12:19:45Z", "downloads": 30, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "meteor addon thats made for servers with plugins like mcmmo, essentialsX, and many other"}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AntiBot", "AntiSpawnpoint", "AntiVanish", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "BonemealAura", "Boost", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Lavacast", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "SilentDisconnect", "SkeletonESP", "SoundLocator", "TillAura", "TreeAura", "CenterCommand", "ClearChatCommand", "GhostCommand", "GiveCommand", "HeadsCommand", "KickCommand", "LocateCommand", "PanicCommand", "ReconnectCommand", "ServerCommand", "...and 7 more"], "feature_count": 57, "icon": "https://raw.githubusercontent.com/cattyngmd/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "cattyngmd/meteor-rejects", "links": {"github": "https://github.com/cattyngmd/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2022-11-20T11:52:56Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client with features that won't be added to Meteor. Because they were either rejected or are ports from other clients."}, {"authors": ["Cr7mbl3"], "features": ["PacketLogger"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Cr7mbl3/meteor-packet-logger/master/src/main/resources/assets/template/icon.png", "id": "Cr7mbl3/meteor-packet-logger", "links": {"github": "https://github.com/Cr7mbl3/meteor-packet-logger", "download": "https://github.com/Cr7mbl3/meteor-packet-logger/releases/download/latest/meteor-packetlogger-0.1.0.jar"}, "name": "Meteor Packet Logger", "stars": 2, "last_update": "2022-12-19T21:58:38Z", "downloads": 122, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Addon for meteor client to log minecraft network packets to console"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/Nekiplay/Hypixel-SkyBlockTools/master/src/main/resources/assets/template/icon.png", "id": "Nekiplay/Hypixel-SkyBlockTools", "links": {"github": "https://github.com/Nekiplay/Hypixel-SkyBlockTools"}, "name": "Addon Template", "stars": 0, "last_update": "2023-08-17T12:52:36Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Modules for Hypixel SkyBlock"}, {"authors": ["seasnail"], "features": ["PortalGodeMode"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/MrNooberDude/vector-portal-godmode/master/src/main/resources/assets/template/icon.png", "id": "MrNooberDude/vector-portal-godmode", "links": {"github": "https://github.com/MrNooberDude/vector-portal-godmode"}, "name": "Addon Template", "stars": 0, "last_update": "2023-05-14T09:40:56Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Vector addon's portal godmode but standalone"}, {"authors": ["areanimika"], "features": ["VerticalClip", "AlwaysNoFallPacket", "BlockLogger", "KillEffects", "SafeVClipCommand", "IncHClipCommand", "TopCommand", "BottomCommand"], "feature_count": 8, "icon": null, "id": "areanimika/meteor-addon", "links": {"github": "https://github.com/areanimika/meteor-addon", "download": "https://github.com/areanimika/meteor-addon/releases/download/v1.0.1/areanimikahax-1.0.1.jar", "discord": "https://discord.gg/MMbWUmjGKg"}, "name": "AreanimikaHax", "stars": 2, "last_update": "2024-03-13T19:32:48Z", "downloads": 82, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A meteor addon, made by me."}, {"authors": ["LegitMeme"], "features": ["DoesNothingModule", "ChickenCommand"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/Alyssotl/CubedCraft-Meteor-Addon/main/src/main/resources/assets/template/icon.png", "id": "Alyssotl/CubedCraft-Meteor-Addon", "links": {"github": "https://github.com/Alyssotl/CubedCraft-Meteor-Addon"}, "name": "CubedCraft Addon", "stars": 1, "last_update": "2023-05-27T13:14:19Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "A CubedCraft addon for Meteor Client."}, {"authors": ["NotMe11"], "features": ["AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "NametagsPlus", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus", "SoundLocator", "AutoTNT", "SkeletonESP", "NotifierPlus", "AnchorAuraRewrite", "AutoWither", "AntiVanish", "AutoSalDupe", "PingSpoof", "AutoTotme", "PearlPredict", "ChorusPredict", "PacketUse", "AutoCrystalHead", "AutoLogin", "AutoBypass", "EntityFly", "AutoCrymstal", "InstaMineBypass", "AutoBedCraft", "AutoCityPlus", "nwprefix", "AutoFrameDupe", "SmartHoleFiller", "ExploitTeleportCommand", "Beds", "Crystals", "Gaps", "TextItems", "XP", "Deaths", "Highscore", "KDRatio", "Killstreak", "Kills", "Logo", "...and 3 more"], "feature_count": 53, "icon": "https://raw.githubusercontent.com/h4ince/NotWare/main/src/main/resources/assets/notware/logo.png", "id": "h4ince/NotWare", "links": {"github": "https://github.com/h4ince/NotWare", "download": "https://github.com/h4ince/NotWare/releases/download/0.22/notware-0.22.jar"}, "name": "NotWare", "stars": 2, "last_update": "2022-02-11T03:50:09Z", "downloads": 133, "mc_version": "1.18", "status": {"archived": false}, "verified": false, "summary": "1.17.1 Meteor Addon"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/ClosetClient/meteor-addon-closet/main/src/main/resources/assets/template/icon.png", "id": "ClosetClient/meteor-addon-closet", "links": {"github": "https://github.com/ClosetClient/meteor-addon-closet"}, "name": "Addon Template", "stars": 0, "last_update": "2023-01-16T11:29:39Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Closet Cheating addon for meteor"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/ChrisAB/meteor-farm/master/src/main/resources/assets/template/icon.png", "id": "ChrisAB/meteor-farm", "links": {"github": "https://github.com/ChrisAB/meteor-farm"}, "name": "Addon Template", "stars": 0, "last_update": "2024-07-09T17:49:38Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["RacialGamer"], "features": ["AutoCrystal"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/RacialGamer/AutoCrystal-Meteor-Addon/main/src/main/resources/assets/template/icon.png", "id": "RacialGamer/AutoCrystal-Meteor-Addon", "links": {"github": "https://github.com/RacialGamer/AutoCrystal-Meteor-Addon", "download": "https://github.com/RacialGamer/AutoCrystal-Meteor-Addon/releases/download/1.19.4/Autocrystal-Meteor-Addon-1.0-1.19.4.jar"}, "name": "Autocrystal Meteor Addon", "stars": 5, "last_update": "2023-06-26T09:31:45Z", "downloads": 47, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "A Meteor addon that adds AutoCrystal to Meteor"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/xlfrie/meteor-addon-test/main/src/main/resources/assets/template/icon.png", "id": "xlfrie/meteor-addon-test", "links": {"github": "https://github.com/xlfrie/meteor-addon-test"}, "name": "Addon Template", "stars": 0, "last_update": "2022-09-05T18:48:24Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["Pixel_b0t"], "features": ["Bot_Mode_Module", "ResetLastPos"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/darius172/LO_SERVER_ADDON/master/src/main/resources/assets/template/icon.png", "id": "darius172/LO_SERVER_ADDON", "links": {"github": "https://github.com/darius172/LO_SERVER_ADDON"}, "name": "Pixel_b0t's utilitys for liveoverflow's Server ", "stars": 1, "last_update": "2023-11-25T20:16:15Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "A meteor client addon made for liveoverflow's server."}, {"authors": ["OskHe"], "features": ["ModuleBindsCommand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/OskHe/Meteor-Extension/main/src/main/resources/assets/meteorextension/iconOH.png", "id": "OskHe/Meteor-Extension", "links": {"github": "https://github.com/OskHe/Meteor-Extension", "download": "https://github.com/OskHe/Meteor-Extension/releases/download/latest/meteor-extension-1.0.jar"}, "name": "Meteor-Extension", "stars": 2, "last_update": "2022-12-03T15:20:14Z", "downloads": 50, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "A extension for the Meteor Client"}, {"authors": ["Crosby"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/RacoonDog/Tokyo-Client/main/src/main/resources/assets/tokyo-client/icon.png", "id": "RacoonDog/Tokyo-Client", "links": {"github": "https://github.com/RacoonDog/Tokyo-Client", "download": "https://github.com/RacoonDog/Tokyo-Client/releases/download/v1.2.0/tokyo-1.2.0.jar", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Tokyo Client", "stars": 38, "last_update": "2023-11-12T06:23:01Z", "downloads": 446, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Anarchy tool of the future."}, {"authors": ["Greendip"], "features": ["BetterAutoLog"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Greendip/BetterAutoLog/master/src/main/resources/assets/template/icon.png", "id": "Greendip/BetterAutoLog", "links": {"github": "https://github.com/Greendip/BetterAutoLog", "download": "https://github.com/Greendip/BetterAutoLog/releases/download/Latest/BetterAutoLog.jar"}, "name": "BetterAutoLog", "stars": 0, "last_update": "2023-08-26T20:09:27Z", "downloads": 9, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "addon."}, {"authors": ["nxyi"], "features": ["Ethanol"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Dark-Developments/Ethanol-Meteor-Addon/master/src/main/resources/assets/icon/icon.png", "id": "Dark-Developments/Ethanol-Meteor-Addon", "links": {"github": "https://github.com/Dark-Developments/Ethanol-Meteor-Addon", "download": "https://github.com/Dark-Developments/Ethanol-Meteor-Addon/releases/download/1.0.0/Ethanol-0.3.5-1.20.4.jar", "discord": "https://discord.gg/4ZRevD4YG9"}, "name": "Ethanol", "stars": 5, "last_update": "2024-07-06T18:14:20Z", "downloads": 233, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "a Meteor addon to control Ethanol a Minecraft Backdoor with 80+ commands, Supporting a zero-trust policy. Enjoy free usage while your data remains unsaved and minimal caching ensures privacy, multiversion support Meteor Client 1.20.4."}, {"authors": ["semjon00"], "features": ["BedDestroyer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/semjon00/meteor-bed-destroyer/master/src/main/resources/assets/beddestroyer/icon.png", "id": "semjon00/meteor-bed-destroyer", "links": {"github": "https://github.com/semjon00/meteor-bed-destroyer", "download": "https://github.com/semjon00/meteor-bed-destroyer/releases/download/v0.7/meteor-bed-destroyer-0.7.jar"}, "name": "Bed destroyer", "stars": 0, "last_update": "2023-03-24T21:32:04Z", "downloads": 18, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client"}, {"authors": ["RickyTheRacc"], "features": ["ArmorMessages", "AutoCityPlus", "AutoTrapPlus", "XPThrower", "AnchorPlus", "AntiTrap", "BurrowESP", "BurrowMiner", "AntiSurround", "BananaBomber", "CevBreaker", "CityESPPlus", "HoleESPPlus", "MonkeBurrow", "Monkhand", "MonkeTotem", "PostTickKA", "QuiverPlus", "QuiverRewrite", "SelfTrapPlus", "SmartHoleFill", "StepPlus", "StrafePlus", "SurroundPlus", "ReverseStepTimer", "TickShift", "AutoBuild", "AfkLog", "AntiGlitchBlock", "AutoFollow", "AutoSex", "BindClickExtra", "BindClickFriend", "InstaMinePlus", "KillEffects", "MonkeFlight", "OneClickEat", "Platform", "PrefixManager", "Presence", "SkinBlinker", "TimeAnimator", "TPSSync", "Twerk", "WebNoSlow"], "feature_count": 45, "icon": "https://raw.githubusercontent.com/AntiCope/banana-for-everyone/main/src/main/resources/assets/logo1.png", "id": "AntiCope/banana-for-everyone", "links": {"github": "https://github.com/AntiCope/banana-for-everyone", "discord": "https://discord.gg/brjN8BkpGU"}, "name": "Banana+", "stars": 1, "last_update": "2022-09-08T01:10:01Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"authors": ["Neki_play"], "features": ["ItemRawIdCommand", "EclipCommand", "ClearInventoryCommand", "GotoPlusCommand", "GPTCommand", "Hunt", "KillAuraPlus", "Teams", "HologramModule", "SprintPlus", "ChatPrefix", "ChatGPT", "ItemHighlightPlus", "FastLadderPlus", "TriggerBot", "EyeFinder", "InventoryMovePlus", "AutoDropPlus", "NoFallPlus", "TimerPlus", "SpeedPlus", "FlyPlus", "SpiderPlus", "JesusPlus", "BedrockStorageBruteforce", "AutoCraftPlus", "AutoObsidianFarm", "XrayBruteforce", "AutoLeave", "AutoAccept", "GhostBlockFixer", "SafeMine", "Freeze", "AntiBotPlus", "MultiTasks", "ItemFrameEsp", "KillAuraPlus", "ElytraFlyPlus", "VelocityPlus", "NoJumpDelay", "NoSlowPlus", "MapIntegration", "LitematicaPrinter", "WhereIsIt", "HiddenModulesTab"], "feature_count": 45, "icon": "https://raw.githubusercontent.com/crazymoose77756/MeteorPlus/main/src/main/resources/assets/meteorplus/icon.png", "id": "crazymoose77756/MeteorPlus", "links": {"github": "https://github.com/crazymoose77756/MeteorPlus", "discord": "https://discord.gg/N3gqYc7GRS", "homepage": "https://nekiplay.github.io/MeteorPlus/"}, "name": "Meteor+", "stars": 0, "last_update": "2024-07-08T00:47:17Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor client and Boze client that adds many blatant features."}, {"authors": ["seasnail8169"], "features": ["Example", "AnotherExample", "ExampleCommand", "HudExample"], "feature_count": 4, "icon": "https://raw.githubusercontent.com/AntiCope/addon-menu/main/src/main/resources/assets/template/icon.png", "id": "AntiCope/addon-menu", "links": {"github": "https://github.com/AntiCope/addon-menu"}, "name": "Addon Template", "stars": 2, "last_update": "2022-03-07T00:47:56Z", "downloads": 0, "mc_version": "1.18.1", "status": {"archived": false}, "verified": false, "summary": "In-game addon menu for meteor client. Addons fetched from anticope.ml"}, {"authors": ["DAMcraft"], "features": ["Find servers with many parameters, for example: Cracked, Description, Player count, much more...", "Server database with around 1.000.000 servers!", "Over 40.000.000 players tracked!", "Search for ANY server you want!"], "feature_count": 4, "icon": "https://raw.githubusercontent.com/tanchevk/MeteorServerSeeker/master/src/main/resources/assets/serverseeker/icon.png", "id": "tanchevk/MeteorServerSeeker", "links": {"github": "https://github.com/tanchevk/MeteorServerSeeker", "discord": "https://discord.gg/jVyHyYbqdS"}, "name": "ServerSeeker", "stars": 0, "last_update": "2023-07-17T15:32:09Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Basically copenheimer, but publicly available and better. This is the official ServerSeeker addon for Meteor. Allows you to find servers with lots of search parameters, or find the exact server where players play on. "}, {"authors": ["Fin_LemonKee", "Waxner"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/LemonClientDevelopment/LemonFont/master/src/main/resources/assets/lemon-client/icons/icon.png", "id": "LemonClientDevelopment/LemonFont", "links": {"github": "https://github.com/LemonClientDevelopment/LemonFont"}, "name": "Lemon Font", "stars": 1, "last_update": "2024-02-18T09:43:02Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A addon that allows Meteor client to display Chinese fonts."}, {"authors": ["seasnail8169"], "features": ["BookDupeCommand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/supakeks/meteor-book-dupe-addon/main/src/main/resources/assets/bookdupe/icon.png", "id": "supakeks/meteor-book-dupe-addon", "links": {"github": "https://github.com/supakeks/meteor-book-dupe-addon"}, "name": "Meteor Book Dupe Addon", "stars": 4, "last_update": "2021-05-22T22:15:22Z", "downloads": 0, "mc_version": "1.16.5", "status": {"archived": false}, "verified": false, "summary": "An addon that adds the .d dupe to meteor."}, {"authors": ["Kiriyaga"], "features": ["antirespawnlose", "tntaura", "blockrenderer", "rangechecker", "totemleaver", "discordrpc", "notificationsettings", "pyramid", "karasicprefix", "autotrapik", "citybreaker", "selftrapik", "watermark", "hudnotifications"], "feature_count": 14, "icon": "https://raw.githubusercontent.com/Kiriyaga7615/karasic/main/src/main/resources/assets/template/icon.png", "id": "Kiriyaga7615/karasic", "links": {"github": "https://github.com/Kiriyaga7615/karasic", "download": "https://github.com/Kiriyaga7615/karasic/releases/download/13/karasic.v13.jar", "discord": "https://discord.gg/chJNFZzTgq"}, "name": "karasic-addon", "stars": 13, "last_update": "2022-01-13T00:38:41Z", "downloads": 269, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "karasic addon for meteor client"}, {"authors": ["AbobadonTeam"], "features": ["Moduleabobadon"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/0xhardcoder/abobadon/master/src/main/resources/assets/template/icon.png", "id": "0xhardcoder/abobadon", "links": {"github": "https://github.com/0xhardcoder/abobadon"}, "name": "Abobadon", "stars": 0, "last_update": "2023-05-15T14:00:06Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Abobadon: the ultimate Meteor Client addon for Minecraft PvP gameplay. Dominate the competition with advanced modules, tools, and hacks. Easy to use with a user-friendly interface and helpful documentation. Join the battle for supremacy with Abobadon!"}, {"authors": ["opfromthestart"], "features": ["ItemFrameDupe", "AnotherExample", "ExampleCommand", "HudExample"], "feature_count": 4, "icon": "https://raw.githubusercontent.com/opfromthestart/item-frame-dupe/main/src/main/resources/assets/template/icon.png", "id": "opfromthestart/item-frame-dupe", "links": {"github": "https://github.com/opfromthestart/item-frame-dupe"}, "name": "Dupe Plugin", "stars": 2, "last_update": "2022-06-01T20:48:57Z", "downloads": 0, "mc_version": "1.18.1", "status": {"archived": false}, "verified": false, "summary": "Facilitates the item frame dupe"}, {"authors": ["AndrexYT"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/AndrexYT/AutoAdvertiser/master/src/main/resources/assets/template/icon.png", "id": "AndrexYT/AutoAdvertiser", "links": {"github": "https://github.com/AndrexYT/AutoAdvertiser", "download": "https://github.com/AndrexYT/AutoAdvertiser/releases/download/v0.1.0/AutoAdvertiser-0.1.0.jar"}, "name": "Auto Advertiser", "stars": 2, "last_update": "2024-08-28T13:55:27Z", "downloads": 7, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Advertise your stuff on servers."}, {"authors": ["HoseanRC"], "features": ["IfpeekCommand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/HoseanRC/ifpeek-meteor-addon/main/src/main/resources/assets/template/icon.png", "id": "HoseanRC/ifpeek-meteor-addon", "links": {"github": "https://github.com/HoseanRC/ifpeek-meteor-addon", "download": "https://github.com/HoseanRC/ifpeek-meteor-addon/releases/download/v1.0.1/ifpeek-1.0.1.jar"}, "name": "itemframe peek command", "stars": 2, "last_update": "2022-12-14T16:59:27Z", "downloads": 36, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "item frame shulker viewer"}, {"authors": ["seasnail8169"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/motorDev/Noxas-hack/main/src/main/resources/assets/template/icon.png", "id": "motorDev/Noxas-hack", "links": {"github": "https://github.com/motorDev/Noxas-hack"}, "name": "Addon Template", "stars": 0, "last_update": "2022-05-10T12:38:26Z", "downloads": 0, "mc_version": "1.18.1", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["iroaK"], "features": ["GrimDisabler", "TridentFly", "Discord"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/Minecraft-IRK/Grim-Disabler-Meteor/master/src/main/resources/assets/template/icon.png", "id": "Minecraft-IRK/Grim-Disabler-Meteor", "links": {"github": "https://github.com/Minecraft-IRK/Grim-Disabler-Meteor", "download": "https://github.com/Minecraft-IRK/Grim-Disabler-Meteor/releases/download/release/Grim.Disabler.Meteor-1.20.4.jar"}, "name": "Grim Disabler", "stars": 2, "last_update": "2024-05-01T16:35:10Z", "downloads": 278, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Grim Disabler Meteor Addon"}, {"authors": ["tympanicblock61"], "features": ["HologramSpammer", "HoloImage"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/tympanicblock61/hologram-spammer/master/src/main/resources/assets/template/icon.png", "id": "tympanicblock61/hologram-spammer", "links": {"github": "https://github.com/tympanicblock61/hologram-spammer", "download": "https://github.com/tympanicblock61/hologram-spammer/releases/download/1.20.1/hologram-spammer-0.1.1.jar"}, "name": "Hologram Spammer", "stars": 0, "last_update": "2023-07-11T20:12:33Z", "downloads": 9, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "shadow client hologram spammer port to meteor"}, {"authors": ["obvWolf", "ImproperIssues"], "features": ["SwarmPlusMaster", "SwarmPlusWorker", "SwarmManager"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/thetrouper/Butler/master/src/main/resources/assets/template/icon.png", "id": "thetrouper/Butler", "links": {"github": "https://github.com/thetrouper/Butler"}, "name": "Butler Addon", "stars": 0, "last_update": "2024-05-09T21:58:09Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A meteor addon which increases the functionality of the swam module"}, {"authors": ["KassuK and OLEPOSSU"], "features": ["AnchorAuraPlus", "AnteroTaateli", "AntiAim", "AntiCrawl", "AutoCraftingTable", "AutoCrystalPlus", "AutoEz", "Automation", "AutoMend", "AutoMine", "AutoMoan", "AutoPearl", "AutoPvp", "AutoTrapPlus", "BedAuraPlus", "BurrowPlus", "CustomFOV", "ElytraFlyPlus", "FastXP", "FeetESP", "FlightPlus", "Fog", "ForceSneak", "HoleFillPlus", "HoleFillRewrite", "HoleSnap", "JesusPlus", "KillAuraPlus", "LightsOut", "kassuk.addon.blackout.modules.Logger", "MineESP", "OffHandPlus", "PacketFly", "PingSpoof", "PistonCrystal", "PistonPush", "PortalGodMode", "RPC", "ScaffoldPlus", "SelfTrapPlus", "SoundModifier", "SpeedPlus", "SprintPlus", "StepPlus", "StrictNoSlow", "Suicide", "SurroundPlus", "SwingModifier", "TickShift", "WeakAlert", "...and 7 more"], "feature_count": 57, "icon": "https://raw.githubusercontent.com/op1umseller/BlackOut/main/src/main/resources/assets/blackout/logo.png", "id": "op1umseller/BlackOut", "links": {"github": "https://github.com/op1umseller/BlackOut", "discord": "https://discord.gg/mmWz9Dz4Y9"}, "name": "Blackout", "stars": 0, "last_update": "2023-07-08T20:19:20Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Plugin for meteor client adding more features mostly focusing on CPVP"}, {"authors": ["seasnail"], "features": [], "feature_count": 0, "icon": null, "id": "needitem/Allinone", "links": {"github": "https://github.com/needitem/Allinone", "download": "https://github.com/needitem/Allinone/releases/download/Release/allinone-0.1.0-all.jar"}, "name": "Addon Template", "stars": 0, "last_update": "2024-09-06T05:51:45Z", "downloads": 5, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "An addon template for Meteor Client addons."}, {"authors": ["Cabbasca"], "features": ["ErrorCrash", "ForceOpCommand", "RamBusterBookCommand"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/Cabbasca/shadow-exploits-showcase/main/src/main/resources/assets/template/icon.png", "id": "Cabbasca/shadow-exploits-showcase", "links": {"github": "https://github.com/Cabbasca/shadow-exploits-showcase"}, "name": "Shadow Showcase", "stars": 0, "last_update": "2022-06-01T06:35:57Z", "downloads": 0, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "A meteor addon for shadow module showcases"}, {"authors": ["seasnail"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/RacoonDog/meteor-gui-injector/main/src/main/resources/assets/template/icon.png", "id": "RacoonDog/meteor-gui-injector", "links": {"github": "https://github.com/RacoonDog/meteor-gui-injector", "download": "https://github.com/RacoonDog/meteor-gui-injector/releases/download/latest/meteor-gui-injector-1.0.0.jar", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Addon Template", "stars": 1, "last_update": "2023-06-01T00:37:25Z", "downloads": 12, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Library to inject Meteor Client GUI's in vanilla Minecraft compatible screens."}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AimAssist", "AntiBot", "AntiCrash", "AntiSpawnpoint", "AntiVanish", "ArrowDmg", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoFarm", "AutoGrind", "AutoLogin", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "BungeeCordSpoof", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "FullFlight", "GamemodeNotifier", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Jetpack", "KnockbackPlus", "Lavacast", "MossBot", "NewChunks", "NoJumpDelay", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "...and 21 more"], "feature_count": 71, "icon": "https://raw.githubusercontent.com/19MisterX98/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "19MisterX98/meteor-rejects", "links": {"github": "https://github.com/19MisterX98/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-12-09T20:39:02Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly."}, {"authors": ["seasnail"], "features": ["ModuleExample", "AutoMount", "CommandExample"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/Carlox1/Toro-Dupe/main/src/main/resources/assets/template/icon.png", "id": "Carlox1/Toro-Dupe", "links": {"github": "https://github.com/Carlox1/Toro-Dupe", "download": "https://github.com/Carlox1/Toro-Dupe/releases/download/Release/colonizadores-utilities-0.1.1.jar"}, "name": "Addon Template", "stars": 2, "last_update": "2023-03-13T20:10:02Z", "downloads": 644, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Dupe for 6b6t.org created by Carlox and Colonizadores"}, {"authors": ["Spigey"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/asteroide-development/Asteroide/master/src/main/resources/assets/asteroide/icon.png", "id": "asteroide-development/Asteroide", "links": {"github": "https://github.com/asteroide-development/Asteroide", "download": "https://github.com/asteroide-development/Asteroide/releases/download/v0.1.6/asteroide-0.1.6.jar", "discord": "https://discord.gg/scamalerts"}, "name": "Asteroide", "stars": 4, "last_update": "2024-09-21T11:24:55Z", "downloads": 114, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Simple Addon for Meteor Client focused on enhancing the chat experience and various other small things"}, {"authors": ["kkllffaa"], "features": ["Printer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/BongwaterBilly420/meteor-litematica-printer/main/src/main/resources/assets/meteor_litematica_printer/icon.png", "id": "BongwaterBilly420/meteor-litematica-printer", "links": {"github": "https://github.com/BongwaterBilly420/meteor-litematica-printer", "download": "https://github.com/BongwaterBilly420/meteor-litematica-printer/releases/download/latest/meteor-litematica-printer-1.1.jar"}, "name": "Meteor Litematica Printer", "stars": 0, "last_update": "2023-06-26T06:29:54Z", "downloads": 11, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Fast printer for litematica made with meteor."}, {"authors": ["GalaxyMiller", "furiousfurie"], "features": ["ModuleExample", "JoinCommand"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/amolinarius/meteor-utils/master/src/main/resources/assets/template/icon.png", "id": "amolinarius/meteor-utils", "links": {"github": "https://github.com/amolinarius/meteor-utils", "download": "https://github.com/amolinarius/meteor-utils/releases/download/0.1.0/meteor-utils-0.1.0.jar"}, "name": "Meteor Utils", "stars": 0, "last_update": "2024-01-13T17:55:06Z", "downloads": 9, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "An addon adding some cool stuff to Meteor Client"}, {"authors": ["Tas [@0xTas]