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..45fe4f69 --- /dev/null +++ b/addons-unver.json @@ -0,0 +1 @@ +[{"authors": ["Olejka", "Neki_play", "Vazgen005"], "features": ["Eclip", "InventoryProfiles", "ServerSpoofPlus", "TriggerBot", "EyeFinder", "InventoryMovePlus", "MiddleClickExtraPlus", "KillAuraBetter", "AutoDropPlus", "NoFallPlus", "SpeedPlus", "FlyPlus", "SpiderPlus", "JesusPlus", "BoatAura", "BedrockStorageBruteforce", "AutoSell", "AutoCraftPlus", "AutoPortalMine", "XrayBruteforce", "AutoLeave", "AutoAccept", "AutoRepair", "GhostBlockFixer", "SafeMine", "Freeze", "Noclip", "AntiBotPlus", "CustomImageHud", "AnimeHud", "MeteorPlusLogoHud"], "feature_count": 31, "icon": "https://raw.githubusercontent.com/Aholicknight/MeteorPlus/main/src/main/resources/assets/plus/icon.png", "id": "Aholicknight/MeteorPlus", "links": {"github": "https://github.com/Aholicknight/MeteorPlus", "discord": "https://discord.gg/NUCqxgxAnk"}, "name": "MeteorPlus", "stars": 0, "last_update": "2022-11-24T15:25:44Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor client that adds many blatant features."}, {"authors": ["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": ["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": 3, "last_update": "2022-07-24T10:41:15Z", "downloads": 0, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "Paid Meteor Addon, Deobf + Remap"}, {"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": 13, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "hud element that displays command output"}, {"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": ["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": ["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": ["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": ["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": ["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": ["tympanic"], "features": ["AutoStart"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/tympanicblock61/meteor-fixes-addon/main/src/main/resources/assets/fixes/icon.png", "id": "tympanicblock61/meteor-fixes-addon", "links": {"github": "https://github.com/tympanicblock61/meteor-fixes-addon", "download": "https://github.com/tympanicblock61/meteor-fixes-addon/releases/download/latest/meteor-fixes-1.19.4-build-15.jar"}, "name": "Meteor Fixes Addon", "stars": 1, "last_update": "2023-04-09T06:32:46Z", "downloads": 16, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "fixes shit and adds stuff that should be added"}, {"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": 34, "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": ["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": ["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": 4, "last_update": "2022-10-11T17:00:33Z", "downloads": 62, "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/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": ["Dasyat1s#6974"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Dasyat1s/osshe-rpc/main/src/main/resources/assets/template/icon.png", "id": "Dasyat1s/osshe-rpc", "links": {"github": "https://github.com/Dasyat1s/osshe-rpc"}, "name": "osshe rpc", "stars": 0, "last_update": "2021-11-14T18:00:23Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "osshe rpc cause cool"}, {"authors": ["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/ARm8-2/eze-addon/main/src/main/resources/assets/eze/icon.png", "id": "ARm8-2/eze-addon", "links": {"github": "https://github.com/ARm8-2/eze-addon", "download": "https://github.com/ARm8-2/eze-addon/releases/download/0.1.2/eze-addon-0.0.0.jar"}, "name": "eze", "stars": 0, "last_update": "2023-04-13T18:16:29Z", "downloads": 58, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "(mostly skidded) addon for Meteor Client"}, {"authors": ["GhostTypes"], "features": ["AutoBedCraft", "AutoCityPlus", "AutoLogin", "AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "NametagsPlus", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus", "Beds", "Crystals", "Gaps", "TextItems", "XP", "Deaths", "Highscore", "KDRatio", "Killstreak", "Kills", "Logo", "VisualBinds", "Watermark", "Welcome"], "feature_count": 31, "icon": "https://raw.githubusercontent.com/3000IQPlay/orion/main/src/main/resources/assets/orion/icon.png", "id": "3000IQPlay/orion", "links": {"github": "https://github.com/3000IQPlay/orion"}, "name": "Orion", "stars": 0, "last_update": "2021-10-30T09:11:36Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "A combat based addon for Meteor Client"}, {"authors": ["Crosby"], "features": ["LegacyMeteorTab"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/RacoonDog/LegacyMeteor/main/src/main/resources/assets/legacy-meteor/icon.png", "id": "RacoonDog/LegacyMeteor", "links": {"github": "https://github.com/RacoonDog/LegacyMeteor", "download": "https://github.com/RacoonDog/LegacyMeteor/releases/download/latest/legacy-meteor-0.3.1.jar"}, "name": "LegacyMeteor", "stars": 1, "last_update": "2023-04-18T02:57:52Z", "downloads": 68, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Allows rudimentary usage of outdated Meteor Client addons."}, {"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": 56, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "Reaper+ Repo"}, {"authors": ["EurekaEffect", "Kirigaya"], "features": ["NotifyHud"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/BedTrap/Atlas/main/src/main/resources/assets/atlas/icon.png", "id": "BedTrap/Atlas", "links": {"github": "https://github.com/BedTrap/Atlas"}, "name": "Atlas", "stars": 1, "last_update": "2022-11-14T14:31:43Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "Private Meteor Addon."}, {"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": 3, "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": ["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": ["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": 4, "last_update": "2023-06-26T09:31:45Z", "downloads": 16, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "A Meteor addon that adds AutoCrystal to Meteor"}, {"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": ["crazycat256"], "features": ["AutoFrameDupe", "ItemFrameDrop"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/crazycat256/cafouillage-dupe/master/src/main/resources/assets/template/icon.png", "id": "crazycat256/cafouillage-dupe", "links": {"github": "https://github.com/crazycat256/cafouillage-dupe", "download": "https://github.com/crazycat256/cafouillage-dupe/releases/download/latest/cafouillage-dupe-1.1.2.jar"}, "name": "Meteor Cafouillage Dupe", "stars": 0, "last_update": "2023-06-27T19:23:24Z", "downloads": 27, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client that automate the item frame dupe on play.cafouillage.com"}, {"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": ["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": 4, "last_update": "2022-06-28T01:40:39Z", "downloads": 488, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "bedtrap addon for meteor client. Now free"}, {"authors": ["RickyTheRacc"], "features": ["ArmorMessages", "AutoCityPlus", "AutoTrapPlus", "XPThrower", "AnchorPlus", "AntiTrap", "BurrowESP", "BurrowMiner", "AntiSurround", "BananaBomber", "CevBreaker", "CityESPPlus", "HoleESPPlus", "MonkeBurrow", "Monkhand", "MonkeTotem", "PostTickKA", "QuiverPlus", "QuiverRewrite", "SelfTrapPlus", "SmartHoleFill", "StepPlus", "StrafePlus", "SurroundPlus", "ReverseStepTimer", "TickShift", "AutoBuild", "AfkLog", "AntiGlitchBlock", "AutoFollow", "AutoSex", "BindClickExtra", "BindClickFriend", "InstaMinePlus", "KillEffects", "MonkeFlight", "OneClickEat", "Platform", "PrefixManager", "Presence", "SkinBlinker", "TimeAnimator", "TPSSync", "Twerk", "WebNoSlow"], "feature_count": 45, "icon": "https://raw.githubusercontent.com/AntiCope/banana-for-everyone/main/src/main/resources/assets/logo1.png", "id": "AntiCope/banana-for-everyone", "links": {"github": "https://github.com/AntiCope/banana-for-everyone", "discord": "https://discord.gg/brjN8BkpGU"}, "name": "Banana+", "stars": 0, "last_update": "2022-09-08T01:10:01Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"authors": ["Tyler"], "features": ["Disabler", "Speedrun", "TeleportInfo", "BlockDebug", "ClickTp", "InfiniteAura", "Follower", "MultiSpinbot", "AutoSteal", "FreecamFly", "StacisBotTest", "LOTEST", "UpFly", "SimpleClickTp", "LongDistanceTest", "BetterFly", "AIDSon", "AIDSoff", "Stop", "TpTo", "TestCommand", "TestCommand2", "Mine", "TP2cam", "Teleport", "Craft", "ItemCollect", "SearchFor", "findcollectableblock"], "feature_count": 29, "icon": null, "id": "Not-a-Tyler/AutoplayAddon", "links": {"github": "https://github.com/Not-a-Tyler/AutoplayAddon"}, "name": "AutoplayAddon", "stars": 8, "last_update": "2023-08-26T20:01:08Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Meteor addon that tries to beat minecraft. Currently in developement"}, {"authors": ["seasnail8169"], "features": ["Example", "AnotherExample", "ExampleCommand", "HudExample"], "feature_count": 4, "icon": "https://raw.githubusercontent.com/AntiCope/addon-menu/main/src/main/resources/assets/template/icon.png", "id": "AntiCope/addon-menu", "links": {"github": "https://github.com/AntiCope/addon-menu"}, "name": "Addon Template", "stars": 2, "last_update": "2022-03-07T00:47:56Z", "downloads": 0, "mc_version": "1.18.1", "status": {"archived": false}, "verified": false, "summary": "In-game addon menu for meteor client. Addons fetched from anticope.ml"}, {"authors": ["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": 0, "last_update": "2022-12-05T14:44:57Z", "downloads": 0, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "A open-source addon for Meteor Client."}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AimAssist", "AntiBot", "AntiCrash", "AntiSpawnpoint", "AntiVanish", "ArrowDmg", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoFarm", "AutoGrind", "AutoLogin", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "GamemodeNotifier", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Jetpack", "Lavacast", "MossBot", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "SkeletonESP", "SoundLocator", "TreeAura", "FullNoClip", "...and 20 more"], "feature_count": 70, "icon": "https://raw.githubusercontent.com/bluepanee/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "bluepanee/meteor-rejects", "links": {"github": "https://github.com/bluepanee/meteor-rejects", "download": "https://github.com/bluepanee/meteor-rejects/releases/download/0.3/meteor-rejects-addon-0.3.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-06-21T14:32:50Z", "downloads": 30, "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": ["jabronyyy", "MrFiNka", "Ranele", "Cahekska"], "features": ["AntiCrystal", "Burrow", "AntiSurroundBlocks", "FanSurroundBEBRA", "CevBreaker", "Notifications", "tntauraBEBRAplus", "PacketHoleFill", "sphere", "AutoEz", "SurroundBEBRA", "SelfAnvilBEBRA", "AnchorAuraBEBRA", "AntiBurrow", "Twerk", "AutoBuild", "NoDesync", "SpamInChat", "Lavacast", "bebra_info_and_help", "AutoCraft", "VillagerRoller", "PingSpoofer", "CoordLogger", "AutoSex", "TreeAura", "AutoTNT", "AutoLogin", "EFly", "MEGA_DUPEprank", "ChatEncryption", "AutoLogTotems", "SilentItem", "Spinner", "Confetti", "HoleESPPlus", "TimeAnimator", "NewChunks", "AntiVanish", "Prefix", "KillEffects", "BurrowESP", "BebraESP"], "feature_count": 43, "icon": "https://raw.githubusercontent.com/BebraHack/BebraHackAddon/V5/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/V5/BebraHackV5-0.1.0.jar", "discord": "https://discord.gg/QyEzReq4u2"}, "name": "BebraHack V5", "stars": 12, "last_update": "2022-12-08T17:38:44Z", "downloads": 305, "mc_version": "1.19", "status": {"archived": false}, "verified": false, "summary": "Meteor addon dedicated to Bebra"}, {"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": ["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": 14, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "1.19.2 meteor addon"}, {"authors": ["RickyTheRacc", "Crosby", "lapoliciarobomiquesofrances", "HauseMaster"], "features": ["ModuleExample", "AutoSex", "AutoBoob", "Twerk", "CommandExample"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/tympanicblock61/meteor-community-addon/main/src/main/resources/assets/community-addon/icon.png", "id": "tympanicblock61/meteor-community-addon", "links": {"github": "https://github.com/tympanicblock61/meteor-community-addon"}, "name": "Meteor Community Addon", "stars": 0, "last_update": "2023-01-22T04:59:53Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "An addon made by the Meteor Community. Welcome to hell"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/marvthedonut/meteor-addon-test/main/src/main/resources/assets/template/icon.png", "id": "marvthedonut/meteor-addon-test", "links": {"github": "https://github.com/marvthedonut/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": ["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": 13, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"authors": ["tanishisherewith"], "features": ["DonkeyRider", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/tanishisherewithhh/6b6t-AutoDuper/master/src/main/resources/assets/template/icon.png", "id": "tanishisherewithhh/6b6t-AutoDuper", "links": {"github": "https://github.com/tanishisherewithhh/6b6t-AutoDuper", "download": "https://github.com/tanishisherewithhh/6b6t-AutoDuper/releases/download/v1.1.1/AutoDuperAddon-1.1.1.jar", "discord": "https://discord.gg/qmfR5QXUPa"}, "name": "6b6t AutoDuper", "stars": 0, "last_update": "2023-08-05T17:17:09Z", "downloads": 2, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Auto Duper for 6b6t dupes (custom/known)"}, {"authors": ["opfromthestart"], "features": ["ItemFrameDupe", "AnotherExample", "ExampleCommand", "HudExample"], "feature_count": 4, "icon": "https://raw.githubusercontent.com/opfromthestart/item-frame-dupe/main/src/main/resources/assets/template/icon.png", "id": "opfromthestart/item-frame-dupe", "links": {"github": "https://github.com/opfromthestart/item-frame-dupe"}, "name": "Dupe Plugin", "stars": 2, "last_update": "2022-06-01T20:48:57Z", "downloads": 0, "mc_version": "1.18.1", "status": {"archived": false}, "verified": false, "summary": "Facilitates the item frame dupe"}, {"authors": ["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": ["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.3/meteor-random-0.3.jar", "discord": "https://discord.gg/dNyVgyvsYG"}, "name": "MeteorRandom", "stars": 16, "last_update": "2023-08-26T17:40:27Z", "downloads": 72, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "most insane addon NGL"}, {"authors": ["BongwaterBilly"], "features": ["IKEADupe", "AutoItemMove", "DubCounter", "NoChestRender", "IKEAV3", "IKEAV5"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/BongwaterBilly420/doobiedooop-addon/main/src/main/resources/assets/icon.png", "id": "BongwaterBilly420/doobiedooop-addon", "links": {"github": "https://github.com/BongwaterBilly420/doobiedooop-addon", "download": "https://github.com/BongwaterBilly420/doobiedooop-addon/releases/download/latest/doobiedooop.addon-1.0.0.jar"}, "name": "doobiedooop", "stars": 0, "last_update": "2023-05-28T08:36:54Z", "downloads": 37, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "ecme dupe"}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AimAssist", "AntiBot", "AntiCrash", "AntiSpawnpoint", "AntiVanish", "ArrowDmg", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoFarm", "AutoGrind", "AutoLogin", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "BungeeCordSpoof", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "FullFlight", "GamemodeNotifier", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Jetpack", "KnockbackPlus", "Lavacast", "MossBot", "NewChunks", "NoJumpDelay", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "...and 21 more"], "feature_count": 71, "icon": "https://raw.githubusercontent.com/buiawpkgew1/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "buiawpkgew1/meteor-rejects", "links": {"github": "https://github.com/buiawpkgew1/meteor-rejects", "download": "https://github.com/buiawpkgew1/meteor-rejects/releases/download/latest-1.20.1/meteor-rejects-addon-0.3.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-08-25T20:07:56Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Meteor Client\u7684\u4e00\u4e2a\u63d2\u4ef6\uff0c\u5176\u529f\u80fd\u4e0d\u4f1a\u88ab\u6dfb\u52a0\u5230Meteor\u4e2d\u3002\u56e0\u4e3a\u5b83\u4eec\u8981\u4e48\u88ab\u62d2\u7edd\uff0c\u8981\u4e48\u662f\u6765\u81ea\u5176\u4ed6\u5ba2\u6237\u7aef\u7684\u7aef\u53e3\u3002"}, {"authors": ["Wide_Cat"], "features": ["ItemFrameDupe"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Wide-Cat/item-frame-dupe-addon/main/src/main/resources/assets/template/icon.png", "id": "Wide-Cat/item-frame-dupe-addon", "links": {"github": "https://github.com/Wide-Cat/item-frame-dupe-addon", "download": "https://github.com/Wide-Cat/item-frame-dupe-addon/releases/download/0.5/item-frame-dupe-addon-0.5.jar"}, "name": "Item Frame Dupe", "stars": 3, "last_update": "2023-01-03T18:44:14Z", "downloads": 897, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "meteor addon to assist in the item frame dupe"}, {"authors": ["Hybanos"], "features": ["AntiAntiAFK", "AntiMob", "Auto_grow", "Auto_sex", "AutoWalkP", "Block_rotation", "Duck_Icon", "EntityOwnerFix", "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.19.2/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.3.1/HAHAddon-0.3.1.jar"}, "name": "HAHAddon", "stars": 12, "last_update": "2023-03-11T13:45:04Z", "downloads": 44, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Small utility addon for Meteor Client"}, {"authors": ["yourmom"], "features": ["Breadcrumbs"], "feature_count": 1, "icon": null, "id": "maxjiang2021/meteor-breadcrumbsplus", "links": {"github": "https://github.com/maxjiang2021/meteor-breadcrumbsplus", "download": "https://github.com/maxjiang2021/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": 345, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "meteor plugin (better Breadcrumbs)"}, {"authors": ["GhostTypes"], "features": ["LastTrack", "NextTrack", "ToggleMute", "TogglePlay", "VolumeDown", "VolumeUp"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/GWISoftware/meteor-media-controls/main/src/main/resources/assets/template/icon.png", "id": "GWISoftware/meteor-media-controls", "links": {"github": "https://github.com/GWISoftware/meteor-media-controls", "download": "https://github.com/GWISoftware/meteor-media-controls/releases/download/0.1/meteor-media-0.1.0.jar"}, "name": "Meteor Media", "stars": 3, "last_update": "2022-08-04T21:54:10Z", "downloads": 26, "mc_version": "1.19", "status": {"archived": true}, "verified": false, "summary": "Control media from within Meteor"}, {"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": 5, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "shadow client hologram spammer port to meteor"}, {"authors": ["RedCarlos26", "Ethius"], "features": ["AfkLogout", "ArmorNotify", "AutoCenter", "AutoEatPlus", "AutoWalkPlus", "AxisViewer", "ChatPrefix", "DiscordRPC", "HandManager", "HighwayBuilderPlus", "HighwayTools", "InvManager", "NoCaveCulling", "ScaffoldPlus", "AxisBorer", "NegNegBorer", "NegPosBorer", "PosNegBorer", "PosPosBorer", "RingRoadBorer", "Center", "Coordinates", "Disconnect"], "feature_count": 23, "icon": "https://raw.githubusercontent.com/Big-Iron-Cheems/HIGTools/main/src/main/resources/assets/higtools/icon.png", "id": "Big-Iron-Cheems/HIGTools", "links": {"github": "https://github.com/Big-Iron-Cheems/HIGTools", "discord": "https://discord.gg/a4jkKGJNdJ"}, "name": "HIG Tools", "stars": 0, "last_update": "2023-06-11T10:06:11Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Highway Tools for Meteor Client."}, {"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": ["Lefty", "Blubbled", "Anticope addon authors."], "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": null, "id": "fondondgazelle8357/Master-Meteor-Project", "links": {"github": "https://github.com/fondondgazelle8357/Master-Meteor-Project", "discord": "https://discord.gg/lefty"}, "name": "Anticope.ml Pack", "stars": 0, "last_update": "2023-05-04T23:55:57Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Every Meteor Addon from https://anticope.ml packed all into one fat mod and more"}, {"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": 281, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client"}, {"authors": ["tympanic"], "features": ["AntiSlip", "Prone", "CommandExample"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/tympanicblock61/meteor-suggestions-addon/master/src/main/resources/assets/tympanic/icon.png", "id": "tympanicblock61/meteor-suggestions-addon", "links": {"github": "https://github.com/tympanicblock61/meteor-suggestions-addon"}, "name": "suggestions addon", "stars": 0, "last_update": "2023-04-11T16:51:45Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "no matter how stupid ima add all meteor client suggetions"}, {"authors": ["CunnyDevelopment"], "features": ["CunnyConfigTab"], "feature_count": 1, "icon": null, "id": "RacoonDog/CunnyAddon", "links": {"github": "https://github.com/RacoonDog/CunnyAddon"}, "name": "Cunny Addon", "stars": 0, "last_update": "2023-05-18T22:26:26Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "NekoAddon's parent add-on, publicly availabe unlike NekoAddon"}, {"authors": ["Crosby"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/RacoonDog/meteor-ui-utils/main/src/main/resources/assets/meteor-ui-utils/icon.png", "id": "RacoonDog/meteor-ui-utils", "links": {"github": "https://github.com/RacoonDog/meteor-ui-utils", "download": "https://github.com/RacoonDog/meteor-ui-utils/releases/download/latest/meteor-ui-utils-1.0.0.jar", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Meteor UI Utils", "stars": 4, "last_update": "2023-04-25T03:44:26Z", "downloads": 60, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Meteorized dupe hunting mod, originally by FlorianMichael and Coderx-Gamer"}, {"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": ["Nxyi"], "features": ["SoundCoordLogger", "InstaMine", "NoChatFormatting", "NoChatNormalisation", "NoClearChat", "AntiScreen", "GhostBlockFly", "GhostMode", "GMnotifier", "Suicide", "WorldGuardBypass", "BetterAutoSign", "AutoL", "Magnet", "NoSwing", "chatfilterbypass", "Airstrike", "Groupmessage", "RainbowArmor", "PenisESP", "EntityFly", "FakeAttack", "AutoHorn", "AntiSpawnpoint", "phase", "Bookchat", "StrongholdFinder", "Fling", "PermJukebox", "AntiNbtBypasser", "SignGriefer", "Boykisser", "PingSpoof", "ForceField", "CheckCMD", "ClearInventoryCommand", "CrashItemCommand", "CreativeBanCommand", "CreativeKickAllCommand", "DesyncCommand", "DisableVehicleGrav", "HologramCommand", "ImageBookCommand", "ImageLoreCommand", "TrashCommand", "ReloadCapes", "SpamCommand", "CrackedOpSpamCommand"], "feature_count": 48, "icon": null, "id": "Dark-Developments/Zewo2-Addon", "links": {"github": "https://github.com/Dark-Developments/Zewo2-Addon", "download": "https://github.com/Dark-Developments/Zewo2-Addon/releases/download/1.0.4/zewo2-1.0.4.jar", "discord": "https://discord.gg/kja3YYV7R9"}, "name": "Zewo2", "stars": 8, "last_update": "2023-08-23T18:27:20Z", "downloads": 7, "mc_version": "1.20", "status": {"archived": false}, "verified": false, "summary": "The newest Project of Dark Developments an Meteor client addon with creative modules who help you to fulfil your dreams"}, {"authors": ["F_x"], "features": ["TestModule", "TestCommand"], "feature_count": 2, "icon": null, "id": "GriefUnion/Dishesim", "links": {"github": "https://github.com/GriefUnion/Dishesim"}, "name": "Dishesim", "stars": 2, "last_update": "2023-03-21T14:39:58Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "The ultimate meteor client addon."}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/oktavianto/anti-fabric-bypass/main/src/main/resources/assets/template/icon.png", "id": "oktavianto/anti-fabric-bypass", "links": {"github": "https://github.com/oktavianto/anti-fabric-bypass"}, "name": "Addon Template", "stars": 0, "last_update": "2023-01-16T11:27:14Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["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": 221, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "karasic addon for meteor client"}, {"authors": ["NotGhostTypes", "RickyTheRacc"], "features": ["AnchorGod", "BedGod", "TickShift", "QuickMend", "ReaperSurround", "ReaperSelfTrap", "ReaperHoleFill", "ArmorAlert", "AutoEasy", "AutoLogin", "BedAlerts", "ChatTweaks", "BreakAlert", "NotifSettings", "PopCounter", "AutoRespawn", "ChorusPredict", "ElytraBotThreaded", "MultiTask", "NoDesync", "OneTap", "PacketFly", "RPC", "StrictMove", "WideScaffold", "ExternalFeed", "ExternalHUD", "ExternalNotifs", "ReaperSurround"], "feature_count": 29, "icon": null, "id": "lapoliciarobomiquesofrances/reaper-nitro", "links": {"github": "https://github.com/lapoliciarobomiquesofrances/reaper-nitro"}, "name": "Reaper Plus", "stars": 0, "last_update": "2023-02-16T23:12:21Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Basically just for Ceonos, a bunch of changes to make this shitty addon at least somewhat usable"}, {"authors": ["seasnail"], "features": ["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": ["Danik"], "features": ["ObsidianFarm"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/VoidCyborg/meteor-obsidian-farm/main/src/main/resources/assets/obsidianfarm/icon.png", "id": "VoidCyborg/meteor-obsidian-farm", "links": {"github": "https://github.com/VoidCyborg/meteor-obsidian-farm"}, "name": "Meteor Obsidian Farm Addon", "stars": 1, "last_update": "2021-04-07T16:15:24Z", "downloads": 0, "mc_version": "1.16.5", "status": {"archived": false}, "verified": false, "summary": "A Addon that add obsidian farm to Meteor Client."}, {"authors": ["WobblyBananaHat & spaz"], "features": ["AutoMoan", "WobblyAnchor", "StrafePlus", "BananaRPC", "BedAuraPlus", "PrefixManager", "NoSlowPlus", "SprintPlus", "CrystalAuraPlus", "SpyglassAimbot", "HornyAura", "WideScaffold", "TargetStrafe", "ResetVL", "IgnoreDeaths", "AutoPorn", "LecternCrash", "SexDupe", "CommandTest"], "feature_count": 19, "icon": null, "id": "Femey/BananaHack", "links": {"github": "https://github.com/Femey/BananaHack", "download": "https://github.com/Femey/BananaHack/releases/download/0.5/bananahack-0.5.jar"}, "name": "BananaHack", "stars": 1, "last_update": "2023-04-02T09:59:50Z", "downloads": 32, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Meteor Client addon"}, {"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.1.0/tokyo-1.1.0.jar", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Tokyo Client", "stars": 27, "last_update": "2023-08-07T20:36:30Z", "downloads": 142, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Anarchy tool of the future."}, {"authors": ["Crosby"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/RacoonDog/MeteorSharedAddonUtils/main/src/main/resources/assets/meteor-shared-addon-utils/icon.png", "id": "RacoonDog/MeteorSharedAddonUtils", "links": {"github": "https://github.com/RacoonDog/MeteorSharedAddonUtils", "download": "https://github.com/RacoonDog/MeteorSharedAddonUtils/releases/download/latest/meteor-shared-addon-utils-1.3.3.jar", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Meteor Shared Addon Utils", "stars": 2, "last_update": "2023-08-07T07:18:03Z", "downloads": 34, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Meteor shared addon utilities."}, {"authors": ["NotMe11"], "features": ["AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "NametagsPlus", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus", "SoundLocator", "AutoTNT", "SkeletonESP", "NotifierPlus", "AnchorAuraRewrite", "AutoWither", "AntiVanish", "AutoSalDupe", "PingSpoof", "AutoTotme", "PearlPredict", "ChorusPredict", "PacketUse", "AutoCrystalHead", "AutoLogin", "AutoBypass", "EntityFly", "AutoCrymstal", "InstaMineBypass", "AutoBedCraft", "AutoCityPlus", "nwprefix", "AutoFrameDupe", "SmartHoleFiller", "ExploitTeleportCommand", "Beds", "Crystals", "Gaps", "TextItems", "XP", "Deaths", "Highscore", "KDRatio", "Killstreak", "Kills", "Logo", "...and 3 more"], "feature_count": 53, "icon": "https://raw.githubusercontent.com/nortW0/NotWare/main/src/main/resources/assets/notware/logo.png", "id": "nortW0/NotWare", "links": {"github": "https://github.com/nortW0/NotWare", "download": "https://github.com/nortW0/NotWare/releases/download/0.22/notware-0.22.jar"}, "name": "NotWare", "stars": 2, "last_update": "2022-02-11T03:50:09Z", "downloads": 87, "mc_version": "1.18", "status": {"archived": false}, "verified": false, "summary": "1.17.1 Meteor Addon"}, {"authors": ["BongwaterBilly"], "features": ["QuartzFarmer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/BongwaterBilly420/QuartzFarmerAddon/main/src/main/resources/assets/icon.png", "id": "BongwaterBilly420/QuartzFarmerAddon", "links": {"github": "https://github.com/BongwaterBilly420/QuartzFarmerAddon", "download": "https://github.com/BongwaterBilly420/QuartzFarmerAddon/releases/download/latest/QuartzFarmerAddon-420.jar", "discord": "https://discord.gg/bBGQZvd"}, "name": "QuartzFarmer", "stars": 0, "last_update": "2023-08-24T21:18:30Z", "downloads": 6, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "A meteor addon with one module. I repurposed the echest farmer to make it mine quartz as it would have done echests. Mends ur shit on the go if u manage to mine some to shulker up."}, {"authors": ["Ridglef"], "features": ["WalperSpam", "WalperHydration", "WalperMode", " WalperTopHat", "WalpuhMovin", "WalpuhThighHighlighter", "LitematicaPrinter", "Center"], "feature_count": 8, "icon": "https://raw.githubusercontent.com/ridglef/walper-addon/master/src/main/resources/assets/walper/icon.png", "id": "ridglef/walper-addon", "links": {"github": "https://github.com/ridglef/walper-addon", "download": "https://github.com/ridglef/walper-addon/releases/download/latest/walper-addon-0.1.0.jar"}, "name": "Walper Addon", "stars": 2, "last_update": "2023-07-29T02:46:33Z", "downloads": 8, "mc_version": "1.20", "status": {"archived": false}, "verified": false, "summary": "all hail walper"}, {"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": ["Cloudburst", "StormyBytes"], "features": ["AntiBot", "AntiSpawnpoint", "AntiVanish", "Auto32K", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoEz", "AutoPot", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "ChatBot", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "GhostMode", "InteractionMenu", "Lavacast", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Prone", "Rendering", "SkeletonESP", "SoundLocator", "StructureRegions", "CenterCommand", "ClearChatCommand", "GhostCommand", "GiveCommand", "SaveSkinCommand", "SeedCommand", "HeadsCommand", "KickCommand", "LocateCommand", "ServerCommand", "PanicCommand", "SetBlockCommand", "SetVelocityCommand", "TeleportCommand", "TerrainExport", "BaritoneHud", "CpsHud", "...and 1 more"], "feature_count": 51, "icon": "https://raw.githubusercontent.com/19MisterX98/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "19MisterX98/meteor-rejects", "links": {"github": "https://github.com/19MisterX98/meteor-rejects"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-06-21T21:11:50Z", "downloads": 0, "mc_version": "1.18", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly."}, {"authors": ["staid"], "features": ["NewchunksModule", "StaidCommand"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/StaidChannel708/newchunks/main/src/main/resources/assets/template/icon.png", "id": "StaidChannel708/newchunks", "links": {"github": "https://github.com/StaidChannel708/newchunks", "download": "https://github.com/StaidChannel708/newchunks/releases/download/v0.0.1/newchunks-addon-0.1.0.jar"}, "name": "New Chunks Addon", "stars": 1, "last_update": "2022-12-17T14:06:01Z", "downloads": 470, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "new chunks 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": ["JohanDevv", "Sssnipa"], "features": ["PopCounter", "BedAura", "SurroundPlus", "AutoBedCraft", "ExampleCommand", "HudExample"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/Bluscream/Lightswitch/main/src/main/resources/assets/lightswitch/icon.png", "id": "Bluscream/Lightswitch", "links": {"github": "https://github.com/Bluscream/Lightswitch"}, "name": "Lightswitch", "stars": 0, "last_update": "2022-12-05T14:46:03Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["Dwarslooper"], "features": [], "feature_count": 0, "icon": null, "id": "Dwarslooper/Token-Login", "links": {"github": "https://github.com/Dwarslooper/Token-Login"}, "name": "Token Login", "stars": 0, "last_update": "2023-04-12T15:51:38Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "A small mod by Dwarslooper to login with tokens."}, {"authors": ["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": 6, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/TrashmanEatGarbage/asdfasdfasdfasdf/master/src/main/resources/assets/template/icon.png", "id": "TrashmanEatGarbage/asdfasdfasdfasdf", "links": {"github": "https://github.com/TrashmanEatGarbage/asdfasdfasdfasdf"}, "name": "Addon Template", "stars": 0, "last_update": "2023-04-03T04:49:35Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["vined_", "hokindo9000"], "features": ["IKEADupe", "NoChestRender", "DubCounter", "AutoItemMove", "PacketLogger", "ShulkerCounterCommand"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/Nooniboi/Public-Ikea/main/src/main/resources/assets/icon/ikea.png", "id": "Nooniboi/Public-Ikea", "links": {"github": "https://github.com/Nooniboi/Public-Ikea", "download": "https://github.com/Nooniboi/Public-Ikea/releases/download/v0.2.0/ikea-addon-0.2.0.jar"}, "name": "IKEA Addon v${version}", "stars": 20, "last_update": "2023-08-21T20:47:16Z", "downloads": 2570, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Public Ikea Addon"}, {"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": ["FlexCoral", "mankool0"], "features": ["ConstElytraBoost", "AutoElytraSpeed"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/maxsupermanhd/meteor-constantiam/main/src/main/resources/assets/template/icon.png", "id": "maxsupermanhd/meteor-constantiam", "links": {"github": "https://github.com/maxsupermanhd/meteor-constantiam", "download": "https://github.com/maxsupermanhd/meteor-constantiam/releases/download/latest/meteorconstantiam-0.1.0.jar"}, "name": "Addon for Constantiam", "stars": 0, "last_update": "2023-06-11T14:56:41Z", "downloads": 14, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Ripped stuff from mankool0 basically..."}, {"authors": ["kkllffaa"], "features": ["Printer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/maxsupermanhd/meteor-litematica-printer/main/src/main/resources/assets/meteor_litematica_printer/icon.png", "id": "maxsupermanhd/meteor-litematica-printer", "links": {"github": "https://github.com/maxsupermanhd/meteor-litematica-printer"}, "name": "meteor-litematica-printer", "stars": 0, "last_update": "2021-11-10T16:04:45Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "fast printer for litematica made with meteor."}, {"authors": ["Walaryne", "Cloudburst"], "features": ["AntiCrystal", "AntiCrystalPhase", "AutoGriffer", "BedrockWalk", "Confetti", "FuckedDetector", "PauseOnUnloaded", "TanukiPacketFly"], "feature_count": 8, "icon": "https://raw.githubusercontent.com/tympanicblock61/tanuki/master/src/main/resources/assets/tanuki/icon.png", "id": "tympanicblock61/tanuki", "links": {"github": "https://github.com/tympanicblock61/tanuki", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Tanuki", "stars": 0, "last_update": "2023-04-16T13:14:13Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons."}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AimAssist", "AntiBot", "AntiCrash", "AntiSpawnpoint", "AntiVanish", "ArrowDmg", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoFarm", "AutoGrind", "AutoLogin", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "GamemodeNotifier", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Jetpack", "Lavacast", "MossBot", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "SkeletonESP", "SoundLocator", "TreeAura", "CenterCommand", "...and 16 more"], "feature_count": 66, "icon": "https://raw.githubusercontent.com/FlowLikeCoffeeJelly/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "FlowLikeCoffeeJelly/meteor-rejects", "links": {"github": "https://github.com/FlowLikeCoffeeJelly/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-05-20T11:47:13Z", "downloads": 0, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client with features that won't be added to Meteor. Because they were either rejected or are ports from other clients."}, {"authors": ["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": ["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": 3, "last_update": "2023-01-31T17:55:06Z", "downloads": 265, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Addon for meteor to get better starscript"}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AntiBot", "AntiSpawnpoint", "AntiVanish", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "BonemealAura", "Boost", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Lavacast", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "SilentDisconnect", "SkeletonESP", "SoundLocator", "TillAura", "TreeAura", "CenterCommand", "ClearChatCommand", "GhostCommand", "GiveCommand", "HeadsCommand", "KickCommand", "LocateCommand", "PanicCommand", "ReconnectCommand", "ServerCommand", "...and 7 more"], "feature_count": 57, "icon": "https://raw.githubusercontent.com/EpicPlayerA10/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "EpicPlayerA10/meteor-rejects", "links": {"github": "https://github.com/EpicPlayerA10/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 2, "last_update": "2022-11-22T11:40:53Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client that features that won't be added to Meteor. Because they were either rejected or are ports from other clients."}, {"authors": ["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": ["heedi", "CWBY726"], "features": ["AutoCrystal", "HoleRender", "CustomFOV", "AutoCity", "CevBreaker", "HoleFill", "HoleSnap", "PenisESP", "ToroDupe", "AutoMount", "BetaCA", "Coords", "CenterCommand"], "feature_count": 13, "icon": null, "id": "heedii/hentai-addon", "links": {"github": "https://github.com/heedii/hentai-addon", "download": "https://github.com/heedii/hentai-addon/releases/download/V-idk/hentai-0.6_Alpha.jar", "discord": "https://discord.gg/a7Y8eFJeYP"}, "name": "hentai", "stars": 5, "last_update": "2023-04-13T20:02:21Z", "downloads": 42, "mc_version": "1.19.3", "status": {"archived": true}, "verified": false, "summary": "based addon"}, {"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", "Lavacast", "MossBot", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "SkeletonESP", "SoundLocator", "TreeAura", "CenterCommand", "ClearChatCommand", "GhostCommand", "...and 14 more"], "feature_count": 64, "icon": "https://raw.githubusercontent.com/BDARmech/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "BDARmech/meteor-rejects", "links": {"github": "https://github.com/BDARmech/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 1, "last_update": "2023-03-16T14:21:43Z", "downloads": 0, "mc_version": "1.19.3", "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": ["AmeChirin"], "features": ["HackerDetector", "LevitatingBoat", "SkinProtection", "ScoreboardPlus", "AnyPlacer", "AutoAnchor", "AutoExecute", "ChunkCrash", "GhostBlockFly", "Printer", "ProjectileDeflector", "Totem", "VeloFly", "LOReach", "LOClipReach", "LOWorldGuardBypass", "NoRandomPackets", "BackTP", "ConsoleFlood", "VelocityBoost", "GameTweaks", "PrivateChat", "EasyFilter", "AutoMessage", "Sniper", "BuildRandom", "OpenAnarchyAutoDupe", "NoSwing", "BloatCommand", "StopCommand", "BeehiveCommand", "ClearCommand", "CorruptCommand", "EffectCommand", "ForceOpCommand", "HideCommand", "KillCommand", "LagCommand", "ShriekCommand", "ChangePlayerNameCommand", "LoginKick", "TeleportCommand", "UUIDCommand", "ItemCommand", "PlayerHeadCommand", "DesyncCommand", "LOClipCommand"], "feature_count": 47, "icon": "https://raw.githubusercontent.com/Fiz-Victor/zeitgeist-addon/master/src/main/resources/assets/zeitgeist-addon/icon.png", "id": "Fiz-Victor/zeitgeist-addon", "links": {"github": "https://github.com/Fiz-Victor/zeitgeist-addon"}, "name": "Zeitgeist Addon", "stars": 0, "last_update": "2023-08-18T14:48:50Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "An addon that contains great features from some outdated addons."}, {"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": 14, "last_update": "2022-11-10T01:54:25Z", "downloads": 65, "mc_version": "1.19", "status": {"archived": false}, "verified": false, "summary": "Prolly the best Meteor Addon ever, change my mind."}, {"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/latest/fartenware-1.1.jar"}, "name": "FartenWare", "stars": 2, "last_update": "2023-05-13T21:58:28Z", "downloads": 30, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "An addon for our projects."}, {"authors": ["18deaths", "GhostTypes", "PFTPancake"], "features": [], "feature_count": 0, "icon": null, "id": "unnamedlife/bbcware", "links": {"github": "https://github.com/unnamedlife/bbcware", "download": "https://github.com/unnamedlife/bbcware/releases/download/1.0.5/bbc-ware-v1.0.5.jar", "discord": "https://discord.gg/UbuM7Cxtew"}, "name": "BBC", "stars": 13, "last_update": "2022-09-27T10:44:46Z", "downloads": 254, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Strongest Minecraft PVP Utility for 1.19.2"}, {"authors": ["thebest9178"], "features": ["thebest9178.unminableminer.modules.UnminableMiner"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/thebest9178/Unminable-Meteor/master/src/main/resources/assets/unminable-miner/icon.png", "id": "thebest9178/Unminable-Meteor", "links": {"github": "https://github.com/thebest9178/Unminable-Meteor", "download": "https://github.com/thebest9178/Unminable-Meteor/releases/download/1.5.1/unminable-miner-addon-1.5.1.jar"}, "name": "Unminable Miner", "stars": 5, "last_update": "2023-04-18T07:59:36Z", "downloads": 36, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "A port of LXYan2333's Fabric-Bedrock-Miner to Meteor addon."}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/wizis/manual-cw-addon/master/src/main/resources/assets/template/icon.png", "id": "wizis/manual-cw-addon", "links": {"github": "https://github.com/wizis/manual-cw-addon"}, "name": "Addon Template", "stars": 0, "last_update": "2023-04-03T04:49:35Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "23814098290384721983741732874891237489213749812738094712389478123747812364983128904823904812309481290384902138409231748923174982316498712364982377856238476231978462318477813265782364089231715798236984572397856213984621379856982375982385821758921365826198345721389579238659782137480923175892367567812368047231945712308957987123589023174890127345890237"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/supakeks/supa-addons/master/src/main/resources/assets/template/icon.png", "id": "supakeks/supa-addons", "links": {"github": "https://github.com/supakeks/supa-addons"}, "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": ["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": 2, "last_update": "2022-09-06T14:38:55Z", "downloads": 33, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Bypass for liveoverflow's antihuman feature on his mc server"}, {"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/PFTpancake/banana-for-everyone/main/src/main/resources/assets/logo1.png", "id": "PFTpancake/banana-for-everyone", "links": {"github": "https://github.com/PFTpancake/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": ["xolt"], "features": ["PacketFly"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/hashalite/packetfly-addon/main/src/main/resources/assets/packetfly/icon.png", "id": "hashalite/packetfly-addon", "links": {"github": "https://github.com/hashalite/packetfly-addon", "download": "https://github.com/hashalite/packetfly-addon/releases/download/1.2/packetfly-1.2.jar"}, "name": "Meteor Packet Fly Addon", "stars": 3, "last_update": "2021-11-07T22:12:20Z", "downloads": 94, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client that adds a Packet Fly module."}] \ No newline at end of file diff --git a/addons-ver.json b/addons-ver.json new file mode 100644 index 00000000..c63ea38d --- /dev/null +++ b/addons-ver.json @@ -0,0 +1 @@ +[{"authors": ["AntiCope"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/AntiCope/meteor-e621-integration/master/src/main/resources/assets/e621/icon.png", "id": "AntiCope/meteor-e621-integration", "links": {"github": "https://github.com/AntiCope/meteor-e621-integration", "download": "https://github.com/AntiCope/meteor-e621-integration/releases/download/latest-1.19/e621-addon-0.1.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "E621 hud", "stars": 32, "last_update": "2023-08-25T21:09:26Z", "downloads": 2455, "mc_version": "1.19.2", "status": {"archived": false}, "verified": true, "summary": "Admire great artworks from the comfort of Meteor Client"}, {"authors": ["kkllffaa"], "features": ["EchestPreview", "AddWaypoint", "Disconnect", "Test", "ThirdHand", "NoPortalHitbox", "OpenAnarchyAutoDupe", "AutoFarm", "BetterBookBot", "NoPauseOnLostFocus", "AdvencedTooltips", "EchestSave", "ShulkerDupe", "WaypointsTab"], "feature_count": 14, "icon": "https://raw.githubusercontent.com/kkllffaa/meteor-utils/master/src/main/resources/assets/meteor-utils/icon.png", "id": "kkllffaa/meteor-utils", "links": {"github": "https://github.com/kkllffaa/meteor-utils", "download": "https://github.com/kkllffaa/meteor-utils/releases/download/latest/meteor-utils-1.0.jar"}, "name": "meteor-utils", "stars": 21, "last_update": "2023-08-05T13:54:59Z", "downloads": 338, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "adds some modules to meteor client"}, {"authors": ["\u043c\u044f\u0443\u0447\u0435\u0440"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/mjaucher/Silivia/main/src/main/resources/assets/silivia/icon.png", "id": "Mjaucher/Silivia", "links": {"github": "https://github.com/Mjaucher/Silivia", "download": "https://github.com/Mjaucher/Silivia/releases/download/V1.beta.13/silivia-kotlin.jar"}, "name": "Silivia", "stars": 15, "last_update": "2022-07-30T15:46:15Z", "downloads": 955, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "A Addon created to improve experience of playing with Meteor Client."}, {"authors": ["NotGhostTypes"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/AntiCope/reaper-addon/main/src/main/resources/assets/reaper/icon.png", "id": "AntiCope/reaper-addon", "links": {"github": "https://github.com/AntiCope/reaper-addon", "download": "https://github.com/AntiCope/reaper-addon/releases/download/latest-1.19.3/reaper-0.1.jar", "discord": "https://discord.gg/kKjSHnXVZv"}, "name": "Reaper", "stars": 20, "last_update": "2023-04-22T07:27:19Z", "downloads": 2495, "mc_version": "1.19.4", "status": {"archived": false}, "verified": true, "summary": "The Best Meteor Addon"}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AimAssist", "AntiBot", "AntiCrash", "AntiSpawnpoint", "AntiVanish", "ArrowDmg", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoFarm", "AutoGrind", "AutoLogin", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "BungeeCordSpoof", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "FullFlight", "GamemodeNotifier", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Jetpack", "KnockbackPlus", "Lavacast", "MossBot", "NewChunks", "NoJumpDelay", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "...and 21 more"], "feature_count": 71, "icon": "https://raw.githubusercontent.com/AntiCope/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "AntiCope/meteor-rejects", "links": {"github": "https://github.com/AntiCope/meteor-rejects", "download": "https://github.com/AntiCope/meteor-rejects/releases/download/latest-1.20.1/meteor-rejects-addon-0.3.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 278, "last_update": "2023-08-25T10:37:25Z", "downloads": 365, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "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": ["Crosby"], "features": ["PingSpoofer Module - Artificially modify your ping.", "Jukebox Module - Control vanilla ingame music.", "Logger Module - Saves important information on certain events such as death in the logs, configurable via Starscript.", "Announcer Module - Re-added the removed Announcer module from Meteor Client.", "SpamPlus Module - Spam the bee movie script.", "Chat Commands Module - Turn your account into a Discord bot.", "Auto TPA Module - Automatically accept TPA requests based on a whitelist.", "Chat Emotes Module - Discord emotes for Minecraft, vanilla compatible.", "Image HUD Element - Customizable image HUD Element.", "Fake Position Text HUD Element - Fake your position in your HUD.", "getUuid Command - Get the UUID of any account based on their username.", "nameHistory Command - Get the name history of any account both online and offline based on either username or UUID.", "lookAt Command - Automatically rotate to look at any location in the world.", "coordinates Command - Copy your coordinates to your clipboard.", "Player Head Cache - Keep player heads in chat even after the player has left. Part of BetterChat", "Anvil Tooltip Info - Anvil-related info, xp cost & anvil uses, of items in the tooltip. Part of BetterTooltips", "Stops DiscordPresence from being enabled by default.", "Adds multiple math functions to Starscript.", "Dark Purple Theme."], "feature_count": 19, "icon": "https://raw.githubusercontent.com/RacoonDog/bidoof-meteor/main/src/main/resources/assets/bidoof-meteor/icon.png", "id": "RacoonDog/bidoof-meteor", "links": {"github": "https://github.com/RacoonDog/bidoof-meteor", "download": "https://github.com/RacoonDog/bidoof-meteor/releases/download/latest/bidoof-meteor-1.3.1.jar"}, "name": "Bidoof Meteor", "stars": 5, "last_update": "2022-11-01T00:04:10Z", "downloads": 2480, "mc_version": "1.19.2", "status": {"archived": true}, "verified": true, "summary": "Bidoof."}, {"authors": ["RattlesHyper", "gasps"], "features": ["ItemDropper", "RainbowArmor", "CommandAura", "ChatColor", "PacketScaffold", "AutoMap", "ForEach", "SpectatorTeleport", "DisableTooltips", "AutoClip", "NoClearChat", "TpAura", "JoinMessage", "StackCommand", "StackCommand", "ItemStealer", "RenameCommand", "SptpCommand", "SummonCommand"], "feature_count": 19, "icon": "https://raw.githubusercontent.com/RattlesHyper/lyra-addon/main/src/main/resources/assets/lyra/icon.png", "id": "RattlesHyper/lyra-addon", "links": {"github": "https://github.com/RattlesHyper/lyra-addon", "download": "https://github.com/RattlesHyper/lyra-addon/releases/download/v0.3.0/lyra-0.3.0.jar", "discord": "https://discord.gg/uFpaAZdVgS"}, "name": "Lyra Addon", "stars": 10, "last_update": "2023-08-21T09:50:16Z", "downloads": 109, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "Lyra Addon is a Meteor Client addon that has features specificed for Creative Mode/Creative Servers."}, {"authors": ["Neki_play"], "features": ["Eclip", "FastLadderPlus", "TriggerBot", "EyeFinder", "InventoryMovePlus", "MiddleClickExtraPlus", "AutoDropPlus", "NoFallPlus", "TimerPlus", "SpeedPlus", "FlyPlus", "SpiderPlus", "JesusPlus", "BoatAura", "BedrockStorageBruteforce", "AutoCraftPlus", "AutoObsidianFarm", "XrayBruteforce", "AutoLeave", "AutoAccept", "GhostBlockFixer", "SafeMine", "Freeze", "AntiBotPlus", "MultiTasks", "ElytraEsp", "VelocityPlus", "MapIntegration", "LitematicaPrinter", "HiddenModulesTab"], "feature_count": 30, "icon": "https://raw.githubusercontent.com/Nekiplay/MeteorPlus/main/src/main/resources/assets/meteorplus/icon.png", "id": "Nekiplay/MeteorPlus", "links": {"github": "https://github.com/Nekiplay/MeteorPlus", "download": "https://github.com/Nekiplay/MeteorPlus/releases/download/1.20.1/meteor-plus-1.0.3.jar", "homepage": "https://meteor-plus.com/"}, "name": "Meteor Plus", "stars": 85, "last_update": "2023-08-27T02:44:01Z", "downloads": 5, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "An addon for Meteor client that adds many blatant features."}, {"authors": ["cqb13"], "features": ["AutoLogPlus", "BetterPlace", "Beyblade", "ChatEncryption", "ChorusExploit", "ConditionToggle", "Confetti", "FloRida", "GameSettings", "GodBridge", "IgnoreDeaths", "JumpHelper", "LogOutSpots", "NewChunks", "NoStrip", "Number81", "RideStats", "SafeFire", "SafetyNet", "TanukiEgapFinder", "TunnelESP", "WurstGlide", "Trash", "HeadItem", "ClearChat"], "feature_count": 25, "icon": "https://raw.githubusercontent.com/cqb13/Numby-hack/master/src/main/resources/assets/numby-hack/textures/icon.png", "id": "cqb13/Numby-hack", "links": {"github": "https://github.com/cqb13/Numby-hack", "download": "https://github.com/cqb13/Numby-hack/releases/download/1.20.1-build-21/Numby-Hack-2.2.jar", "discord": "https://discord.gg/TtmQs7BzPJ", "homepage": "https://numbyhack.cqb13.dev/"}, "name": "Numby Hack", "stars": 46, "last_update": "2023-08-24T15:41:27Z", "downloads": 987, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "A simple Meteor addon focused on giving users more customization options. Made in honor of Number81."}, {"authors": ["RickyTheRacc"], "features": ["ArmorMessages", "AutoCityPlus", "AutoTrapPlus", "XPThrower", "AnchorPlus", "AntiTrap", "BurrowESP", "BurrowMiner", "AntiSurround", "BananaBomber", "CevBreaker", "CityESPPlus", "HoleESPPlus", "MonkeBurrow", "Monkhand", "MonkeTotem", "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/Bennooo/banana-for-everyone/main/src/main/resources/assets/logo1.png", "id": "Wide-Cat/banana-for-everyone", "links": {"github": "https://github.com/Wide-Cat/banana-for-everyone", "download": "https://github.com/Wide-Cat/banana-for-everyone/releases/download/Latest/banana-plus-100.jar", "discord": "https://discord.gg/brjN8BkpGU"}, "name": "Banana+", "stars": 53, "last_update": "2023-03-07T18:51:57Z", "downloads": 939, "mc_version": "1.19.3", "status": {"archived": true}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"authors": ["kkllffaa"], "features": ["Printer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/kkllffaa/meteor-litematica-printer/main/src/main/resources/assets/meteor_litematica_printer/icon.png", "id": "kkllffaa/meteor-litematica-printer", "links": {"github": "https://github.com/kkllffaa/meteor-litematica-printer", "download": "https://github.com/kkllffaa/meteor-litematica-printer/releases/download/latest/meteor-litematica-printer-1.2.jar"}, "name": "Meteor Litematica Printer", "stars": 30, "last_update": "2023-08-05T14:18:18Z", "downloads": 623, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "Fast printer for litematica made with meteor."}, {"authors": ["SIMULATAN"], "features": ["NotificationsCommand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/SIMULATAN/meteor-notifications-addon/main/src/main/resources/assets/notifications/icon.png", "id": "SIMULATAN/meteor-notifications-addon", "links": {"github": "https://github.com/SIMULATAN/meteor-notifications-addon", "download": "https://github.com/SIMULATAN/meteor-notifications-addon/releases/download/2.0.0/notifications-addon-2.0.0.jar", "discord": "https://discord.com/users/505713760124665867"}, "name": "Notifications Addon", "stars": 17, "last_update": "2023-03-09T16:51:28Z", "downloads": 970, "mc_version": "1.19.2", "status": {"archived": false}, "verified": true, "summary": "An addon for the MeteorClient that displays various notifications on the HUD | still WIP, code might be messy"}, {"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!", "Join misconfigured BungeeCord backends with any name you want!"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/DAMcraft/MeteorServerSeeker/master/src/main/resources/assets/serverseeker/icon.png", "id": "DAMcraft/MeteorServerSeeker", "links": {"github": "https://github.com/DAMcraft/MeteorServerSeeker", "download": "https://github.com/DAMcraft/MeteorServerSeeker/releases/download/latest/server-seeker-2.1.0.jar", "discord": "https://discord.gg/serverseeker-1087081486747971705"}, "name": "ServerSeeker", "stars": 60, "last_update": "2023-08-26T09:00:37Z", "downloads": 13, "mc_version": "1.19.4 - 1.20.1", "status": {"archived": false}, "verified": true, "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": ["etianll, and various authors"], "features": ["AutoLavaCaster", "AutoMountain", "AutoStaircase", "TrouserBuild", "TrailMaker", "NewerNewChunks", "BaseFinder", "Teleport", "TPFly", "HandOfGod", "ExplosionAura", "ShulkerDupe", "InvDupeModule", "InstantKill", "LecternCrash", "AutoDrop", "AnHero", "RedstoneNuker", "SuperInstaMine", "AirstrikePlus", "BoomPlus", "VoiderPlus", "BetterScaffold", "BetterAutoSign", "FlightAntikick", "LavaTimeCalculator", "CasterTimer", "NewChunkCounter", "BaseFinderCommands", "WorldInfoCommand"], "feature_count": 30, "icon": "https://raw.githubusercontent.com/etianl/Trouser-Streak/main/src/main/resources/assets/icon/icon.png", "id": "etianl/Trouser-Streak", "links": {"github": "https://github.com/etianl/Trouser-Streak", "download": "https://github.com/etianl/Trouser-Streak/releases/download/v0.6.6/1trouser-streak-0.6.6-1.20.1.jar"}, "name": "TrouserStreak", "stars": 44, "last_update": "2023-08-20T10:22:53Z", "downloads": 293, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "A compilation of modules, updated to the latest version. Featuring automated mountain building abilities! Many of the modules were not originally written by me, but have had things added/changed. Check my Github frequently for updates!"}, {"authors": ["Gurkenwerfer_"], "features": ["NoChestRender", "DubCounter", "AutoItemMove", "BedrockESP", "Gurkwalk", "Gurkfly", "PacketLogger", "FakeCreativeBypass", "WorldGuardBypass", "CamClip", "AutoClip"], "feature_count": 11, "icon": "https://raw.githubusercontent.com/stefexec/gurkens-gadgetry-public/master/src/main/resources/assets/gurk/logo.png", "id": "stefexec/gurkens-gadgetry-public", "links": {"github": "https://github.com/stefexec/gurkens-gadgetry-public", "download": "https://github.com/stefexec/gurkens-gadgetry-public/releases/download/v1.3.1/gurkens-gadgetry-1.3.1.jar", "homepage": "https://anticope.pages.dev/addons/?addon=stefexec%2Fgurkens-gadgetry-public&page=2"}, "name": "Gurken's Gadgetry", "stars": 7, "last_update": "2023-07-23T22:24:38Z", "downloads": 391, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "An assortment of various useful utility mods. Addon to be used with the latest dev build of Meteor Client."}, {"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/AntiCope/orion/master/src/main/resources/assets/orion/icon.png", "id": "AntiCope/orion", "links": {"github": "https://github.com/AntiCope/orion", "download": "https://github.com/AntiCope/orion/releases/download/latest-1.20.1/orion-0.2.jar", "discord": "https://discord.com/invite/9vGTkfA6H4"}, "name": "Orion", "stars": 78, "last_update": "2023-07-04T21:58:32Z", "downloads": 1947, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "Continuation of GhostTypes' Orion"}, {"authors": ["cally72jhb"], "features": ["PacketHoleFill", "SurroundPlus", "AntiScreen", "NoCollision", "NoWorldBorder", "PacketPlace", "PingSpoof", "Placeholders", "EdgeJump", "EntityFly", "EntityPhase", "Fly", "NoFallPlus", "PacketDigits", "PacketFly", "RubberbandFly", "NoSwing", "PortalGodMode", "HoleRenderer", "SkeletonESP", "CenterCommand", "DesyncCommand", "ItemCommand", "PlayerHeadCommand", "TeleportCommand", "TrashCommand", "UUIDCommand"], "feature_count": 27, "icon": "https://user-images.githubusercontent.com/18114966/159967693-d42e1b63-2fb2-4261-9913-9c1b95c43f69.png", "id": "cally72jhb/vector-addon", "links": {"github": "https://github.com/cally72jhb/vector-addon", "download": "https://github.com/cally72jhb/vector-addon/releases/download/0.3.8/vector-addon-0.3.8.jar", "discord": "https://discord.gg/A3nYgbKeXR", "homepage": "https://cally72jhb.github.io/website"}, "name": "Vector Addon", "stars": 97, "last_update": "2023-07-02T20:10:02Z", "downloads": 11361, "mc_version": "1.19.4", "status": {"archived": false}, "verified": true, "summary": "A powerful open-source addon for Meteor Client."}, {"authors": ["Wide_Cat", "Cloudburst"], "features": ["AACCrash", "BookCrash", "ContainerCrash", "CraftingCrash", "CreativeCrash", "EntityCrash", "ErrorCrash", "InteractCrash", "LecternCrash", "MessageLagger", "MovementCrash", "PacketSpammer", "SequenceCrash", "CrashItemCommand"], "feature_count": 14, "icon": "https://raw.githubusercontent.com/AntiCope/meteor-crash-addon/master/src/main/resources/assets/meteorcrashaddon/icon.png", "id": "AntiCope/meteor-crash-addon", "links": {"github": "https://github.com/AntiCope/meteor-crash-addon", "download": "https://github.com/AntiCope/meteor-crash-addon/releases/download/latest-1.19.4/meteor-crash-addon-0.6.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Crash Addon", "stars": 72, "last_update": "2023-05-05T12:40:52Z", "downloads": 5444, "mc_version": "1.19.4", "status": {"archived": false}, "verified": true, "summary": "Add-on that includes various server crashing methods"}, {"authors": ["Declipsonator"], "features": ["Scaffold", "VelocityBoost", "AutoTool", "TpsSync", "RideStats", "GroupChat", "AutoSign", "DeathExplore", "EntitySpeed", "MultiTask", "GameTweaks", "Confetti", "SoftLeave", "ReloadBlocks", "ItemCountHud"], "feature_count": 15, "icon": "https://raw.githubusercontent.com/Declipsonator/Meteor-Tweaks/main/src/main/resources/assets/meteortweaks/icon.png", "id": "Declipsonator/Meteor-Tweaks", "links": {"github": "https://github.com/Declipsonator/Meteor-Tweaks", "download": "https://github.com/Declipsonator/Meteor-Tweaks/releases/download/v2.0.1/Meteor-Tweaks.jar", "discord": "https://dsc.gg/meteor-tweaks"}, "name": "Meteor Tweaks", "stars": 42, "last_update": "2022-04-15T15:26:51Z", "downloads": 5446, "mc_version": "1.18.2", "status": {"archived": true}, "verified": true, "summary": "A Meteor Client Addon that adds tweaks to modules and settings."}, {"authors": ["Crosby"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/RacoonDog/Electron/main/src/main/resources/assets/electron/icon.png", "id": "RacoonDog/Electron", "links": {"github": "https://github.com/RacoonDog/Electron", "download": "https://github.com/RacoonDog/Electron/releases/download/latest/electron-0.3.7.jar", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Electron", "stars": 15, "last_update": "2023-02-05T02:00:39Z", "downloads": 3492, "mc_version": "1.19.3", "status": {"archived": true}, "verified": true, "summary": "Meteor Client Performance Optimizations"}, {"authors": ["SpecKeef", "9x00"], "features": ["DupeModule", "XsDupe", "ItemFrameDupe", "ShulkerDupe", "ElytraFix", "Boost", "Jetpack", "Glide", "NoJumpCooldown", "BoatPhase", "BoatFling", "RandomBuild", "BoosieFade", "ServerOpNuke", "FakeHacker", "SecretClose", "MassPayout", "ExtraKnockback", "PingSpoofer", "AntiCrash", "Invincibility", "MassMessage", "HeadRoll", "LeftHanded", "GhostMode", "VehicleOneHit", "PositionCrash", "StorageCrash", "LecternCrash", "VehicleCrash", "BookCrash", "NullExceptionCrash", "MovementCrash", "ExceptionCrash", "EntityCrash", "CraftingCrash", "CreativeCrash", "AdvancedCrash", "SignCrash", "LagMessage", "PacketFlooder", "JigSawCrash", "TradeCrash", "WorldBorderCrash", "UDPFlood", "BungeeCrash", "SwingCrash", "AutoLagSign", "ArmorStandCrash", "CenterCommand", "...and 35 more"], "feature_count": 85, "icon": "https://raw.githubusercontent.com/SpecKeef/Crystal-Addon/main/src/main/resources/assets/crystal/icon.png", "id": "SpecKeef/Crystal-Addon", "links": {"github": "https://github.com/SpecKeef/Crystal-Addon", "download": "https://github.com/SpecKeef/Crystal-Addon/releases/download/latest-1.20.1-39/crystal-1.3.2.3.jar", "discord": "https://discord.gg/8amWPxkdnT"}, "name": "Crystal", "stars": 25, "last_update": "2023-08-26T01:41:33Z", "downloads": 59, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "A Meteor Client addon for duping, utility, and finding exploits."}, {"authors": ["RedCarlos26", "Ethius"], "features": ["Center", "Coordinates", "Disconnect", "AfkLogout", "ArmorNotify", "AutoCenter", "AutoWalkPlus", "AxisViewer", "HIGPrefix", "DiscordRPC", "HandManager", "HighwayBuilderPlus", "HighwayTools", "InvManager", "ScaffoldPlus", "AxisBorer", "NegNegBorer", "NegPosBorer", "PosNegBorer", "PosPosBorer", "RingRoadBorer"], "feature_count": 21, "icon": "https://raw.githubusercontent.com/RedCarlos26/HIGTools/main/src/main/resources/assets/higtools/icon.png", "id": "RedCarlos26/HIGTools", "links": {"github": "https://github.com/RedCarlos26/HIGTools", "download": "https://github.com/RedCarlos26/HIGTools/releases/download/2.6/HIGTools-2.6.jar", "discord": "https://discord.gg/a4jkKGJNdJ"}, "name": "HIGTools", "stars": 37, "last_update": "2023-08-11T20:59:49Z", "downloads": 1508, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "Highway Tools for Meteor Client."}, {"authors": ["FlexCoral", "seasnail8169", "Cloudburst"], "features": ["VillagerRoller"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/maxsupermanhd/meteor-villager-roller/main/src/main/resources/assets/template/icon.png", "id": "maxsupermanhd/meteor-villager-roller", "links": {"github": "https://github.com/maxsupermanhd/meteor-villager-roller", "download": "https://github.com/maxsupermanhd/meteor-villager-roller/releases/download/1.4.2/villager-roller-1.4.2%2Bmc1.19.4-rev.ac89621-dirty.jar", "discord": "https://discord.com/invite/DFsMKWJJPN"}, "name": "Meteor Villager Roller", "stars": 71, "last_update": "2023-08-19T06:23:27Z", "downloads": 1148, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "Module for Meteor Client that continiously breaks and places work block of villager until it has desired trade"}, {"authors": ["KassuK and OLEPOSSU"], "features": ["AnchorAuraPlus", "AnteroTaateli", "AntiAim", "AntiCrawl", "AutoCraftingTable", "AutoCrystalPlus", "AutoEz", "Automation", "AutoMend", "AutoMine", "AutoMoan", "AutoPearl", "AutoPvp", "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", "...and 9 more"], "feature_count": 59, "icon": "https://raw.githubusercontent.com/KassuK1/BlackOut/main/src/main/resources/assets/blackout/logo.png", "id": "KassuK1/BlackOut", "links": {"github": "https://github.com/KassuK1/BlackOut", "download": "https://github.com/KassuK1/BlackOut/releases/download/latest/blackout-1.0.1.jar", "discord": "https://discord.gg/mmWz9Dz4Y9"}, "name": "Blackout", "stars": 63, "last_update": "2023-08-22T12:57:15Z", "downloads": 333, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "Plugin for meteor client adding more features mostly focusing on CPVP"}, {"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", "Translator module for chat translations"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/JFronny/MeteorAdditions/master/src/main/resources/assets/meteor-additions/icon.png", "id": "JFronny/MeteorAdditions", "links": {"github": "https://github.com/JFronny/MeteorAdditions", "download": "https://github.com/JFronny/MeteorAdditions/releases/download/latest-1.20/MeteorAdditions-1.2.0.jar"}, "name": "MeteorAdditions", "stars": 42, "last_update": "2023-07-28T12:10:28Z", "downloads": 419, "mc_version": null, "status": {"archived": false}, "verified": true, "summary": "Addons for Meteor, partially based off of/inspired by https://github.com/Wurst-Imperium/Wurst7"}, {"authors": ["Zgoly"], "features": ["AutoFeed", "AutoFix", "AutoHeal", "AutoLeave", "AutoLight", "AutoLogin", "AutoSneak", "ContainerCleaner", "DmSpam", "EntityUse", "ItemSucker", "JumpFlight", "JumpJump", "Placer", "SlotClick", "ZKillaura", "Coordinates", "TargetNbt"], "feature_count": 18, "icon": "https://raw.githubusercontent.com/Zgoly/Meteorist/main/src/main/resources/assets/meteorist/icon.png", "id": "Zgoly/Meteorist", "links": {"github": "https://github.com/Zgoly/Meteorist", "download": "https://github.com/Zgoly/Meteorist/releases/download/v1.6/meteorist-1.6.jar", "discord": "https://discord.gg/y8fBWPNJFm", "homepage": "https://zgoly.github.io/utils/download-latest-release?user=Zgoly&repo=Meteorist&file=.jar"}, "name": "Meteorist", "stars": 76, "last_update": "2023-07-28T06:13:48Z", "downloads": 2273, "mc_version": "1.20.1", "status": {"archived": false}, "verified": true, "summary": "Adds additional functionality to Meteor Client \u2604\ufe0f."}, {"authors": ["Walaryne", "Cloudburst"], "features": ["AntiCrystal", "AntiCrystalPhase", "AutoGriffer", "BedrockWalk", "Confetti", "FuckedDetector", "PauseOnUnloaded", "TanukiPacketFly"], "feature_count": 8, "icon": "https://raw.githubusercontent.com/AntiCope/tanuki/master/src/main/resources/assets/tanuki/icon.png", "id": "AntiCope/tanuki", "links": {"github": "https://github.com/AntiCope/tanuki", "download": "https://github.com/AntiCope/tanuki/releases/download/latest-1.19/tanuki-addon-0.1.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Tanuki", "stars": 18, "last_update": "2023-04-16T13:16:15Z", "downloads": 2213, "mc_version": "1.19.3", "status": {"archived": false}, "verified": true, "summary": "Port of Walaryne's tanuki meteor client fork"}] \ No newline at end of file diff --git a/addons.py b/addons.py new file mode 100644 index 00000000..d961c261 --- /dev/null +++ b/addons.py @@ -0,0 +1,248 @@ +import requests +import json +from os import getenv +from time import sleep +import re +from configparser import ConfigParser + + +VERIFIED = json.load(open('verified.json', "r+", encoding='utf-8')) +INJECT = json.load(open('inject.json', "r+", encoding='utf-8')) + +RETRY_COUNT = 25 + +GH_TOKEN = getenv("GH_TOKEN") +HEADERS = {"Authorization": f"token {GH_TOKEN}", "Accept": "application/vnd.github.v3+json", "User-Agent": "AntiCope/anticope.ml"} + +# regex +FEATURE_RE = re.compile("(?:add\(new )([^(]+)(?:\([^)]*)\)\)") +INVITE_RE = re.compile("((?:https?:\/\/)?(?:www.)?(?:discord.(?:gg|io|me|li|com)|discordapp.com\/invite|dsc.gg)\/[a-zA-z0-9-\/]+)") +MCVER_RE = re.compile("(?:['\"]com\.mojang:minecraft:)([0-9a-z.]+)(?:[\"'])") + +def sleep_if_rate_limited(type="search"): + for _ in range(RETRY_COUNT): + try: + r = requests.get("https://api.github.com/rate_limit", headers=HEADERS) + if r.status_code != 304 and r.json()['resources'][type]['remaining'] > 0: + return + print("rate limited. sleeping...") + except Exception: + print("[rate limit] error. ignoring...") + sleep(25) + +repos = set(VERIFIED) + +# Fetch all repo names that contain meteor entrypoint in fabric.mod.json +incomplete = True +page = 0 +print("Fetching based on fabric.mod.json") +while incomplete: + print(f"Fetching page {page}") + for _ in range(RETRY_COUNT): + try: + sleep_if_rate_limited() + r = requests.get( + f"https://api.github.com/search/code?q=entrypoints+meteor+extension:json+filename:fabric.mod.json+fork:true+in:file&per_page=100&page={page}", headers=HEADERS).json() + if 'message' in r.keys() and "rate limit" in r['message']: + print("[search fetch] rate limited. sleeping...") + sleep(60) + continue + for file in r['items']: + repo = file['repository'] + if not repo['private']: + repos.add(repo['full_name']) + incomplete = r["incomplete_results"] + break + except Exception: + print("[search fetch] error. ignoring...") + page += 1 + if page > 10: # fallback + break + +# Fetch all repo names that extend MeteorAddon +incomplete = True +page = 0 +print("Fetching based on extends MeteorAddon") +while incomplete: + print(f"Fetching page {page}") + for _ in range(RETRY_COUNT): + try: + sleep_if_rate_limited() + r = requests.get( + f"https://api.github.com/search/code?q=extends+MeteorAddon+language:java+in:file&per_page=100&page={page}", headers=HEADERS).json() + if 'message' in r.keys() and "rate limit" in r['message']: + print("[search fetch] rate limited. sleeping...") + sleep(60) + continue + for file in r['items']: + repo = file['repository'] + if not repo['private']: + repos.add(repo['full_name']) + incomplete = r["incomplete_results"] + break + except Exception: + print("[search fetch] error. ignoring...") + page += 1 + if page > 10: # fallback + break + +# Request all forks of templates because some people cant click generate +r = requests.get("https://api.github.com/repos/MeteorDevelopment/meteor-addon-template/forks?per_page=100", headers=HEADERS).json() +for fork in r: + try: + repos.add(fork['full_name']) + except Exception: + print("[fork fetch] error. ignoring...") + +# filter templates +repos = list(filter(lambda x: "-addon-template" not in x.lower(), repos)) + +def parse_repo(name): + sleep_if_rate_limited(type="core") + print(f"parsing: {name}") + + repo = requests.get(f"https://api.github.com/repos/{name}", headers=HEADERS).json() + fabric = requests.get(f"https://raw.githubusercontent.com/{name}/{repo['default_branch']}/src/main/resources/fabric.mod.json").json() + + # find authors from mod metadata or from github username + authors = [] + for author in fabric['authors']: + if type(author) == str: + authors.append(author) + if len(authors) == 0: + authors.append(repo['owner']['login']) + + links = {"github": repo['html_url']} + + if "meteor" not in fabric["entrypoints"].keys(): + print("Missing meteor entrypoint") + raise Exception("Missing meteor entrypoint") + + summary = "" + try: + summary = repo['description'] or fabric['description'] + except Exception: + print("[summary] error. ignoring...") + + # direct download from releases + downloads = 0 + try: + releases = requests.get(f"https://api.github.com/repos/{name}/releases", headers=HEADERS).json() + url = None + for release in releases: + for asset in release['assets']: + asset_name: str = asset['name'].lower() + if asset_name.endswith("-dev.jar") or asset_name.endswith("-sources.jar"): + continue + if asset_name.endswith(".jar"): + url = asset['browser_download_url'] + downloads = asset['download_count'] + break + if url != None: + break + if url == None: + print("missing release") + else: + links["download"] = url + except Exception: + print("[dl] error. ignoring...") + + # icon from mod metadata + icon = None + try: + icon = f"https://raw.githubusercontent.com/{name}/{repo['default_branch']}/src/main/resources/{fabric['icon']}" + if requests.head(icon).status_code == 404: + print("missing icon") + icon = None + except Exception: + print("[icon] error. ignoring...") + + # find discord server by looking at readme mod and repository metadata + try: + readme = requests.get(f"https://raw.githubusercontent.com/{name}/{repo['default_branch']}/README.md").text + invites = INVITE_RE.findall(readme) + INVITE_RE.findall(str(fabric)) + INVITE_RE.findall(str(repo)) + for invite in invites: + if requests.head(invite).status_code != 404: + links["discord"] = invite + break + except Exception: + print("[discord invite] error. ignoring...") + + try: + site = repo['homepage'] + if not INVITE_RE.match(site) and site: # skip discord invites + links["homepage"] = site + except Exception: + print("[homepage] error. ignoring...") + + # find features by parsing the entrypoint + features = [] + feature_count = 0 + try: + entrypoint = requests.get(f"https://raw.githubusercontent.com/{name}/{repo['default_branch']}/src/main/java/{fabric['entrypoints']['meteor'][0].replace('.', '/')}.java").text + features.extend([str(x) for x in FEATURE_RE.findall(entrypoint)]) + feature_count = len(features) + if len(features) > 50: + count = len(features) - 50 + features = features[:50] + features.append(f"...and {count} more") + except Exception: + print("[features] error. ignoring...") + + # parse build.gradle + mc_version = None + try: + build_gradle = requests.get(f"https://raw.githubusercontent.com/{name}/{repo['default_branch']}/build.gradle").text + try: + props = requests.get(f"https://raw.githubusercontent.com/{name}/{repo['default_branch']}/gradle.properties").text + props = "[conf]\n"+props # convert to ini format + gradle_props = ConfigParser() + gradle_props.read_string(props) + for key, val in dict(gradle_props['conf']).items(): + build_gradle = build_gradle.replace("${project."+key+"}", val) + build_gradle = build_gradle.replace(f"$project.{key}", val) + build_gradle = build_gradle.replace(f"project.{key}", val) + except Exception as ex: + print(f"[build.gradle] failed to read gradle.properties.") + mc_version = MCVER_RE.findall(build_gradle)[0] + except Exception: + print("[build.gradle] error. ignoring...") + + result = { + "authors": authors, + "features": features, + "feature_count": feature_count, + "icon": icon, + "id": repo['full_name'], + "links": links, + "name": fabric['name'], + "stars": repo['stargazers_count'], + "last_update": repo['pushed_at'], + "downloads": downloads, + "mc_version": mc_version, + "status": { + "archived": repo['archived'] + }, + "verified": (repo['full_name'] in VERIFIED), + "summary": summary + } + + result.update(INJECT.get(repo['full_name'], {})) + return result + +verified_json = [] +unverified_json = [] +for repo in repos: + if repo in VERIFIED: + try: + verified_json.append(parse_repo(repo)) + except Exception as ex: + print(f"error {ex}. ignoring..., repo: {repo}") + else: + try: + unverified_json.append(parse_repo(repo)) + except Exception as ex: + print(f"error {ex}. ignoring..., repo: {repo}") + +json.dump(verified_json, open("addons-ver.json", "w+", encoding='utf-8'), indent=None) +json.dump(unverified_json, open("addons-unver.json", "w+", encoding='utf-8'), indent=None) diff --git a/inject.json b/inject.json new file mode 100644 index 00000000..576541a0 --- /dev/null +++ b/inject.json @@ -0,0 +1,15 @@ +{ + "Declipsonator/Troll-Addon": { + "summary": "No rat is present in this build.", + "authors": [ "Declipsonator" ] + }, + "cally72jhb/vector-addon": { + "icon": "https://user-images.githubusercontent.com/18114966/159967693-d42e1b63-2fb2-4261-9913-9c1b95c43f69.png" + }, + "AntiCope/reaper-addon": { + "icon": "https://raw.githubusercontent.com/AntiCope/reaper-addon/main/src/main/resources/assets/reaper/icon.png" + }, + "DAMcraft/MeteorServerSeeker": { + "mc_version": "1.19.4 - 1.20.1" + } +} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..663bd1f6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +requests \ No newline at end of file diff --git a/verified.json b/verified.json new file mode 100644 index 00000000..5519015f --- /dev/null +++ b/verified.json @@ -0,0 +1,33 @@ +[ + "AntiCope/meteor-rejects", + "AntiCope/orion", + "AntiCope/tanuki", + "Declipsonator/Meteor-Tweaks", + "JFronny/MeteorAdditions", + "cally72jhb/vector-addon", + "kkllffaa/meteor-utils", + "AntiCope/meteor-crash-addon", + "kkllffaa/meteor-litematica-printer", + "SIMULATAN/meteor-notifications-addon", + "maxsupermanhd/meteor-villager-roller", + "AntiCope/meteor-e621-integration", + "Declipsonator/Troll-Addon", + "mjaucher/Silivia", + "AntiCope/reaper-addon", + "RickyTheRacc/ElytraBruh", + "0xEnjoy/AutoVclip", + "Bennooo/banana-for-everyone", + "Nekiplay/MeteorPlus", + "RacoonDog/bidoof-meteor", + "TaxEvasiqn/allah-hack", + "RedCarlos26/HIGTools", + "cqb13/Numby-hack", + "Zgoly/Meteorist", + "etianl/Trouser-Streak", + "RacoonDog/Electron", + "KassuK1/BlackOut", + "stefexec/gurkens-gadgetry-public", + "DAMcraft/MeteorServerSeeker", + "RattlesHyper/lyra-addon", + "SpecKeef/Crystal-Addon" +]