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..4985d6f2 --- /dev/null +++ b/addons-unver.json @@ -0,0 +1 @@ +[{"authors": ["Crosby"], "features": ["QuickLaunchCommand", "BenchmarkCommand"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/RacoonDog/multi-instance-meteor/main/src/main/resources/assets/multi-instance/icon.png", "id": "RacoonDog/multi-instance-meteor", "links": {"github": "https://github.com/RacoonDog/multi-instance-meteor", "download": "https://github.com/RacoonDog/multi-instance-meteor/releases/download/latest/multiinstance-1.1.0.jar"}, "name": "Multi Instance", "stars": 2, "last_update": "2023-01-13T23:48:47Z", "downloads": 31, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Instancing in a multiple way."}, {"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": ["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": ["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": ["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": ["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": ["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": 10, "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": ["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": ["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": ["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": ["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": 136, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Small utility addon for Meteor Client"}, {"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": 70, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "Reaper+ Repo"}, {"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": ["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": ["givenbakerAd"], "features": ["Fly", "ItemFrameDupe", "Factspammer", "CommandExample"], "feature_count": 4, "icon": "https://raw.githubusercontent.com/jameskessi/bakery-addon/master/src/main/resources/assets/template/givenbakerAd.png", "id": "jameskessi/bakery-addon", "links": {"github": "https://github.com/jameskessi/bakery-addon", "download": "https://github.com/jameskessi/bakery-addon/releases/download/anarchy/bakery-Addon.beta.0.05.jar"}, "name": "bakery-addon", "stars": 2, "last_update": "2023-10-05T05:46:08Z", "downloads": 24, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "im a fucking baker"}, {"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": ["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": ["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": ["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": ["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": 8, "last_update": "2024-08-29T00:40:38Z", "downloads": 237, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Epic nuker for nuking terrain"}, {"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": ["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": 48, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "A Meteor addon that adds AutoCrystal to Meteor"}, {"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": 358, "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": ["RedCarlos26", "Yeetusthefeetus"], "features": ["Command", "BedrockBreaker", "EchestFarmerPlus", "ItemFrameInserter", "ItemFramePlacer"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/PoopenfartenDevelopment/FartenWare/main/src/main/resources/assets/icon.png", "id": "PoopenfartenDevelopment/FartenWare", "links": {"github": "https://github.com/PoopenfartenDevelopment/FartenWare", "download": "https://github.com/PoopenfartenDevelopment/FartenWare/releases/download/1.1%2B1.20.2/fartenware-1.1%2B1.20.2.jar"}, "name": "FartenWare", "stars": 2, "last_update": "2024-02-08T02:39:03Z", "downloads": 71, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "An addon for our projects."}, {"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": ["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": 6, "last_update": "2024-08-24T16:22:05Z", "downloads": 1429, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "leftys dupe but meteor addon"}, {"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": ["Reimound"], "features": ["com.example.addon.modules.ItemFrameDupe", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/0x3c4dfa1/Item-Frame-Dupe/master/src/main/resources/assets/template/icon.png", "id": "0x3c4dfa1/Item-Frame-Dupe", "links": {"github": "https://github.com/0x3c4dfa1/Item-Frame-Dupe"}, "name": "Item Frame Dupe Addon", "stars": 0, "last_update": "2024-07-26T09:05:03Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Meteor Addon created to help duping items with item frames"}, {"authors": ["NotGhostTypes"], "features": [], "feature_count": 0, "icon": null, "id": "user93390/Reaper-1.20.4", "links": {"github": "https://github.com/user93390/Reaper-1.20.4", "discord": "https://discord.gg/kKjSHnXVZv"}, "name": "Reaper", "stars": 1, "last_update": "2024-07-28T05:13:26Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "bedtrap but 1.20.4! May crash sometimes"}, {"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": ["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": ["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": ["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 23 more"], "feature_count": 73, "icon": "https://raw.githubusercontent.com/crazymoose77756/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "crazymoose77756/meteor-rejects", "links": {"github": "https://github.com/crazymoose77756/meteor-rejects", "download": "https://github.com/crazymoose77756/meteor-rejects/releases/download/latest-1.21/meteor-rejects-addon-0.3.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 1, "last_update": "2024-09-03T02:10:24Z", "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": ["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": ["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": ["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": ["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": 11, "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": ["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": ["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": ["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": ["Kiriyaga"], "features": ["antirespawnlose", "tntaura", "blockrenderer", "rangechecker", "totemleaver", "discordrpc", "notificationsettings", "pyramid", "karasicprefix", "autotrapik", "citybreaker", "selftrapik", "ajajaura", "watermark", "hudnotifications"], "feature_count": 15, "icon": "https://raw.githubusercontent.com/Dasyat1s/karasic/main/src/main/resources/assets/template/icon.png", "id": "Dasyat1s/karasic", "links": {"github": "https://github.com/Dasyat1s/karasic", "download": "https://github.com/Dasyat1s/karasic/releases/download/14/karasic-addon-0.3.jar", "discord": "https://discord.gg/chJNFZzTgq"}, "name": "karasic-addon", "stars": 0, "last_update": "2021-11-14T17:27:56Z", "downloads": 42, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "karasic addon for meteor client (with all modules cause y'all are monkeys)"}, {"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": ["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": 209, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "most insane addon NGL"}, {"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": ["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": ["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": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/0x3c4dfa1/Auto-Login/master/src/main/resources/assets/template/icon.png", "id": "0x3c4dfa1/Auto-Login", "links": {"github": "https://github.com/0x3c4dfa1/Auto-Login"}, "name": "Addon Template", "stars": 0, "last_update": "2024-07-28T02:01:23Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Automatic Login"}, {"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", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "FullNoClip", "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/yorik100/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "yorik100/meteor-rejects", "links": {"github": "https://github.com/yorik100/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-06-22T13:51:36Z", "downloads": 0, "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": ["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": ["NotGhostTypes"], "features": [], "feature_count": 0, "icon": null, "id": "tympanicblock61/reaper-addon", "links": {"github": "https://github.com/tympanicblock61/reaper-addon", "discord": "https://discord.gg/kKjSHnXVZv"}, "name": "Reaper", "stars": 0, "last_update": "2023-04-16T12:50:15Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "The Best Meteor Addon"}, {"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": ["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": ["RickyTheRacc"], "features": ["ArmorMessages", "AutoCityPlus", "AutoTrapPlus", "XPThrower", "AnchorPlus", "AntiTrap", "BurrowESP", "BurrowMiner", "AntiSurround", "BananaBomber", "CevBreaker", "CityESPPlus", "HoleESPPlus", "MonkeBurrow", "Monkhand", "MonkeTotem", "SelfTrapPlus", "SmartHoleFill", "StepPlus", "StrafePlus", "SurroundPlus", "ReverseStepTimer", "TickShift", "AutoBuild", "AfkLog", "AntiGlitchBlock", "AutoFollow", "AutoSex", "BindClickExtra", "InstaMinePlus", "KillEffects", "MonkeFlight", "OneClickEat", "Platform", "PrefixManager", "Presence", "SkinBlinker", "TimeAnimator", "Twerk", "WebNoSlow"], "feature_count": 40, "icon": "https://raw.githubusercontent.com/Ancnymous/banana-for-everyone/main/src/main/resources/assets/logo1.png", "id": "Ancnymous/banana-for-everyone", "links": {"github": "https://github.com/Ancnymous/banana-for-everyone", "discord": "https://discord.gg/brjN8BkpGU"}, "name": "Banana+", "stars": 0, "last_update": "2023-12-20T02:59:25Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"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": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/nc4t/meteor-addon/master/src/main/resources/assets/template/icon.png", "id": "nc4t/meteor-addon", "links": {"github": "https://github.com/nc4t/meteor-addon"}, "name": "Addon Template", "stars": 0, "last_update": "2023-11-16T22:01:23Z", "downloads": 0, "mc_version": "1.20.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/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": ["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": ["OsakiTsukiko"], "features": ["AutoPanic"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/OsakiTsukiko/gamsterhack/main/src/main/resources/assets/gamsterhack/icon.png", "id": "OsakiTsukiko/gamsterhack", "links": {"github": "https://github.com/OsakiTsukiko/gamsterhack", "download": "https://github.com/OsakiTsukiko/gamsterhack/releases/download/0.1.0/gamsterhack-0.1.0.jar"}, "name": "Gamster Hack", "stars": 0, "last_update": "2022-10-30T13:38:56Z", "downloads": 33, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "1.19.2 meteor addon"}, {"authors": ["Me!"], "features": ["ArmorMessage", "AutoEz", "AutoCope", "ChatControl", "Greeter", "LogDetection", "Notifier", "AutoAnchor", "AutoBed", "AutoCity", "AutoCrystal", "AutoFunnyCrystal", "AutoTrap", "Burrow", "HoleFill", "Offhand", "OneShot", "SelfTrap", "Surround", "TotemLog", "AutoChase", "PistonAura", "AutoCrafter", "AutoSort", "DiscordPresence", "PacketMine", "PacketPlace", "PearlPredict", "PingSpoof", "Anchor", "Speed", "Moses", "PacketFly", "Scaffold", "FloRida", "XpThrower", "BetterChams", "BetterPops", "BurrowEsp", "DroppedItemsView", "HoleEsp", "LogoutSpotsRewrite", "SoundEsp", "TanukiOutline", "KillEffects", "AutoBamboo", "AutoWatercube", "EgapFinder", "ObsidianFarm", "VillagerTrader", "...and 4 more"], "feature_count": 54, "icon": "https://raw.githubusercontent.com/c0nsolee/venomhack420-buildable/main/src/main/resources/assets/venomhack/icon.png", "id": "c0nsolee/venomhack420-buildable", "links": {"github": "https://github.com/c0nsolee/venomhack420-buildable", "download": "https://github.com/c0nsolee/venomhack420-buildable/releases/download/1.19.4/venomhack-1.0.0.jar"}, "name": "Venomhack", "stars": 1, "last_update": "2024-09-28T14:03:31Z", "downloads": 11, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "1.19.2 / 1.19.4 ported meteor addon with buildable src"}, {"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": 149, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "We up #suckmydick"}, {"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": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/ART-positive/meteor_addon/main/src/main/resources/assets/template/icon.png", "id": "ART-positive/meteor_addon", "links": {"github": "https://github.com/ART-positive/meteor_addon"}, "name": "Addon Template", "stars": 0, "last_update": "2023-01-24T22:33:32Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "My first meteor 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": ["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": ["Gurkenwerfer_"], "features": ["NoChestRender", "DubCounter", "AutoItemMove", "BedrockESP", "Gurkwalk", "Gurkfly", "PacketLogger", "FakeCreativeBypass", "WorldGuardBypass", "CamClip"], "feature_count": 10, "icon": "https://raw.githubusercontent.com/BDARmech/gurkens-gadgetry-public/master/src/main/resources/assets/gurk/logo.png", "id": "BDARmech/gurkens-gadgetry-public", "links": {"github": "https://github.com/BDARmech/gurkens-gadgetry-public", "homepage": "https://anticope.ml/addons/?addon=stefexec%2Fgurkens-gadgetry-public&page=2"}, "name": "Gurken's Gadgetry", "stars": 1, "last_update": "2023-06-17T11:23:37Z", "downloads": 0, "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": ["seasnail"], "features": ["TPAura"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Snoworange420/TPAura/master/src/main/resources/assets/template/icon.png", "id": "Snoworange420/TPAura", "links": {"github": "https://github.com/Snoworange420/TPAura"}, "name": "Addon Template", "stars": 1, "last_update": "2023-03-23T18:31:33Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "meteor addon for Minecraft 1.19.3 fabric."}, {"authors": ["Neki_play"], "features": ["ItemRawIdCommand", "EclipCommand", "ClearInventoryCommand", "GotoPlusCommand", "GPTCommand", "Hunt", "KillAuraPlus", "ElytraFlyPlus", "CustomBlocksModule", "Phase", "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", "VelocityPlus", "NoJumpDelay", "NoSlowPlus", "MapIntegration", "LitematicaPrinter", "WhereIsIt", "HiddenModulesTab"], "feature_count": 47, "icon": "https://raw.githubusercontent.com/MeteorClientPlus/MeteorPlus/1.20.4/src/main/resources/assets/meteorplus/icon.png", "id": "MeteorClientPlus/MeteorPlus", "links": {"github": "https://github.com/MeteorClientPlus/MeteorPlus", "download": "https://github.com/MeteorClientPlus/MeteorPlus/releases/download/1.21.1_1.0.9.1/meteor-plus-1.21.1_1.0.9.2.jar", "discord": "https://discord.gg/N3gqYc7GRS", "homepage": "http://meteorclientplus.github.io"}, "name": "Meteor+", "stars": 18, "last_update": "2024-11-05T16:04:26Z", "downloads": 44, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor client that adds many blatant features."}, {"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": 9, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Medior friend all"}, {"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": ["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": ["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": ["F_x"], "features": ["DupeModule", "XsDupe", "ItemFrameDupe", "NoJumpCooldown", "BoatPhase", "BoatFling", "BoosieFade", "ServerOpNuke", "FakeHacker", "SecretClose", "MassPayout", "ExtraKnockback", "PingSpoofer", "AntiCrash", "CrackedBruteforce", "Invincibility", "MassMessage", "AntiCoordinateLeak", "PacketChoker", "HeadRoll", "LeftHanded", "StorageCrash", "LecternCrash", "BookCrash", "MovementCrash", "ExceptionCrash", "CraftingCrash", "CreativeCrash", "AdvancedCrash", "SignCrash", "PacketFlooder", "JigSawCrash", "TradeCrash", "UDPFlood", "BungeeCrash", "SwingCrash", "AutoLagSign", "ArmorStandCrash", "ArmorCommand", "CenterCommand", "DesyncCommand", "UUIDCommand", "Coordinates", "DupeReal", "PanicCommand", "LatencyCommand", "Title", "ClearCommand", "CheckHostCommand", "DNSLookupCommand", "...and 14 more"], "feature_count": 64, "icon": "https://raw.githubusercontent.com/Vulnerab1lity/Crystal-Addon-Reborn/master/src/main/resources/assets/crystal/icon.png", "id": "Vulnerab1lity/Crystal-Addon-Reborn", "links": {"github": "https://github.com/Vulnerab1lity/Crystal-Addon-Reborn", "download": "https://github.com/Vulnerab1lity/Crystal-Addon-Reborn/releases/download/1.0.1/crystal-reborn-1.0.1.jar", "discord": "https://discord.gg/7Fu9PVFgKS]"}, "name": "Crystal Reborn", "stars": 5, "last_update": "2024-03-13T22:34:55Z", "downloads": 409, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A Meteor Client addon for duping, utility, and finding exploits."}, {"authors": ["seasnail"], "features": ["FakePlayerCommand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/SplashAni/better-fakeplayer-addon/master/src/main/resources/assets/template/icon.png", "id": "SplashAni/better-fakeplayer-addon", "links": {"github": "https://github.com/SplashAni/better-fakeplayer-addon"}, "name": "Addon Template", "stars": 0, "last_update": "2024-10-20T12:15:07Z", "downloads": 0, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Adds moving fakeplayer to meteor \ud83d\udc4d\ud83c\udffc\ud83d\udc45"}, {"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": 631, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "bedtrap addon for meteor client. Now free"}, {"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": ["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": ["OsakiTsukiko"], "features": ["AutoEZ"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/OsakiTsukiko/bruh-addon/main/src/main/resources/assets/bruh/icon.png", "id": "OsakiTsukiko/bruh-addon", "links": {"github": "https://github.com/OsakiTsukiko/bruh-addon"}, "name": "BRUH", "stars": 1, "last_update": "2022-08-19T00:23:59Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Meteor said no.."}, {"authors": ["devmello"], "features": ["PlaylistCommand", "SkipCommand", "PreviousCommand", "SelectCommand", "SearchCommand", "CleanCommand", "UpdateCommand", "PlayCommand", "ResumeCommand", "PauseCommand", "StopCommand", "VolumeCommand", "RepeatCommand", "MusicTab"], "feature_count": 14, "icon": "https://raw.githubusercontent.com/DevMello/MeteorMusic/main/src/main/resources/assets/music/icon.png", "id": "DevMello/MeteorMusic", "links": {"github": "https://github.com/DevMello/MeteorMusic", "download": "https://github.com/DevMello/MeteorMusic/releases/download/latest/music-0.2.0.jar"}, "name": "Meteor Music", "stars": 2, "last_update": "2024-08-03T22:31:30Z", "downloads": 12, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "A Music plugin for Meteor client which allows you to play music directly from minecraft."}, {"authors": ["xolt"], "features": ["BoatPhase", "BoatGlitch"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/hashalite/boatphase-addon/main/src/main/resources/assets/boatphase/icon.png", "id": "hashalite/boatphase-addon", "links": {"github": "https://github.com/hashalite/boatphase-addon", "download": "https://github.com/hashalite/boatphase-addon/releases/download/1.3/boatphase-1.3.jar"}, "name": "Meteor Boat Phase Addon", "stars": 2, "last_update": "2021-11-07T22:37:54Z", "downloads": 85, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client that adds a Boat Phase module."}, {"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": ["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": 137, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A Quick and dirty minimap using the Randar exploit"}, {"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": 25, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons that bypasses AntiDirectConnect"}, {"authors": ["FlexCoral", "seasnail8169", "Cloudburst"], "features": ["VillagerRoller"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/buiawpkgew1/meteor-villager-roller/main/src/main/resources/assets/template/icon.png", "id": "buiawpkgew1/meteor-villager-roller", "links": {"github": "https://github.com/buiawpkgew1/meteor-villager-roller", "download": "https://github.com/buiawpkgew1/meteor-villager-roller/releases/download/latest/villager-roller-1.4.8%2Bmc1.21.1-build.53.jar", "discord": "https://discord.com/invite/DFsMKWJJPN"}, "name": "Meteor Villager Roller", "stars": 1, "last_update": "2024-09-27T06:24:42Z", "downloads": 1, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Meteor \u5ba2\u6237\u7aef\u6a21\u5757\uff0c\u4e0d\u65ad\u6253\u7834\u548c\u653e\u7f6e\u6751\u6c11\u7684\u5de5\u4f5c\u5757\uff0c\u76f4\u5230\u5b83\u9700\u8981\u4ea4\u6613"}, {"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": 47, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Translation of modules in the Meteor client"}, {"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": ["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": 447, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Anarchy tool of the future."}, {"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": ["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": ["akaishin"], "features": ["IIIiiIIIIiIiIIiiIiIiII", "IiIIiIiIIiiiIiIIIiiIIiiIiI", "iIIiIIiIiiIiIIiIIiIIiIIiIiIIiIiiIii", "iIiiIiiiiIiiIiIiiIIiiiIiIiIiIi", "IIiiIiiIiiiIiiiIIiIiIiIIIIIIIIIiiiiiIi"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/XG2025-Akaishin/CrackedAddon/main/src/main/resources/assets/cracked-addon/textures/icon.png", "id": "XG2025-Akaishin/CrackedAddon", "links": {"github": "https://github.com/XG2025-Akaishin/CrackedAddon", "download": "https://github.com/XG2025-Akaishin/CrackedAddon/releases/download/CrackedAddon/Cracked-Addon-1.0.jar"}, "name": "Cracked Addon", "stars": 1, "last_update": "2024-03-31T20:04:05Z", "downloads": 48, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "CrackedAddon MeteorClient"}, {"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": ["timoreo"], "features": ["AnvilDupe"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/timoreo22/auto-anvil-dupe/main/src/main/resources/assets/autodupe/icon.png", "id": "timoreo22/auto-anvil-dupe", "links": {"github": "https://github.com/timoreo22/auto-anvil-dupe", "download": "https://github.com/timoreo22/auto-anvil-dupe/releases/download/latest/anvil-dupe-addon.jar"}, "name": "Anvil Dupe Addon", "stars": 5, "last_update": "2021-07-03T06:24:29Z", "downloads": 460, "mc_version": "1.17", "status": {"archived": false}, "verified": false, "summary": "A Meteor module to automatically do the anvil dupe"}, {"authors": ["etianl, and various authors"], "features": ["AutoLavaCaster", "AutoMountain", "AutoStaircase", "TrouserBuild", "TrailMaker", "NewerNewChunks", "SuperInstaMine", "BaseFinder", "Teleport", "TPFly", "HandOfGod", "OPServerKillModule", "OPplayerTPmodule", "ExplosionAura", "ShulkerDupe", "InvDupeModule", "InstantKill", "LavaAura", "LecternCrash", "AutoDrop", "NbtEditor", "AnHero", "RedstoneNuker", "AirstrikePlus", "BoomPlus", "VoiderPlus", "BetterScaffold", "BetterAutoSign", "FlightAntikick", "BlockListMineCommand", "AutoCommand", "AutoScoreboard", "AutoTitles", "AutoDisplays", "LavaTimeCalculator", "CasterTimer", "NewChunkCounter", "BaseFinderCommands", "WorldInfoCommand", "ViewNbtCommand", "AutoVclipCommand", "AutoVaultClipCommand", "CrashCommand", "GarbageCleanerCommand"], "feature_count": 44, "icon": "https://raw.githubusercontent.com/Ogmur/Trouser-Streak/main/src/main/resources/assets/icon/icon.png", "id": "Ogmur/Trouser-Streak", "links": {"github": "https://github.com/Ogmur/Trouser-Streak"}, "name": "TrouserStreak", "stars": 1, "last_update": "2024-03-01T09:41:07Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A compilation of modules optimized for maximum grief. Featuring automated mountain building abilities! Many of the modules were not originally written by me, but have been modified. Check the Github for credits and updates!"}, {"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": ["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": ["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": ["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", "OffHandPlus", "PacketFly", "PingSpoof", "PistonCrystal", "PistonPush", "PortalGodMode", "RPC", "ScaffoldPlus", "SelfTrapPlus", "SoundModifier", "SpeedPlus", "SprintPlus", "StepPlus", "StrictNoSlow", "Suicide", "SurroundPlus", "SwingModifier", "TickShift", "WeakAlert", "FacingSettings", "...and 6 more"], "feature_count": 56, "icon": "https://raw.githubusercontent.com/cymug/BlackOut/main/src/main/resources/assets/blackout/logo.png", "id": "cymug/BlackOut", "links": {"github": "https://github.com/cymug/BlackOut", "discord": "https://discord.gg/mmWz9Dz4Y9"}, "name": "Blackout", "stars": 0, "last_update": "2023-07-02T21:10:10Z", "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": ["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.1/seasnail1-1.2.1.jar", "discord": "https://discord.gg/nh9pjVhsVb"}, "name": "snail++", "stars": 9, "last_update": "2024-11-09T04:17:38Z", "downloads": 1, "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": ["Blackout180"], "features": ["BedFagsCommand", "CenterCommand", "InfoCommand", "AutoCityPlus", "AutoCrystal", "AutoLogPlus", "AutoTrapPlus", "AutoXp", "BedBomb", "CevBreaker", "Elevate", "KillAuraPlus", "PistonAura", "PistonCrystal", "SelfTrapPlus", "SurroundPlus", "AutoRespawnPlus", "BetterChatPlus", "DiscordRPC", "PingSpoof", "ElytraBot", "SpeedPlus", "KillEffects", "AutoTunnel", "BetterHighwayBuilder", "NotifierPlus"], "feature_count": 26, "icon": "https://raw.githubusercontent.com/Blackoutxo/Orcrist-addon/master/src/main/resources/assets/orcrist/icon.png", "id": "Blackoutxo/Orcrist-addon", "links": {"github": "https://github.com/Blackoutxo/Orcrist-addon", "download": "https://github.com/Blackoutxo/Orcrist-addon/releases/download/0.1.0/Orcrist-addon-0.1.0.jar"}, "name": "Orcrist", "stars": 2, "last_update": "2024-07-26T09:29:46Z", "downloads": 36, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Orcrist Addon instead of client."}, {"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": ["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": ["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": ["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": 1224, "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": ["Logging4J"], "features": ["GhastFarmer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Logging4J/GhastFarmer/master/src/main/resources/assets/template/icon.png", "id": "Logging4J/GhastFarmer", "links": {"github": "https://github.com/Logging4J/GhastFarmer", "download": "https://github.com/Logging4J/GhastFarmer/releases/download/1.0/Ghast-farmer-1.0.jar"}, "name": "Ghast Farmer", "stars": 2, "last_update": "2024-02-11T17:04:10Z", "downloads": 19, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Ghast farming 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": 28, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Item Frame Dupe addon for servers that have Item Frame Dupe"}, {"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": ["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": ["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": ["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": 38, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Bypass for liveoverflow's antihuman feature on his mc server"}, {"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": ["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": ["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": ["Jalvaviel"], "features": ["MapDownloader", "MapBoundaries", "MushroomBiomeColors", "FastBreaker", "ElytraBoostPlus", "BiomeColorChanger", "ChunkTrailer", "Pos1", "Pos2"], "feature_count": 9, "icon": "https://raw.githubusercontent.com/Jalvaviel/JalvaAddon/1.21.1/src/main/resources/assets/jalvaaddon/icon.png", "id": "Jalvaviel/JalvaAddon", "links": {"github": "https://github.com/Jalvaviel/JalvaAddon"}, "name": "JalvaAddon", "stars": 1, "last_update": "2024-11-08T20:55:37Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Meteor modules made by Jalvaviel"}, {"authors": ["EurekaEffect"], "features": ["PenisESP"], "feature_count": 1, "icon": null, "id": "BedTrap/PenisESP-addon", "links": {"github": "https://github.com/BedTrap/PenisESP-addon", "download": "https://github.com/BedTrap/PenisESP-addon/releases/download/Release%231/penis-esp-addon.jar"}, "name": "PenisESP", "stars": 11, "last_update": "2022-11-10T01:54:25Z", "downloads": 80, "mc_version": "1.19", "status": {"archived": false}, "verified": false, "summary": "Prolly the best Meteor Addon ever, change my mind."}, {"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": ["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": ["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": ["Glufy"], "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 135 more"], "feature_count": 185, "icon": "https://raw.githubusercontent.com/glufy100/Pulse-Addon/main/src/main/resources/assets/Pulse/icon.png", "id": "glufy100/Pulse-Addon", "links": {"github": "https://github.com/glufy100/Pulse-Addon", "download": "https://github.com/glufy100/Pulse-Addon/releases/download/2.1.1/Pulse-2.1.1.jar"}, "name": "Pulse Addon", "stars": 3, "last_update": "2024-10-28T22:47:34Z", "downloads": 29, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client that adds modules and commands."}, {"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": ["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": 491, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Meteor addon dedicated to Bebra"}, {"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": ["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": ["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": ["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": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/contionability/test/master/src/main/resources/assets/template/icon.png", "id": "contionability/test", "links": {"github": "https://github.com/contionability/test"}, "name": "Addon Template", "stars": 0, "last_update": "2023-08-13T00:59:29Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons."}, {"authors": ["0x06", "DuckGuy"], "features": ["AntiBlockEntityLag", "AntiCrash", "AntiItemLag", "AutoLavacast", "ContainerAction", "CrackedKickModule", "DisconnectScreenPlus", "DoomBoom", "ExplosiveHands", "GamemodeNotify", "PauseScreenPlus", "Privacy", "SidebarAdvertise", "SignChanger", "VanillaFlight", "WitherAdvertise", "WorldDeleter", "CommandCompleteCrash", "ClipboardGive", "CrackedKickCommand", "Hologram", "PurpurCrash"], "feature_count": 22, "icon": "https://raw.githubusercontent.com/griefing-utils/griefing-utils/main/src/main/resources/assets/griefing_utils/icon.png", "id": "griefing-utils/griefing-utils", "links": {"github": "https://github.com/griefing-utils/griefing-utils", "download": "https://github.com/griefing-utils/griefing-utils/releases/download/v1.2.1/griefing-utils-1.2.1.jar"}, "name": "0x06's Griefing Utils", "stars": 4, "last_update": "2024-06-29T12:08:12Z", "downloads": 114, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "An addon that makes griefing faster and easier than ever before."}, {"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": ["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": ["etianl, and various authors"], "features": ["**Official Griefing Utilities of Mountains of Lava Inc.**", "!!!!!Featuring powerful Grief Tools and Home of the Original PaletteExploit for NewChunks!!!!!", "-----> Automated Lavacasting Features! Make Lava Mountains fast and easily! <-----", "AutoMountain", "AutoLavaCaster", "AutoStaircase", "LavaTimeCalculator", "CasterTimer", "-----> Find and Grief noobs! <-----", "NewerNewChunks", "OnlinePlayerActivityDetector", "BaseFinder", "HoleAndTunnelAndStairsESP", "TrouserBlockESP", "StorageLooter", "LavaAura", "MaceKill", "SuperInstaMine", "InstaMineNuker", "BetterScaffold", "RedstoneNuker", "-----> Overpowered OP mode modules! <-----", "BungeeSpoofer", "HandOfGod", "VoiderPlus", "OPServerKillModule", "CrashCommand", "AutoCommand", "AutoScoreboard", "AutoTitles", "AutoDisplays", "OPplayerTPmodule", "-----> Create Illegal things with Creative mode! <-----", "NbtEditor", "AirstrikePlus", "BoomPlus", "ExplosionAura", "-----> Exploits for old versions! <-----", "ShulkerDupe", "InvDupeModule", "BoatKill", "InstantKill", "LecternCrash", "-----> And much more <-----", "BookAndQuillDupe", "BetterAutoSign", "Teleport", "TPFly", "FlightAntikick", "InstaSafetyBox", "...and 11 more"], "feature_count": 61, "icon": "https://raw.githubusercontent.com/Nxyi/Trouser-Streak/main/src/main/resources/assets/icon/icon.png", "id": "Nxyi/Trouser-Streak", "links": {"github": "https://github.com/Nxyi/Trouser-Streak", "homepage": "https://www.youtube.com/@mountainsoflavainc.6913"}, "name": "TrouserStreak", "stars": 0, "last_update": "2024-09-15T20:22:47Z", "downloads": 0, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "A compilation of modules optimized for maximum grief. Featuring powerful mods & exploits for Chunk Tracing, Base Hunting, and Griefing servers! A few modules were not originally written by me, but have been modified. Check the Github for credits and updates!"}, {"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": ["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": ["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": ["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": ["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": ["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/crazymoose77756/BlackOut/main/src/main/resources/assets/blackout/logo.png", "id": "crazymoose77756/BlackOut", "links": {"github": "https://github.com/crazymoose77756/BlackOut", "download": "https://github.com/crazymoose77756/BlackOut/releases/download/latest/blackout-1.0.2.jar", "discord": "https://discord.gg/mmWz9Dz4Y9"}, "name": "Blackout", "stars": 2, "last_update": "2024-09-05T04:15:31Z", "downloads": 30, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Plugin for meteor client adding more features mostly focusing on CPVP"}, {"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": 240, "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": ["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": 22, "mc_version": "1.21.1", "status": {"archived": false}, "verified": false, "summary": "Automatically builds 2D maps from nbt files."}, {"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": 10, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "shadow client hologram spammer port to meteor"}, {"authors": ["1nject"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/TSMTEAMER/UwU-Plus/master/src/main/resources/assets/uwu/uwulogo.png", "id": "TSMTEAMER/UwU-Plus", "links": {"github": "https://github.com/TSMTEAMER/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": ["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": ["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": 12, "last_update": "2024-09-21T16:47:07Z", "downloads": 41, "mc_version": "1.21.1", "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": ["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": ["Cloudburst", "StormyBytes"], "features": ["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", "ClearChatCommand", "...and 15 more"], "feature_count": 65, "icon": "https://raw.githubusercontent.com/etianl/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "etianl/meteor-rejects", "links": {"github": "https://github.com/etianl/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-04-04T18:54:14Z", "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": ["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": 12, "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": ["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": ["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": 118, "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": ["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": ["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": ["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": ["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": 28, "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": ["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": ["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": ["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": ["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": ["Tas [@0xTas]