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..c6b99818 --- /dev/null +++ b/addons-unver.json @@ -0,0 +1 @@ +[{"authors": ["seasnail"], "features": ["CommandExample"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/MonkeySaint/FriendAllReal/main/src/main/resources/assets/template/icon.png", "id": "MonkeySaint/FriendAllReal", "links": {"github": "https://github.com/MonkeySaint/FriendAllReal", "download": "https://github.com/MonkeySaint/FriendAllReal/releases/download/latest/addon-template-0.1.0.jar"}, "name": "Addon Template", "stars": 0, "last_update": "2022-09-04T05:55:14Z", "downloads": 6, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Medior friend all"}, {"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": ["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-08-16T15:49:03Z", "downloads": 845, "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": ["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": 1379, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "meteor addon to assist in the item frame dupe"}, {"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": ["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": 537, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Addon for meteor to get better starscript"}, {"authors": ["Danik"], "features": ["ObsidianFarm"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/VoidCyborg/meteor-obsidian-farm/main/src/main/resources/assets/obsidianfarm/icon.png", "id": "VoidCyborg/meteor-obsidian-farm", "links": {"github": "https://github.com/VoidCyborg/meteor-obsidian-farm"}, "name": "Meteor Obsidian Farm Addon", "stars": 1, "last_update": "2021-04-07T16:15:24Z", "downloads": 0, "mc_version": "1.16.5", "status": {"archived": false}, "verified": false, "summary": "A Addon that add obsidian farm to 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": 29, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Shadow client features in meteor client!"}, {"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": 69, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "ecme dupe"}, {"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": 200, "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": ["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": 172, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "most insane addon NGL"}, {"authors": ["1nject"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/YsnKey/UwU-Plus/master/src/main/resources/assets/uwu/uwulogo.png", "id": "YsnKey/UwU-Plus", "links": {"github": "https://github.com/YsnKey/UwU-Plus"}, "name": "UwU Plus", "stars": 0, "last_update": "2024-03-27T02:22:43Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Uwu client but better"}, {"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": ["seasnail8169"], "features": ["ExampleModule", "ExampleModule2"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/SpwCode/meteor-autologin-addon/main/src/main/resources/assets/example/icon.png", "id": "SpwCode/meteor-autologin-addon", "links": {"github": "https://github.com/SpwCode/meteor-autologin-addon"}, "name": "Example Addon", "stars": 0, "last_update": "2021-05-04T18:23:38Z", "downloads": 0, "mc_version": "1.16.5", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["Lncvrt"], "features": ["AutoLogin", "FallSpeed", "ForceSwim", "InstantStop", "LegitSpeed", "AutoLoginCommand"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/Lncvrt/lncvrt-addons/main/src/main/resources/assets/lncvrt-addons/icon.png", "id": "Lncvrt/lncvrt-addons", "links": {"github": "https://github.com/Lncvrt/lncvrt-addons"}, "name": "Lncvrt Addons", "stars": 0, "last_update": "2024-08-29T03:01:05Z", "downloads": 0, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Misc features & addons for 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", "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": ["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": 32, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Admire great artworks from the comfort of 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": ["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/K8g9hmza"}, "name": "Asteroide", "stars": 3, "last_update": "2024-09-03T12:10:46Z", "downloads": 63, "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": ["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": ["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": ["seasnail8169", "vitphire"], "features": ["ReplyModule"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/vitphire/meteor-reply-addon/main/src/main/resources/assets/auto_reply/icon.png", "id": "vitphire/meteor-reply-addon", "links": {"github": "https://github.com/vitphire/meteor-reply-addon"}, "name": "Auto Reply", "stars": 2, "last_update": "2021-04-29T22:16:22Z", "downloads": 0, "mc_version": "1.16.5", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor that automatically replies to chat messages."}, {"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": ["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": ["orsond", "rfresh", "odpay", "pepsi boy"], "features": ["AutoSign", "InventoryDupe", "BetterFlight", "StreamerMode", "BuildPoop", "AutoWither", "FastProjectile", "LecternCrash", "AutoLava", "AntiAim", "Gun", "ChestStealerAura", "AutoTranslate", "OriginsModule", "SitBypass", "GameModeNotifier", "FifthColumnTitleScreen", "CopyIPCMD", "VanityTagCMD", "VelocityTeleportCMD"], "feature_count": 20, "icon": "https://raw.githubusercontent.com/radicalandprimal/n-client/main/src/main/resources/assets/nc/icon.png", "id": "radicalandprimal/n-client", "links": {"github": "https://github.com/radicalandprimal/n-client", "download": "https://github.com/radicalandprimal/n-client/releases/download/1.20.6-2/n-1.20.6-2.jar"}, "name": "N", "stars": 0, "last_update": "2024-05-27T22:26:17Z", "downloads": 45, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "copenheimer's minecraft mod for 1.20.6"}, {"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": ["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": ["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": ["NotGhostTypes", "RickyTheRacc"], "features": ["AnchorGod", "BedGod", "TickShift", "QuickMend", "ReaperSurround", "ReaperSelfTrap", "ReaperHoleFill", "ArmorAlert", "AutoEasy", "AutoLogin", "BedAlerts", "ChatTweaks", "BreakAlert", "NotifSettings", "PopCounter", "AutoRespawn", "ChorusPredict", "ElytraBotThreaded", "MultiTask", "NoDesync", "OneTap", "PacketFly", "RPC", "StrictMove", "WideScaffold", "ExternalFeed", "ExternalHUD", "ExternalNotifs", "ReaperSurround"], "feature_count": 29, "icon": null, "id": "lapoliciarobomiquesofrances/reaper-nitro", "links": {"github": "https://github.com/lapoliciarobomiquesofrances/reaper-nitro"}, "name": "Reaper Plus", "stars": 0, "last_update": "2023-02-16T23:12:21Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Basically just for Ceonos, a bunch of changes to make this shitty addon at least somewhat usable"}, {"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": ["Kiriyaga", "EurekaEffect"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Kiriyaga7615/bedtrap-addon/main/src/main/resources/assets/bedtrap/icon.png", "id": "Kiriyaga7615/bedtrap-addon", "links": {"github": "https://github.com/Kiriyaga7615/bedtrap-addon", "download": "https://github.com/Kiriyaga7615/bedtrap-addon/releases/download/1/bedtrap.jar"}, "name": "BedTrap", "stars": 8, "last_update": "2022-06-28T01:40:39Z", "downloads": 624, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "bedtrap addon for meteor client. Now free"}, {"authors": ["zan"], "features": ["ModuleExample", "ModuleMassTPA", "CommandExample"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/Zanaret/zanoob-addon/main/src/main/resources/assets/template/icon.png", "id": "Zanaret/zanoob-addon", "links": {"github": "https://github.com/Zanaret/zanoob-addon", "download": "https://github.com/Zanaret/zanoob-addon/releases/download/release/zanoob-addon-0.1.4.jar"}, "name": "zanoob addon", "stars": 0, "last_update": "2024-07-28T21:27:41Z", "downloads": 1, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "minecraft addon"}, {"authors": ["cally72jhb"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Bluscream/vector-addon/main/src/main/resources/assets/vector-addon/vector/icon.png", "id": "Bluscream/vector-addon", "links": {"github": "https://github.com/Bluscream/vector-addon", "discord": "https://discord.gg/A3nYgbKeXR"}, "name": "Vector Addon", "stars": 1, "last_update": "2023-11-07T12:27:41Z", "downloads": 0, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "A open-source addon for Meteor Client."}, {"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": ["iMac_James"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/jamesa08/meteor-blockesp-radar/main/src/main/resources/assets/template/icon.png", "id": "jamesa08/meteor-blockesp-radar", "links": {"github": "https://github.com/jamesa08/meteor-blockesp-radar", "download": "https://github.com/jamesa08/meteor-blockesp-radar/releases/download/v0.1.0/blockespradar-0.1.0-1.20.5--1.20.6.jar"}, "name": "BlockESP Radar", "stars": 1, "last_update": "2024-06-30T18:02:15Z", "downloads": 8, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Adds a BlockESP radar to your HUD. Easily find old 1.12 chunks"}, {"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": 1, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Fire's Addons for Minecraft Meteor Client"}, {"authors": ["Crosby"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/RacoonDog/meteor-ui-utils/main/src/main/resources/assets/meteor-ui-utils/icon.png", "id": "RacoonDog/meteor-ui-utils", "links": {"github": "https://github.com/RacoonDog/meteor-ui-utils", "download": "https://github.com/RacoonDog/meteor-ui-utils/releases/download/latest/meteor-ui-utils-1.0.0.jar", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Meteor UI Utils", "stars": 2, "last_update": "2023-04-25T03:44:26Z", "downloads": 99, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Meteorized dupe hunting mod, originally by FlorianMichael and Coderx-Gamer"}, {"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": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/AjayAntoIsDev/dupes/master/src/main/resources/assets/template/icon.png", "id": "AjayAntoIsDev/dupes", "links": {"github": "https://github.com/AjayAntoIsDev/dupes"}, "name": "Addon Template", "stars": 0, "last_update": "2024-08-19T20:06:53Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "my dupes"}, {"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": ["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": 17, "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": ["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": 14, "last_update": "2024-04-20T19:47:01Z", "downloads": 436, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Meteor addon dedicated to Bebra"}, {"authors": ["Pancake"], "features": [], "feature_count": 0, "icon": null, "id": "PFTpancake/ReaperplusGithub", "links": {"github": "https://github.com/PFTpancake/ReaperplusGithub", "download": "https://github.com/PFTpancake/ReaperplusGithub/releases/download/Done/reaper%2B1.1.jar", "discord": "https://discord.gg/kKjSHnXVZv"}, "name": "Reaper+", "stars": 1, "last_update": "2023-03-05T02:57:53Z", "downloads": 64, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "Reaper+ Repo"}, {"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": ["dynmie"], "features": ["CheckBlocksCommand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/dynmie/HighwayTools/master/src/main/resources/assets/template/icon.png", "id": "dynmie/HighwayTools", "links": {"github": "https://github.com/dynmie/HighwayTools", "download": "https://github.com/dynmie/HighwayTools/releases/download/v0.1.0-pre/highway-0.1.0.jar"}, "name": "Highway Tools", "stars": 2, "last_update": "2024-07-01T06:00:35Z", "downloads": 14, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "road builder for block game"}, {"authors": ["kkllffaa"], "features": ["Printer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/maxsupermanhd/meteor-litematica-printer/main/src/main/resources/assets/meteor_litematica_printer/icon.png", "id": "maxsupermanhd/meteor-litematica-printer", "links": {"github": "https://github.com/maxsupermanhd/meteor-litematica-printer"}, "name": "meteor-litematica-printer", "stars": 0, "last_update": "2021-11-10T16:04:45Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "fast printer for litematica made with meteor."}, {"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": ["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": 2, "last_update": "2024-08-25T19:01:09Z", "downloads": 16, "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": ["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": 3, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "An addon template for Meteor Client addons."}, {"authors": ["Bennooo", "Necro", "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/SplashAni/banana-for-everyone/main/src/main/resources/assets/logo1.png", "id": "SplashAni/banana-for-everyone", "links": {"github": "https://github.com/SplashAni/banana-for-everyone", "discord": "https://discord.gg/brjN8BkpGU"}, "name": "Banana+", "stars": 0, "last_update": "2022-08-14T15:36:20Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"authors": ["RedCarlos26", "Ethius", "Yeetusthefeetus"], "features": ["AfkLogout", "ArmorNotify", "AutoWalkPlus", "BaritoneMiner", "DiggingTools", "DiscordRPC", "HandManager", "HotbarManager", "NetherrackTracker", "NFAnnouncer", "NFBorer", "NFRotation", "NFScaffold"], "feature_count": 13, "icon": "https://raw.githubusercontent.com/PoopenfartenDevelopment/NetherFreedom-Addon/main/src/main/resources/assets/icon.png", "id": "PoopenfartenDevelopment/NetherFreedom-Addon", "links": {"github": "https://github.com/PoopenfartenDevelopment/NetherFreedom-Addon", "discord": "https://discord.gg/u3XNcDZyrY"}, "name": "NF Addon", "stars": 7, "last_update": "2024-09-10T19:31:24Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Nether Freedom Project's Custom Addon to dig netherrack."}, {"authors": ["RickyTheRacc", "Crosby", "lapoliciarobomiquesofrances", "HauseMaster"], "features": ["ModuleExample", "AutoSex", "AutoBoob", "Twerk", "CommandExample"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/tympanicblock61/meteor-community-addon/main/src/main/resources/assets/community-addon/icon.png", "id": "tympanicblock61/meteor-community-addon", "links": {"github": "https://github.com/tympanicblock61/meteor-community-addon"}, "name": "Meteor Community Addon", "stars": 0, "last_update": "2023-01-22T04:59:53Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "An addon made by the Meteor Community. Welcome to hell"}, {"authors": ["thebest9178"], "features": ["thebest9178.unminableminer.modules.UnminableMiner"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/thebest9178/Unminable-Meteor/master/src/main/resources/assets/unminable-miner/icon.png", "id": "thebest9178/Unminable-Meteor", "links": {"github": "https://github.com/thebest9178/Unminable-Meteor", "download": "https://github.com/thebest9178/Unminable-Meteor/releases/download/1.6.0/unminable-miner-addon-1.6.0.jar"}, "name": "Unminable Miner", "stars": 6, "last_update": "2024-08-20T16:11:11Z", "downloads": 64, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "A port of LXYan2333's Fabric-Bedrock-Miner to Meteor addon."}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/RealSelectAnimal58/meteor-addon-chaosclient/master/src/main/resources/assets/template/icon.png", "id": "RealSelectAnimal58/meteor-addon-chaosclient", "links": {"github": "https://github.com/RealSelectAnimal58/meteor-addon-chaosclient"}, "name": "Addon Template", "stars": 0, "last_update": "2023-10-10T19:36:19Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Just Another Testing Client"}, {"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": 44, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "A Meteor addon that adds AutoCrystal to Meteor"}, {"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": 43, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A Meteor Client addon that implements the swap crash."}, {"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": ["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": 34, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "item frame shulker viewer"}, {"authors": ["Beanbag"], "features": ["MeteorModule"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/beanbag44/Nuker/master/src/main/resources/assets/nuker/icon.png", "id": "beanbag44/Nuker", "links": {"github": "https://github.com/beanbag44/Nuker", "download": "https://github.com/beanbag44/Nuker/releases/download/Release-1.0.9/nuker-1.0.9.jar", "discord": "https://discord.com/channels/590970327870341143/1166486609479356516/1166486759077584916"}, "name": "Nuker", "stars": 9, "last_update": "2024-08-29T00:40:38Z", "downloads": 195, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Epic nuker for nuking terrain"}, {"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": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/xdfrostyishere/frosty/master/src/main/resources/assets/template/icon.png", "id": "xdfrostyishere/frosty", "links": {"github": "https://github.com/xdfrostyishere/frosty"}, "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": ["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": 91, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Adds PingBypass support to Meteor"}, {"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": ["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": ["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": 33, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons."}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/cleonyc/lobypass-meteor/main/src/main/resources/assets/template/icon.png", "id": "cleonyc/lobypass-meteor", "links": {"github": "https://github.com/cleonyc/lobypass-meteor", "download": "https://github.com/cleonyc/lobypass-meteor/releases/download/latest/addon-template-0.1.0.jar"}, "name": "Addon Template", "stars": 1, "last_update": "2022-09-06T14:38:55Z", "downloads": 37, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Bypass for liveoverflow's antihuman feature on his mc server"}, {"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": ["19MisterX98"], "features": ["DirectConnectSpoof"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/19MisterX98/BypassAntiDirectConnect/master/src/main/resources/assets/template/icon.png", "id": "19MisterX98/BypassAntiDirectConnect", "links": {"github": "https://github.com/19MisterX98/BypassAntiDirectConnect", "download": "https://github.com/19MisterX98/BypassAntiDirectConnect/releases/download/latest/bypass-anti-direct-connect-0.1.0.jar"}, "name": "Bypass AntiDirectConnect", "stars": 1, "last_update": "2023-10-08T19:11:41Z", "downloads": 17, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons that bypasses AntiDirectConnect"}, {"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": 309, "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": ["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": 9, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Fast printer for litematica made with meteor."}, {"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": 2, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Advertise your stuff on servers."}, {"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": 56, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "This auto totem has no fatal flaws. Change my mind"}, {"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": ["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": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/oktavianto/anti-fabric-bypass/main/src/main/resources/assets/template/icon.png", "id": "oktavianto/anti-fabric-bypass", "links": {"github": "https://github.com/oktavianto/anti-fabric-bypass"}, "name": "Addon Template", "stars": 0, "last_update": "2023-01-16T11:27:14Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"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": ["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": 2, "last_update": "2024-09-04T15:39:20Z", "downloads": 21, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "A meteor addon who add various features"}, {"authors": ["cqb13"], "features": ["AutoLogPlus", "BetterPlace", "Beyblade", "BonemealAura", "ChatEncryption", "ChorusExploit", "ConditionToggle", "Confetti", "FloRida", "GameSettings", "GodBridge", "IgnoreDeaths", "JumpHelper", "LogOutSpots", "NewChunks", "NoStrip", "Number81", "RideStats", "SafeFire", "SafetyNet", "TanukiEgapFinder", "TunnelESP", "WurstGlide", "Trash", "HeadItem", "ClearChat"], "feature_count": 26, "icon": "https://raw.githubusercontent.com/crazymoose77756/Numby-hack/master/src/main/resources/assets/numby-hack/textures/icon.png", "id": "crazymoose77756/Numby-hack", "links": {"github": "https://github.com/crazymoose77756/Numby-hack", "discord": "https://discord.gg/TtmQs7BzPJ", "homepage": "https://numbyhack.cqb13.dev/"}, "name": "Numby Hack", "stars": 1, "last_update": "2024-06-25T20:00:19Z", "downloads": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "A simple Meteor addon focused on giving users more customization options. Made in honor of Number81."}, {"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": ["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/YsnKey/CapyAddon/main/src/main/resources/assets/capyaddon/icon.png", "id": "YsnKey/CapyAddon", "links": {"github": "https://github.com/YsnKey/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": ["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": ["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": 20, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "some kind of meteor addon"}, {"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": ["JohanDevv", "Sssnipa"], "features": ["ModuleCategory", "SurroundPlus", "BurrowAlert", "PopCounter", "ExampleCommand", "HudExample"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/Sssnipa/Lightswitch/main/src/main/resources/assets/lightswitch/icon.png", "id": "Sssnipa/Lightswitch", "links": {"github": "https://github.com/Sssnipa/Lightswitch"}, "name": "Lightswitch", "stars": 2, "last_update": "2021-11-21T14:09:29Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "A skid"}, {"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": 15, "mc_version": "1.19.3", "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": ["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": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/IvanProCookie/Modules-Plus-Meteor-Addon/master/src/main/resources/assets/template/icon.png", "id": "IvanProCookie/Modules-Plus-Meteor-Addon", "links": {"github": "https://github.com/IvanProCookie/Modules-Plus-Meteor-Addon"}, "name": "Addon Template", "stars": 0, "last_update": "2024-08-11T07:11:41Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Adds A Couple Of Dummy Modules For Testing, You Can Give The Keybinds And Then Use Them In Starscript Too!.:3"}, {"authors": ["Hybanos"], "features": ["AntiAntiAFK", "AntiMob", "Auto_grow", "Auto_sex", "AutoWalkP", "Block_rotation", "Duck_Icon", "Explore", "F3_crosshair", "Highway_Builder", "More_tracers", "No_bed_interact", "NotifierP", "Photoshoot", "RedstonePlacement", "SCAFFOLD", "SpamP", "Stay_above", "StashFinder", "Test", "Trash_can", "TPSLog", "Villager_Aura"], "feature_count": 23, "icon": "https://raw.githubusercontent.com/Hybanos/HAHAddon/1.20.1/src/main/resources/assets/template/icon.png", "id": "Hybanos/HAHAddon", "links": {"github": "https://github.com/Hybanos/HAHAddon", "download": "https://github.com/Hybanos/HAHAddon/releases/download/0.4.0/HAHAddon-0.4.0.jar"}, "name": "HAHAddon", "stars": 15, "last_update": "2023-12-27T23:59:57Z", "downloads": 127, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Small utility addon for Meteor Client"}, {"authors": ["RedCarlos26", "Ethius"], "features": ["AfkLogout", "ArmorNotify", "AutoWalkPlus", "BaritoneScript", "BaritoneMinerRewrite", "ChatTweaks", "DiggingTools", "DiscordRPC", "HandManager", "NFAnnouncer", "RotationsPlus", "HotbarManager", "NoCaveCulling", "NFNuker", "Disconnect"], "feature_count": 15, "icon": "https://raw.githubusercontent.com/TrashmanEatGarbage/NetherFreedom-Client/main/src/main/resources/assets/netherfreedom/icon.png", "id": "TrashmanEatGarbage/NetherFreedom-Client", "links": {"github": "https://github.com/TrashmanEatGarbage/NetherFreedom-Client", "discord": "https://discord.gg/u3XNcDZyrY"}, "name": "NF Client", "stars": 0, "last_update": "2023-01-26T00:34:35Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Nether Freedom Project's Custom Client to dig netherrack."}, {"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": 104, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client that adds a Packet Fly module."}, {"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": ["Jalvaviel"], "features": ["MapDownloader", "MapBoundaries", "MushroomBiomeColors", "Pos1", "Pos2"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/Jalvaviel/JalvaAddon/origin/src/main/resources/assets/jalvaaddon/icon.png", "id": "Jalvaviel/JalvaAddon", "links": {"github": "https://github.com/Jalvaviel/JalvaAddon"}, "name": "JalvaAddon", "stars": 0, "last_update": "2024-09-04T09:12:23Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Meteor modules made by Jalvaviel"}, {"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": ["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": ["Bennooo", "Necro", "RickyTheRacc"], "features": ["CrystalsPs", "BananaHud", "XpHud", "MonkeBombsHud", "CoordinatesHud", "ObbyHud", "EchestHud", "HudLogo", "Deaths", "Kills", "KillStreak", "HighScore", "KD", "BindsHud", "AutoAuto", "AutoCityPlus", "AutoTrapPlus", "AutoXP", "AnchorPlus", "AntiTrap", "BurrowESP", "BurrowMiner", "AntiSurround", "BananaBomber", "CevBreaker", "CityESPPlus", "HoleESPPlus", "MonkeBurrow", "MonkeDetector", "Monkhand", "MonkeSleeper", "MonkeTotem", "PostTickKA", "QuiverPlus", "SelfTrapPlus", "SmartHoleFill", "StepPlus", "StrafePlus", "SurroundPlus", "ReverseStepTimer", "TickShift", "AfkLog", "AntiGhostBlock", "AntiInvisBlock", "AntiNarrator", "AutoFollow", "AutoSex", "BDiscordPresence", "BindClickExtra", "BPrefix", "...and 11 more"], "feature_count": 61, "icon": "https://raw.githubusercontent.com/TheGamerBeeC/banana-for-everyone/main/src/main/resources/assets/bananaplus/logo.png", "id": "TheGamerBeeC/banana-for-everyone", "links": {"github": "https://github.com/TheGamerBeeC/banana-for-everyone"}, "name": "Banana+", "stars": 1, "last_update": "2022-05-15T13:44:50Z", "downloads": 0, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"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": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "An addon to add log commands into Meteor Client."}, {"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": ["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": ["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/Theboiboi8/MeteorServerSeeker/master/src/main/resources/assets/serverseeker/icon.png", "id": "Theboiboi8/MeteorServerSeeker", "links": {"github": "https://github.com/Theboiboi8/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": ["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": ["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": ["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": 1, "last_update": "2024-03-13T19:32:48Z", "downloads": 66, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A meteor addon, made by me."}, {"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": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/coolguy8273/test.1.21/master/src/main/resources/assets/template/icon.png", "id": "coolguy8273/test.1.21", "links": {"github": "https://github.com/coolguy8273/test.1.21"}, "name": "Addon Template", "stars": 0, "last_update": "2024-07-09T17:49:38Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "test addon"}, {"authors": ["Tas [@0xTas]