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..334b5b9f
--- /dev/null
+++ b/addons-unver.json
@@ -0,0 +1 @@
+[{"authors": ["RealSelectAnimal58"], "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", "SitModule", "CheckCMD", "ClearInventoryCommand", "CrashItemCommand", "CreativeBanCommand", "CreativeKickAllCommand", "DesyncCommand", "DisableVehicleGrav", "HologramCommand", "ImageBookCommand", "ImageLoreCommand", "TrashCommand", "ReloadCapes", "SpamCommand", "CrackedOpSpamCommand"], "feature_count": 49, "icon": null, "id": "ChaosDarkClient/Chaos", "links": {"github": "https://github.com/ChaosDarkClient/Chaos", "download": "https://github.com/ChaosDarkClient/Chaos/releases/download/Chaos/Chaos-master.jar", "discord": "https://discord.gg/kja3YYV7R9"}, "name": "Zewo2", "stars": 0, "last_update": "2023-10-06T02:13:01Z", "downloads": 31, "mc_version": "1.20", "status": {"archived": false}, "verified": false, "summary": "A meteor addon."}, {"authors": ["tympanicblock61"], "features": ["HologramSpammer", "HoloImage"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/tympanicblock61/hologram-spammer/master/src/main/resources/assets/template/icon.png", "id": "tympanicblock61/hologram-spammer", "links": {"github": "https://github.com/tympanicblock61/hologram-spammer", "download": "https://github.com/tympanicblock61/hologram-spammer/releases/download/1.20.1/hologram-spammer-0.1.1.jar"}, "name": "Hologram Spammer", "stars": 0, "last_update": "2023-07-11T20:12:33Z", "downloads": 7, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "shadow client hologram spammer port to meteor"}, {"authors": ["Fargendo"], "features": ["VillagerTrader", "ExampleCommand"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/codrum/villagertrader/main/src/main/resources/assets/template/icon.png", "id": "codrum/villagertrader", "links": {"github": "https://github.com/codrum/villagertrader", "download": "https://github.com/codrum/villagertrader/releases/download/latest/villager-trader-addon-420.69.jar"}, "name": "Villager Trader", "stars": 3, "last_update": "2021-07-16T21:02:38Z", "downloads": 48, "mc_version": "1.17", "status": {"archived": false}, "verified": false, "summary": "Meteor Client addon that automatically trades with villagers"}, {"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": 335, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client"}, {"authors": ["seasnail"], "features": ["ModuleExample", "LagPauseAutoWalk", "CommandExample"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/HareHareYukai/lag-pause-autowalk/master/src/main/resources/assets/template/icon.png", "id": "HareHareYukai/lag-pause-autowalk", "links": {"github": "https://github.com/HareHareYukai/lag-pause-autowalk"}, "name": "Addon Template", "stars": 1, "last_update": "2024-07-04T21:12:21Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["Beronicous"], "features": ["ItemFrameDupe"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/GerroPogi/item-frame-duper/main/src/main/resources/assets/template/icon.png", "id": "GerroPogi/item-frame-duper", "links": {"github": "https://github.com/GerroPogi/item-frame-duper", "download": "https://github.com/GerroPogi/item-frame-duper/releases/download/1.20.6/itemframedupe-0.1.0.1.20.6.jar"}, "name": "Item Frame Duper", "stars": 0, "last_update": "2024-06-25T14:35:42Z", "downloads": 10, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Item Frame Dupe addon for servers that have Item Frame Dupe"}, {"authors": ["NotMe11"], "features": ["AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "NametagsPlus", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus", "SoundLocator", "AutoTNT", "SkeletonESP", "NotifierPlus", "AnchorAuraRewrite", "AutoWither", "AntiVanish", "AutoSalDupe", "PingSpoof", "AutoTotme", "PearlPredict", "ChorusPredict", "PacketUse", "AutoCrystalHead", "AutoLogin", "AutoBypass", "EntityFly", "AutoCrymstal", "InstaMineBypass", "AutoBedCraft", "AutoCityPlus", "nwprefix", "AutoFrameDupe", "SmartHoleFiller", "ExploitTeleportCommand", "Beds", "Crystals", "Gaps", "TextItems", "XP", "Deaths", "Highscore", "KDRatio", "Killstreak", "Kills", "Logo", "...and 3 more"], "feature_count": 53, "icon": "https://raw.githubusercontent.com/h4ince/NotWare/main/src/main/resources/assets/notware/logo.png", "id": "h4ince/NotWare", "links": {"github": "https://github.com/h4ince/NotWare", "download": "https://github.com/h4ince/NotWare/releases/download/0.22/notware-0.22.jar"}, "name": "NotWare", "stars": 2, "last_update": "2022-02-11T03:50:09Z", "downloads": 123, "mc_version": "1.18", "status": {"archived": false}, "verified": false, "summary": "1.17.1 Meteor Addon"}, {"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": ["Ceptea"], "features": ["Fly"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/Ceptea/ceptea-addon/main/src/main/resources/assets/template/icon.png", "id": "Ceptea/ceptea-addon", "links": {"github": "https://github.com/Ceptea/ceptea-addon", "download": "https://github.com/Ceptea/ceptea-addon/releases/download/0.1/ceptea-addon-0.1.0.jar"}, "name": "Ceptea Addon", "stars": 0, "last_update": "2024-05-02T00:31:05Z", "downloads": 4, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A basic meteor addon that adds one module."}, {"authors": ["RedCarlos26", "Yeetusthefeetus"], "features": ["Command", "BedrockBreaker", "EchestFarmerPlus", "ItemFrameInserter", "ItemFramePlacer"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/PoopenfartenDevelopment/FartenWare/main/src/main/resources/assets/icon.png", "id": "PoopenfartenDevelopment/FartenWare", "links": {"github": "https://github.com/PoopenfartenDevelopment/FartenWare", "download": "https://github.com/PoopenfartenDevelopment/FartenWare/releases/download/1.1%2B1.20.2/fartenware-1.1%2B1.20.2.jar"}, "name": "FartenWare", "stars": 2, "last_update": "2024-02-08T02:39:03Z", "downloads": 57, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "An addon for our projects."}, {"authors": ["MessyPrincy"], "features": ["WitherSpawnDetector", "PacketLogger", "ModeratorTracker", "MessyFlight", "MessyTeleport"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/MessyPrincy/Messy-addon/main/src/main/resources/assets/template/icon.png", "id": "MessyPrincy/Messy-addon", "links": {"github": "https://github.com/MessyPrincy/Messy-addon"}, "name": "Messy Coding", "stars": 0, "last_update": "2024-05-19T23:45:04Z", "downloads": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Meteor addon using the template available"}, {"authors": ["__aaa__", "LifeHacker"], "features": ["AntiAnchor", "PistonCrystal", "AutoCrystal", "AutoCity", "Surround", "BowRelease", "TntAura", "BedBomb", "AntiBed", "BedLay", "Strafe", "PistonPush", "AutoEz", "NoBreakReset", "BurrowEsp", "ChatTweaks", "ArmorAlert", "ElytraFly", "ElytraJump", "DeathInfo", "ChestTracker", "SilentUse", "MultiTask", "NoRotate", "HitSound", "AutoDM", "AutoMine", "Prefix", "FrameDupe", "TpaSpammer", "BedChams", "HUE", "BlockSelection", "ItemGlint", "MineProgress", "VisualRange", "NoHurtCam", "CustomFov", "NoSwing"], "feature_count": 39, "icon": "https://raw.githubusercontent.com/LifeHacker125132/WiseTree/master/src/main/resources/assets/template/icon.png", "id": "LifeHacker125132/WiseTree", "links": {"github": "https://github.com/LifeHacker125132/WiseTree", "download": "https://github.com/LifeHacker125132/WiseTree/releases/download/WiseTree/WiseTree-0.1.0.jar", "discord": "https://discord.gg/knTz9BpESE"}, "name": "WiseTree", "stars": 1, "last_update": "2023-11-25T23:33:51Z", "downloads": 90, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "The best advanced addon for Meteor Client"}, {"authors": ["RedCarlos26", "Ethius"], "features": ["AfkLogout", "ArmorNotify", "AutoWalkPlus", "BaritoneScript", "BaritoneMinerRewrite", "ChatTweaks", "DiggingTools", "DiscordRPC", "HandManager", "NFAnnouncer", "RotationsPlus", "HotbarManager", "NoCaveCulling", "NFNuker", "Disconnect"], "feature_count": 15, "icon": "https://raw.githubusercontent.com/TrashmanEatGarbage/NetherFreedom-Client/main/src/main/resources/assets/netherfreedom/icon.png", "id": "TrashmanEatGarbage/NetherFreedom-Client", "links": {"github": "https://github.com/TrashmanEatGarbage/NetherFreedom-Client", "discord": "https://discord.gg/u3XNcDZyrY"}, "name": "NF Client", "stars": 0, "last_update": "2023-01-26T00:34:35Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Nether Freedom Project's Custom Client to dig netherrack."}, {"authors": ["RickyTheRacc", "Crosby", "lapoliciarobomiquesofrances", "HauseMaster"], "features": ["ModuleExample", "AutoSex", "AutoBoob", "Twerk", "CommandExample"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/tympanicblock61/meteor-community-addon/main/src/main/resources/assets/community-addon/icon.png", "id": "tympanicblock61/meteor-community-addon", "links": {"github": "https://github.com/tympanicblock61/meteor-community-addon"}, "name": "Meteor Community Addon", "stars": 0, "last_update": "2023-01-22T04:59:53Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "An addon made by the Meteor Community. Welcome to hell"}, {"authors": ["thebest9178"], "features": ["thebest9178.unminableminer.modules.UnminableMiner"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/thebest9178/Unminable-Meteor/master/src/main/resources/assets/unminable-miner/icon.png", "id": "thebest9178/Unminable-Meteor", "links": {"github": "https://github.com/thebest9178/Unminable-Meteor", "download": "https://github.com/thebest9178/Unminable-Meteor/releases/download/1.6.0/unminable-miner-addon-1.6.0.jar"}, "name": "Unminable Miner", "stars": 6, "last_update": "2024-05-17T02:29:06Z", "downloads": 60, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "A port of LXYan2333's Fabric-Bedrock-Miner to Meteor addon."}, {"authors": ["tanishisherewith"], "features": ["DonkeyRider", "ItemFrameDupe", "CommandExample"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/tanishisherewithhh/AutoDuperAddon/master/src/main/resources/assets/template/icon.png", "id": "tanishisherewithhh/AutoDuperAddon", "links": {"github": "https://github.com/tanishisherewithhh/AutoDuperAddon", "download": "https://github.com/tanishisherewithhh/AutoDuperAddon/releases/download/v1.1.2/AutoDuperAddon-1.1.2.jar", "discord": "https://discord.gg/qmfR5QXUPa"}, "name": "AutoDuper", "stars": 0, "last_update": "2023-10-03T18:31:58Z", "downloads": 593, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Auto Duper Addon for Meteor client above 1.19 versions (Donkey Rider and Auto Item frame duper addon)"}, {"authors": ["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": ["RedCarlos26", "Ethius", "Yeetusthefeetus"], "features": ["AfkLogout", "ArmorNotify", "AutoWalkPlus", "BaritoneMiner", "DiggingTools", "DiscordRPC", "HandManager", "HotbarManager", "NetherrackTracker", "NFAnnouncer", "NFBorer", "NFRotation", "NFScaffold"], "feature_count": 13, "icon": "https://raw.githubusercontent.com/PoopenfartenDevelopment/NetherFreedom-Addon/main/src/main/resources/assets/icon.png", "id": "PoopenfartenDevelopment/NetherFreedom-Addon", "links": {"github": "https://github.com/PoopenfartenDevelopment/NetherFreedom-Addon", "discord": "https://discord.gg/u3XNcDZyrY"}, "name": "NF Addon", "stars": 7, "last_update": "2023-11-22T05:24:30Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Nether Freedom Project's Custom Addon to dig netherrack."}, {"authors": ["Bennooo", "Necro", "RickyTheRacc"], "features": ["CrystalsPs", "BananaHud", "XpHud", "MonkeBombsHud", "CoordinatesHud", "ObbyHud", "EchestHud", "HudLogo", "Deaths", "Kills", "KillStreak", "HighScore", "KD", "BindsHud", "AutoAuto", "AutoCityPlus", "AutoTrapPlus", "AutoXP", "AnchorPlus", "AntiTrap", "BurrowESP", "BurrowMiner", "AntiSurround", "BananaBomber", "CevBreaker", "CityESPPlus", "HoleESPPlus", "MonkeBurrow", "MonkeDetector", "Monkhand", "MonkeSleeper", "MonkeTotem", "PostTickKA", "QuiverPlus", "SelfTrapPlus", "SmartHoleFill", "StepPlus", "StrafePlus", "SurroundPlus", "ReverseStepTimer", "TickShift", "AfkLog", "AntiGhostBlock", "AntiInvisBlock", "AntiNarrator", "AutoFollow", "AutoSex", "BDiscordPresence", "BindClickExtra", "BPrefix", "...and 11 more"], "feature_count": 61, "icon": "https://raw.githubusercontent.com/TheGamerBeeC/banana-for-everyone/main/src/main/resources/assets/bananaplus/logo.png", "id": "TheGamerBeeC/banana-for-everyone", "links": {"github": "https://github.com/TheGamerBeeC/banana-for-everyone"}, "name": "Banana+", "stars": 1, "last_update": "2022-05-15T13:44:50Z", "downloads": 0, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"authors": ["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": ["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": ["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": ["ARm8"], "features": ["AutoVClipCommand", "BloatCommand", "CenterCommand", "ClearChatCommand", "CrashItemCommand", "DelayCommand", "DesyncCommand", "DisconnectCommand", "ExportCommand", "ExportTerrainCommand", "GhostCommand", "HideCommand", "ReloadBlocksCommand", "RenameCommand", "SeedCommand", "ServerCommand", "SleepCommand", "SoftLeaveCommand", "UUIDCommand", "AntiSurround", "AutoCity", "CevBreaker", "CrystalAura", "KillAura", "SmartHoleFill", "Surround", "ChatEncryption", "Config", "CoordLogger", "CustomPackets", "GroupChat", "Placeholders", "ServerSpoof", "TPSSync", "Anchor", "BedrockWalk", "EntityFly", "EntityPhase", "Flight", "NoFall", "PacketDigits", "PacketFly", "RubberbandFly", "WorldGuardBypass", "AutoCraft", "AutoSpectre", "InstaMine", "MultiTask", "AntiScreen", "NewChunks", "...and 26 more"], "feature_count": 76, "icon": "https://raw.githubusercontent.com/Memeruler-k/eze-addon/main/src/main/resources/assets/eze/icon.png", "id": "Memeruler-k/eze-addon", "links": {"github": "https://github.com/Memeruler-k/eze-addon"}, "name": "eze", "stars": 0, "last_update": "2023-05-24T15:47:11Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "(mostly skidded) addon for Meteor Client"}, {"authors": ["Crosby"], "features": ["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": 86, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Allows rudimentary usage of outdated Meteor Client addons."}, {"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": "2024-03-12T15:03:34Z", "downloads": 80, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Meteor Client addon"}, {"authors": ["18deaths", "GhostTypes", "PFTPancake"], "features": [], "feature_count": 0, "icon": null, "id": "unnamedlife/bbcware", "links": {"github": "https://github.com/unnamedlife/bbcware", "download": "https://github.com/unnamedlife/bbcware/releases/download/1.0.5/bbc-ware-v1.0.5.jar", "discord": "https://discord.gg/UbuM7Cxtew"}, "name": "BBC", "stars": 14, "last_update": "2022-09-27T10:44:46Z", "downloads": 345, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Strongest Minecraft PVP Utility for 1.19.2"}, {"authors": ["Olejka", "Neki_play", "Vazgen005"], "features": ["Eclip", "InventoryProfiles", "ServerSpoofPlus", "TriggerBot", "EyeFinder", "InventoryMovePlus", "MiddleClickExtraPlus", "KillAuraBetter", "AutoDropPlus", "NoFallPlus", "SpeedPlus", "FlyPlus", "SpiderPlus", "JesusPlus", "BoatAura", "BedrockStorageBruteforce", "AutoSell", "AutoCraftPlus", "AutoPortalMine", "XrayBruteforce", "AutoLeave", "AutoAccept", "AutoRepair", "GhostBlockFixer", "SafeMine", "Freeze", "Noclip", "AntiBotPlus", "CustomImageHud", "AnimeHud", "MeteorPlusLogoHud"], "feature_count": 31, "icon": "https://raw.githubusercontent.com/Aholicknight/MeteorPlus/main/src/main/resources/assets/plus/icon.png", "id": "Aholicknight/MeteorPlus", "links": {"github": "https://github.com/Aholicknight/MeteorPlus", "discord": "https://discord.gg/NUCqxgxAnk"}, "name": "MeteorPlus", "stars": 0, "last_update": "2022-11-24T15:25:44Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor client that adds many blatant features."}, {"authors": ["1nject"], "features": ["VehicleOneHit", "GamemodeNotifier", "PistonBurrow", "TPFly", "MinecartAura", "BurrowEsp", "GradientOverlay", "AutoSand", "AutoChunkBan", "AntiPlacement", "AutoGold", "BlockClap", "BurrowAlert", "SoundLocator", "FlightAntikick", "AnchorAura", "DubCounter", "ChestExplorer", "BedBomb", "AnchorBomb", "SkeletonESP", "AutoBedTrap", "AutoWither", "HitboxDesync", "AutoSandTwo", "CevBreaker", "BedBombV2", "ChorusPredict", "ChatConfig", "DmSpam", "BTPistonPush", "tntaura", "AutoCityPlus", "PistonAura", "AutoCrystalPlus", "AntiPiston", "FastXP", "AntiSurroundBlocks", "FastLatency", "OldAnvil", "CityBreaker", "Strafe", "AntiRegear", "QQuiver", "HeadProtect", "GroundSpeed", "AntiLay", "Phase", "Sevila", "SpamBypass", "...and 100 more"], "feature_count": 150, "icon": "https://raw.githubusercontent.com/YsnKey/Leaguemadedev/master/src/main/resources/assets/blackout/logo.png", "id": "YsnKey/Leaguemadedev", "links": {"github": "https://github.com/YsnKey/Leaguemadedev", "download": "https://github.com/YsnKey/Leaguemadedev/releases/download/1%2C20%2C4/league-1.0.3.jar"}, "name": "League.win", "stars": 1, "last_update": "2024-05-05T19:36:35Z", "downloads": 104, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "We up #suckmydick"}, {"authors": ["jabronyyy, MrFiNka / assistants: Megakrutish, Vaxei"], "features": ["sphere", "Blocker", "HitboxDesync", "tntauraBEBRAplus", "DownBlocs", "AutoTrapPlus", "FanSurroundBEBRA", "AutoExit", "AntiCrystal", "AntiSurroundBlocks", "Burrow", "PIRAMIDKA", "ButtonPlace", "PacketHoleFill", "SelfAnvilBEBRA", "SurroundBEBRA", "DeleteItems", "AutoDrop", "Platforms", "AutoBuild", "AutoCraft", "AutoSand", "TreeAura", "NoDesync", "EFly", "SilentItem", "VillagerRoller", "DupeWithFrame", "AutoSex", "AutoTNT", "Twerk", "Spinner", "Lavacast", "PingSpoofer", "Chests_farmer", "NewsPaperHelperRu", "NewsPaperHelperEu", "BebraESP", "NewChunks", "TimeAnimator", "Bubbles", "Bubbles2", "KillEffects", "HoleESPPlus", "Linia", "bebra_info_and_help", "ChatEncryption", "Prefix", "SpamInChat", "AutoLogin", "...and 1 more"], "feature_count": 51, "icon": "https://raw.githubusercontent.com/BebraHack/BebraHackAddon/V6/src/main/resources/assets/template/icon.png", "id": "BebraHack/BebraHackAddon", "links": {"github": "https://github.com/BebraHack/BebraHackAddon", "download": "https://github.com/BebraHack/BebraHackAddon/releases/download/V6/Bebrahack_V6-0.1.0.jar", "discord": "https://discord.gg/QyEzReq4u2"}, "name": "BebrahackV6", "stars": 14, "last_update": "2024-04-20T19:47:01Z", "downloads": 388, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "Meteor addon dedicated to Bebra"}, {"authors": ["seasnail"], "features": ["ModuleExample", "AutoMount", "CommandExample"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/Carlox1/Toro-Dupe/main/src/main/resources/assets/template/icon.png", "id": "Carlox1/Toro-Dupe", "links": {"github": "https://github.com/Carlox1/Toro-Dupe", "download": "https://github.com/Carlox1/Toro-Dupe/releases/download/Release/colonizadores-utilities-0.1.1.jar"}, "name": "Addon Template", "stars": 2, "last_update": "2023-03-13T20:10:02Z", "downloads": 612, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Dupe for 6b6t.org created by Carlox and Colonizadores"}, {"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": ["GhostTypes", "Cloudburst", "Crosby", "RedCarlos", "Cryo"], "features": ["AutoBedCraft", "AutoCityPlus", "AutoLogin", "AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus"], "feature_count": 16, "icon": "https://raw.githubusercontent.com/Dellism/orion/master/src/main/resources/assets/orion/icon.png", "id": "Dellism/orion", "links": {"github": "https://github.com/Dellism/orion", "discord": "https://discord.com/invite/9vGTkfA6H4"}, "name": "Orion", "stars": 0, "last_update": "2023-09-05T09:57:35Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Continuation of GhostTypes' Orion"}, {"authors": ["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": ["GwnJoran"], "features": ["AutoDupe", "autodisconnect", "donkey", "DonkeyRide"], "feature_count": 4, "icon": "https://raw.githubusercontent.com/Kozy6969/AutoDonkeyDupe/main/src/main/resources/assets/template/icon.png", "id": "Kozy6969/AutoDonkeyDupe", "links": {"github": "https://github.com/Kozy6969/AutoDonkeyDupe", "download": "https://github.com/Kozy6969/AutoDonkeyDupe/releases/download/release/helium_kozyedit-1.5.jar"}, "name": "Helium", "stars": 2, "last_update": "2024-03-08T11:31:27Z", "downloads": 16, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "a meteor addon i made like 1-2 weeks ago to help me auto dupe :3"}, {"authors": ["Cabbasca"], "features": ["ErrorCrash", "ForceOpCommand", "RamBusterBookCommand"], "feature_count": 3, "icon": "https://raw.githubusercontent.com/Cabbasca/shadow-exploits-showcase/main/src/main/resources/assets/template/icon.png", "id": "Cabbasca/shadow-exploits-showcase", "links": {"github": "https://github.com/Cabbasca/shadow-exploits-showcase"}, "name": "Shadow Showcase", "stars": 0, "last_update": "2022-06-01T06:35:57Z", "downloads": 0, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "A meteor addon for shadow module showcases"}, {"authors": ["Pancake"], "features": [], "feature_count": 0, "icon": null, "id": "PFTpancake/ReaperplusGithub", "links": {"github": "https://github.com/PFTpancake/ReaperplusGithub", "download": "https://github.com/PFTpancake/ReaperplusGithub/releases/download/Done/reaper%2B1.1.jar", "discord": "https://discord.gg/kKjSHnXVZv"}, "name": "Reaper+", "stars": 1, "last_update": "2023-03-05T02:57:53Z", "downloads": 64, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "Reaper+ Repo"}, {"authors": ["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": ["Spigey"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/asteroide-development/Asteroide/master/src/main/resources/assets/asteroide/icon.png", "id": "asteroide-development/Asteroide", "links": {"github": "https://github.com/asteroide-development/Asteroide", "download": "https://github.com/asteroide-development/Asteroide/releases/download/v0.1.5/asteroide-0.1.5.jar", "discord": "https://discord.gg/K8g9hmza"}, "name": "Asteroide", "stars": 3, "last_update": "2024-07-22T17:06:43Z", "downloads": 275, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Simple Addon for Meteor Client focused on enhancing the chat experience and various other small things"}, {"authors": ["areanimika"], "features": ["VerticalClip", "AlwaysNoFallPacket", "BlockLogger", "KillEffects", "SafeVClipCommand", "IncHClipCommand", "TopCommand", "BottomCommand"], "feature_count": 8, "icon": null, "id": "areanimika/meteor-addon", "links": {"github": "https://github.com/areanimika/meteor-addon", "download": "https://github.com/areanimika/meteor-addon/releases/download/v1.0.1/areanimikahax-1.0.1.jar", "discord": "https://discord.gg/MMbWUmjGKg"}, "name": "AreanimikaHax", "stars": 1, "last_update": "2024-03-13T19:32:48Z", "downloads": 51, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A meteor addon, made by me."}, {"authors": ["JohanDevv", "Sssnipa"], "features": ["PopCounter", "BedAura", "SurroundPlus", "AutoBedCraft", "ExampleCommand", "HudExample"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/Bluscream/Lightswitch/main/src/main/resources/assets/lightswitch/icon.png", "id": "Bluscream/Lightswitch", "links": {"github": "https://github.com/Bluscream/Lightswitch"}, "name": "Lightswitch", "stars": 1, "last_update": "2024-06-04T18:51:54Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["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": 13, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"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": ["06ED"], "features": ["RadiusAutoWalk", "CevBreaker", "CrystalAuraPlus", "SurroundPlus", "FastThrowXP", "InstaMinePlus", "DiscordRPC", "Prefix", "AnchorAuraPlus", "ArmorNotifier", "TntAura", "InfiniteScaffold"], "feature_count": 12, "icon": "https://raw.githubusercontent.com/06ED/06EDs-tools/master/src/main/resources/assets/dinner-tools/icon.png", "id": "06ED/06EDs-tools", "links": {"github": "https://github.com/06ED/06EDs-tools"}, "name": "06ED's tools", "stars": 3, "last_update": "2023-06-12T14:03:49Z", "downloads": 0, "mc_version": "1.20", "status": {"archived": false}, "verified": false, "summary": "BASED pvp meteor addon"}, {"authors": ["0x06", "DuckGuy"], "features": ["AntiBlockEntityLag", "AntiCrash", "AntiItemLag", "AutoLavacast", "ContainerAction", "CrackedKickModule", "DisconnectScreenPlus", "DoomBoom", "ExplosiveHands", "GamemodeNotify", "PauseScreenPlus", "Privacy", "SidebarAdvertise", "SignChanger", "VanillaFlight", "WitherAdvertise", "WorldDeleter", "CommandCompleteCrash", "ClipboardGive", "CrackedKickCommand", "Hologram", "PurpurCrash"], "feature_count": 22, "icon": "https://raw.githubusercontent.com/griefing-utils/griefing-utils/main/src/main/resources/assets/griefing_utils/icon.png", "id": "griefing-utils/griefing-utils", "links": {"github": "https://github.com/griefing-utils/griefing-utils", "download": "https://github.com/griefing-utils/griefing-utils/releases/download/v1.2.1/griefing-utils-1.2.1.jar"}, "name": "0x06's Griefing Utils", "stars": 2, "last_update": "2024-06-29T12:08:12Z", "downloads": 12, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "An addon that makes griefing faster and easier than ever before."}, {"authors": ["xolt"], "features": ["BoatPhase", "BoatGlitch"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/hashalite/boatphase-addon/main/src/main/resources/assets/boatphase/icon.png", "id": "hashalite/boatphase-addon", "links": {"github": "https://github.com/hashalite/boatphase-addon", "download": "https://github.com/hashalite/boatphase-addon/releases/download/1.3/boatphase-1.3.jar"}, "name": "Meteor Boat Phase Addon", "stars": 2, "last_update": "2021-11-07T22:37:54Z", "downloads": 82, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client that adds a Boat Phase module."}, {"authors": ["l1tecorejz"], "features": ["Offhand", "AutoTotem"], "feature_count": 2, "icon": null, "id": "l1tecorejz/Perfect-Auto-Totem", "links": {"github": "https://github.com/l1tecorejz/Perfect-Auto-Totem", "download": "https://github.com/l1tecorejz/Perfect-Auto-Totem/releases/download/latest/perfect-auto-totem-0.1.4.jar"}, "name": "Perfect Auto Totem", "stars": 10, "last_update": "2023-10-25T17:58:32Z", "downloads": 52, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "This auto totem has no fatal flaws. Change my mind"}, {"authors": ["seasnail"], "features": ["Dumpo", "Radio", "FarmerNadrag", "InvAssist", "CommandExample"], "feature_count": 5, "icon": "https://raw.githubusercontent.com/B4rCodee/MeteorAddon-RivalsNetwork/master/src/main/resources/assets/template/icon.png", "id": "B4rCodee/MeteorAddon-RivalsNetwork", "links": {"github": "https://github.com/B4rCodee/MeteorAddon-RivalsNetwork"}, "name": "Addon Template", "stars": 0, "last_update": "2024-07-27T22:44:58Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "An addon template for Meteor Client addons."}, {"authors": ["Julflips"], "features": ["CarpetPrinter", "FullBlockPrinter"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/Julflips/map-printer-addon/master/src/main/resources/assets/template/icon.png", "id": "Julflips/map-printer-addon", "links": {"github": "https://github.com/Julflips/map-printer-addon", "download": "https://github.com/Julflips/map-printer-addon/releases/download/1.20.4_1/map-printer-1.20.4_1.jar"}, "name": "Map Printer", "stars": 2, "last_update": "2024-07-27T19:00:58Z", "downloads": 12, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Automatically builds 2D maps from nbt files."}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/Myr-13/meteor-utils/master/src/main/resources/assets/template/icon.png", "id": "Myr-13/meteor-utils", "links": {"github": "https://github.com/Myr-13/meteor-utils"}, "name": "Addon Template", "stars": 0, "last_update": "2024-01-22T17:29:20Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Huh, I don't know java :("}, {"authors": ["AntiCope"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Susmaster64/meteor-e621-integration/master/src/main/resources/assets/e621/icon.png", "id": "Susmaster64/meteor-e621-integration", "links": {"github": "https://github.com/Susmaster64/meteor-e621-integration", "download": "https://github.com/Susmaster64/meteor-e621-integration/releases/download/1.20.2/e261-addon-1.4.3.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "E621 hud", "stars": 2, "last_update": "2023-12-16T03:58:58Z", "downloads": 26, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Admire great artworks from the comfort of Meteor Client"}, {"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": ["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": 2, "last_update": "2022-12-17T14:06:01Z", "downloads": 1233, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "new chunks addon for meteor client"}, {"authors": ["FlexCoral", "seasnail8169", "Cloudburst"], "features": ["VillagerRoller"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/buiawpkgew1/meteor-villager-roller/main/src/main/resources/assets/template/icon.png", "id": "buiawpkgew1/meteor-villager-roller", "links": {"github": "https://github.com/buiawpkgew1/meteor-villager-roller", "download": "https://github.com/buiawpkgew1/meteor-villager-roller/releases/download/latest/villager-roller-1.4.7%2Bmc1.21-build.50.jar", "discord": "https://discord.com/invite/DFsMKWJJPN"}, "name": "Meteor Villager Roller", "stars": 1, "last_update": "2024-07-16T01:36:11Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Meteor \u5ba2\u6237\u7aef\u6a21\u5757\uff0c\u4e0d\u65ad\u6253\u7834\u548c\u653e\u7f6e\u6751\u6c11\u7684\u5de5\u4f5c\u5757\uff0c\u76f4\u5230\u5b83\u9700\u8981\u4ea4\u6613"}, {"authors": ["Tas [@0xTas] "], "features": ["Panorama", "Playtime2b2t", "LastSeen2b2t", "FirstSeen2b2t", "Honker", "WaxAura", "AntiToS", "AutoDoors", "BookTools", "ChatSigns", "RocketMan", "BannerData", "MusicTweaks", "TreasureESP", "LoreLocator", "AxolotlTools", "StashBrander", "SignatureSign", "SignHistorian", "AutoDyeShulkers", "AutoDrawDistance"], "feature_count": 21, "icon": null, "id": "0xTas/stardust", "links": {"github": "https://github.com/0xTas/stardust", "download": "https://github.com/0xTas/stardust/releases/download/latest-1.20.4/stardust-1.6.2.jar", "discord": "https://discord.com/invite/bBGQZvd"}, "name": "Stardust", "stars": 12, "last_update": "2024-06-29T01:59:42Z", "downloads": 10, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "larp utility addon for meteor client"}, {"authors": ["orsond", "rfresh", "odpay", "pepsi boy"], "features": ["AutoSign", "InventoryDupe", "BetterFlight", "StreamerMode", "BuildPoop", "AutoWither", "FastProjectile", "LecternCrash", "AutoLava", "AntiAim", "Gun", "ChestStealerAura", "AutoTranslate", "OriginsModule", "SitBypass", "GameModeNotifier", "FifthColumnTitleScreen", "CopyIPCMD", "VanityTagCMD", "VelocityTeleportCMD"], "feature_count": 20, "icon": "https://raw.githubusercontent.com/radicalandprimal/n-client/main/src/main/resources/assets/nc/icon.png", "id": "radicalandprimal/n-client", "links": {"github": "https://github.com/radicalandprimal/n-client", "download": "https://github.com/radicalandprimal/n-client/releases/download/1.20.6-2/n-1.20.6-2.jar"}, "name": "N", "stars": 0, "last_update": "2024-05-27T22:26:17Z", "downloads": 33, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "copenheimer's minecraft mod for 1.20.6"}, {"authors": ["dynmie"], "features": ["CheckBlocksCommand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/dynmie/HighwayTools/master/src/main/resources/assets/template/icon.png", "id": "dynmie/HighwayTools", "links": {"github": "https://github.com/dynmie/HighwayTools", "download": "https://github.com/dynmie/HighwayTools/releases/download/v0.1.0-pre/highway-0.1.0.jar"}, "name": "Highway Tools", "stars": 2, "last_update": "2024-07-01T06:00:35Z", "downloads": 11, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "road builder for block game"}, {"authors": ["cally72jhb"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Bluscream/vector-addon/main/src/main/resources/assets/vector-addon/vector/icon.png", "id": "Bluscream/vector-addon", "links": {"github": "https://github.com/Bluscream/vector-addon", "discord": "https://discord.gg/A3nYgbKeXR"}, "name": "Vector Addon", "stars": 1, "last_update": "2023-11-07T12:27:41Z", "downloads": 0, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "A open-source addon for Meteor Client."}, {"authors": ["RedCarlos26", "Ethius"], "features": ["Center", "Coordinates", "AfkLogout", "AutoCenter", "AutoWalkHig", "AxisViewer", "HIGPrefix", "DiscordRPC", "OffhandManager", "HighwayBuilderPlus", "HighwayTools", "HotbarManager", "LiquidFillerHig", "RotationLock", "ScaffoldPlus", "AxisBorer", "NegNegBorer", "NegPosBorer", "PosNegBorer", "PosPosBorer"], "feature_count": 20, "icon": "https://raw.githubusercontent.com/Big-Iron-Cheems/HIGTools/main/src/main/resources/assets/higtools/chat/icon.png", "id": "Big-Iron-Cheems/HIGTools", "links": {"github": "https://github.com/Big-Iron-Cheems/HIGTools", "discord": "https://discord.gg/a4jkKGJNdJ"}, "name": "HIGTools", "stars": 0, "last_update": "2024-07-20T12:34:19Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Highway Tools for Meteor Client."}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AimAssist", "AntiBot", "AntiCrash", "AntiSpawnpoint", "AntiVanish", "ArrowDmg", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoFarm", "AutoGrind", "AutoLogin", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "Boost", "BungeeCordSpoof", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "FullFlight", "GamemodeNotifier", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Jetpack", "KnockbackPlus", "Lavacast", "MossBot", "NewChunks", "NoJumpDelay", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "...and 21 more"], "feature_count": 71, "icon": "https://raw.githubusercontent.com/19MisterX98/meteor-rejects/master/src/main/resources/assets/rejects/icon.png", "id": "19MisterX98/meteor-rejects", "links": {"github": "https://github.com/19MisterX98/meteor-rejects", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 0, "last_update": "2023-12-09T20:39:02Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly."}, {"authors": ["iMac_James"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/jamesa08/meteor-blockesp-radar/main/src/main/resources/assets/template/icon.png", "id": "jamesa08/meteor-blockesp-radar", "links": {"github": "https://github.com/jamesa08/meteor-blockesp-radar", "download": "https://github.com/jamesa08/meteor-blockesp-radar/releases/download/v0.1.0/blockespradar-0.1.0-1.20.5--1.20.6.jar"}, "name": "BlockESP Radar", "stars": 1, "last_update": "2024-06-30T18:02:15Z", "downloads": 5, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "Adds a BlockESP radar to your HUD. Easily find old 1.12 chunks"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/RealSelectAnimal58/meteor-addon-chaosclient/master/src/main/resources/assets/template/icon.png", "id": "RealSelectAnimal58/meteor-addon-chaosclient", "links": {"github": "https://github.com/RealSelectAnimal58/meteor-addon-chaosclient"}, "name": "Addon Template", "stars": 0, "last_update": "2023-10-10T19:36:19Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Just Another Testing Client"}, {"authors": ["seasnail8169"], "features": ["AutoMountBypassDupe"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/necrophili/meteor-mbd-addon/main/src/main/resources/assets/mbd/icon.png", "id": "necrophili/meteor-mbd-addon", "links": {"github": "https://github.com/necrophili/meteor-mbd-addon"}, "name": "Meteor MBD Addon", "stars": 0, "last_update": "2021-11-01T08:15:49Z", "downloads": 0, "mc_version": "1.17", "status": {"archived": false}, "verified": false, "summary": "Addon mod to Meteor that adds back the AutoMountBypassDupe module."}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["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": 62, "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": ["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": 14, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "hud element that displays command output"}, {"authors": ["cally72jhb"], "features": ["PacketHoleFill", "SurroundPlus", "NoCollision", "PacketPlace", "Paragraph", "PingSpoof", "Placeholders", "EntityFly", "EntityPhase", "PacketFly", "RubberbandFly", "NoSwing", "PortalGodMode", "HoleRenderer", "SkeletonESP", "CenterCommand", "DesyncCommand", "PlayerHeadCommand", "ShaderCommand", "TeleportCommand", "TrashCommand", "UUIDCommand"], "feature_count": 22, "icon": null, "id": "stokedcheetah/vector-addon", "links": {"github": "https://github.com/stokedcheetah/vector-addon", "discord": "https://discord.gg/A3nYgbKeXR", "homepage": "https://cally72jhb.github.io/website"}, "name": "Vector Addon", "stars": 0, "last_update": "2022-09-29T18:54:09Z", "downloads": 0, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "A powerful open-source addon for Meteor Client."}, {"authors": ["semjon00"], "features": ["BedDestroyer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/semjon00/meteor-bed-destroyer/master/src/main/resources/assets/beddestroyer/icon.png", "id": "semjon00/meteor-bed-destroyer", "links": {"github": "https://github.com/semjon00/meteor-bed-destroyer", "download": "https://github.com/semjon00/meteor-bed-destroyer/releases/download/v0.7/meteor-bed-destroyer-0.7.jar"}, "name": "Bed destroyer", "stars": 0, "last_update": "2023-03-24T21:32:04Z", "downloads": 13, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client"}, {"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": ["seasnail"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/tuberken/tuberken-addon/master/src/main/resources/assets/template/icon.png", "id": "tuberken/tuberken-addon", "links": {"github": "https://github.com/tuberken/tuberken-addon"}, "name": "Addon Template", "stars": 0, "last_update": "2024-07-20T23:57:34Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Using Meteor Client Addon API. Really bad code but whatever."}, {"authors": ["Beanbag"], "features": ["MeteorModule"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/beanbag44/Nuker/master/src/main/resources/assets/nuker/icon.png", "id": "beanbag44/Nuker", "links": {"github": "https://github.com/beanbag44/Nuker", "download": "https://github.com/beanbag44/Nuker/releases/download/Release-1.0.9/nuker-1.0.9.jar"}, "name": "Nuker", "stars": 8, "last_update": "2024-06-23T22:52:30Z", "downloads": 102, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Epic nuker for nuking terrain"}, {"authors": ["loli-tummy"], "features": ["AutoMendConst", "ChunkAnalyzer", "ChunkSaver", "PacketPlace", "XaerosHighlights", "Printer", "MapartCopy"], "feature_count": 7, "icon": "https://raw.githubusercontent.com/loli-tummy/loli-utils/master/src/main/resources/assets/template/icon.png", "id": "loli-tummy/loli-utils", "links": {"github": "https://github.com/loli-tummy/loli-utils", "download": "https://github.com/loli-tummy/loli-utils/releases/download/latest/loli-utils-0.0.1.jar"}, "name": "LoliUtils", "stars": 0, "last_update": "2024-01-26T17:01:57Z", "downloads": 16, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "A meteor addon designed to add some basic utility modules and functions, designed for use on constantiam."}, {"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": ["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": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/coolguy8273/test.1.21/master/src/main/resources/assets/template/icon.png", "id": "coolguy8273/test.1.21", "links": {"github": "https://github.com/coolguy8273/test.1.21"}, "name": "Addon Template", "stars": 0, "last_update": "2024-07-09T17:49:38Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "test addon"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/xdfrostyishere/frosty/master/src/main/resources/assets/template/icon.png", "id": "xdfrostyishere/frosty", "links": {"github": "https://github.com/xdfrostyishere/frosty"}, "name": "Addon Template", "stars": 0, "last_update": "2023-08-03T20:38:22Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "A template project to help people use the Meteor Client Addon API."}, {"authors": ["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": 103, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor Client that adds a Packet Fly module."}, {"authors": ["Crosby"], "features": [], "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.4.jar", "discord": "https://discord.gg/4RBmBCFSTc"}, "name": "Meteor Shared Addon Utils", "stars": 2, "last_update": "2023-09-15T22:03:52Z", "downloads": 38, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Meteor shared addon utilities."}, {"authors": ["etianl, and various authors"], "features": ["AutoLavaCaster", "AutoMountain", "AutoStaircase", "TrouserBuild", "TrailMaker", "NewerNewChunks", "SuperInstaMine", "BaseFinder", "Teleport", "TPFly", "HandOfGod", "OPServerKillModule", "OPplayerTPmodule", "ExplosionAura", "ShulkerDupe", "InvDupeModule", "InstantKill", "LavaAura", "LecternCrash", "AutoDrop", "NbtEditor", "AnHero", "RedstoneNuker", "AirstrikePlus", "BoomPlus", "VoiderPlus", "BetterScaffold", "BetterAutoSign", "FlightAntikick", "BlockListMineCommand", "AutoCommand", "AutoScoreboard", "AutoTitles", "AutoDisplays", "LavaTimeCalculator", "CasterTimer", "NewChunkCounter", "BaseFinderCommands", "WorldInfoCommand", "ViewNbtCommand", "AutoVclipCommand", "AutoVaultClipCommand", "CrashCommand", "GarbageCleanerCommand"], "feature_count": 44, "icon": "https://raw.githubusercontent.com/Ogmur/Trouser-Streak/main/src/main/resources/assets/icon/icon.png", "id": "Ogmur/Trouser-Streak", "links": {"github": "https://github.com/Ogmur/Trouser-Streak"}, "name": "TrouserStreak", "stars": 1, "last_update": "2024-03-01T09:41:07Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A compilation of modules optimized for maximum grief. Featuring automated mountain building abilities! Many of the modules were not originally written by me, but have been modified. Check the Github for credits and updates!"}, {"authors": ["kkllffaa"], "features": ["Printer"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/PK2-Stimpy/meteor-litematica-printer1.18/main/src/main/resources/assets/meteor_litematica_printer/icon.png", "id": "PK2-Stimpy/meteor-litematica-printer1.18", "links": {"github": "https://github.com/PK2-Stimpy/meteor-litematica-printer1.18"}, "name": "meteor-litematica-printer", "stars": 0, "last_update": "2022-12-02T00:54:12Z", "downloads": 0, "mc_version": "1.18.1", "status": {"archived": false}, "verified": false, "summary": "fast printer for litematica made with meteor."}, {"authors": ["Neki_play", "Olejka", "Vazgen005"], "features": ["Eclip", "FastLadderPlus", "TriggerBot", "EyeFinder", "InventoryMovePlus", "MiddleClickExtraPlus", "AutoDropPlus", "SpeedPlus", "FlyPlus", "JesusPlus", "BoatAura", "BedrockStorageBruteforce", "AutoCraftPlus", "AutoPortalMine", "XrayBruteforce", "AutoLeave", "AutoAccept", "GhostBlockFixer", "SafeMine", "Freeze", "XaeroWorldMapTab", "JourneyMapTab", "HiddenModulesTab"], "feature_count": 23, "icon": "https://raw.githubusercontent.com/hexadecimal233/MeteorPlus/main/src/main/resources/assets/meteorplus/icon.png", "id": "hexadecimal233/MeteorPlus", "links": {"github": "https://github.com/hexadecimal233/MeteorPlus"}, "name": "Meteor Plus", "stars": 0, "last_update": "2023-08-05T15:05:44Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "An addon for Meteor client that adds many blatant features."}, {"authors": ["Crosby"], "features": ["CrasherModule"], "feature_count": 1, "icon": null, "id": "RacoonDog/SwapCrasher", "links": {"github": "https://github.com/RacoonDog/SwapCrasher", "download": "https://github.com/RacoonDog/SwapCrasher/releases/download/1.20.4/swap-crasher-1.0.1.jar"}, "name": "Swap Crasher", "stars": 2, "last_update": "2024-03-15T01:24:46Z", "downloads": 34, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A Meteor Client addon that implements the swap crash."}, {"authors": ["RacialGamer"], "features": ["AutoCrystal"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/RacialGamer/AutoCrystal-Meteor-Addon/main/src/main/resources/assets/template/icon.png", "id": "RacialGamer/AutoCrystal-Meteor-Addon", "links": {"github": "https://github.com/RacialGamer/AutoCrystal-Meteor-Addon", "download": "https://github.com/RacialGamer/AutoCrystal-Meteor-Addon/releases/download/1.19.4/Autocrystal-Meteor-Addon-1.0-1.19.4.jar"}, "name": "Autocrystal Meteor Addon", "stars": 5, "last_update": "2023-06-26T09:31:45Z", "downloads": 42, "mc_version": "1.19.4", "status": {"archived": false}, "verified": false, "summary": "A Meteor addon that adds AutoCrystal to Meteor"}, {"authors": ["heedi", "CWBY726"], "features": ["AutoCrystal", "HoleRender", "CustomFOV", "AutoCity", "CevBreaker", "HoleFill", "HoleSnap", "PenisESP", "ToroDupe", "AutoMount", "BetaCA", "Coords", "CenterCommand"], "feature_count": 13, "icon": null, "id": "PerfectCell160/hentai-addon", "links": {"github": "https://github.com/PerfectCell160/hentai-addon", "discord": "https://discord.gg/a7Y8eFJeYP"}, "name": "hentai", "stars": 0, "last_update": "2023-04-13T20:02:21Z", "downloads": 0, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "based addon"}, {"authors": ["Kiriyaga", "EurekaEffect"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/Kiriyaga7615/bedtrap-addon/main/src/main/resources/assets/bedtrap/icon.png", "id": "Kiriyaga7615/bedtrap-addon", "links": {"github": "https://github.com/Kiriyaga7615/bedtrap-addon", "download": "https://github.com/Kiriyaga7615/bedtrap-addon/releases/download/1/bedtrap.jar"}, "name": "BedTrap", "stars": 8, "last_update": "2022-06-28T01:40:39Z", "downloads": 619, "mc_version": "1.18.2", "status": {"archived": false}, "verified": false, "summary": "bedtrap addon for meteor client. Now free"}, {"authors": ["EurekaEffect"], "features": ["PenisESP"], "feature_count": 1, "icon": null, "id": "BedTrap/PenisESP-addon", "links": {"github": "https://github.com/BedTrap/PenisESP-addon", "download": "https://github.com/BedTrap/PenisESP-addon/releases/download/Release%231/penis-esp-addon.jar"}, "name": "PenisESP", "stars": 11, "last_update": "2022-11-10T01:54:25Z", "downloads": 76, "mc_version": "1.19", "status": {"archived": false}, "verified": false, "summary": "Prolly the best Meteor Addon ever, change my mind."}, {"authors": ["seasnail8169"], "features": ["frameDupe", "pluginCredits"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/AstralDB/ItemFrameDupe/main/src/main/resources/assets/template/icon.png", "id": "AstralDB/ItemFrameDupe", "links": {"github": "https://github.com/AstralDB/ItemFrameDupe"}, "name": "Addon Template", "stars": 1, "last_update": "2022-07-23T08:36:00Z", "downloads": 0, "mc_version": "1.19", "status": {"archived": false}, "verified": false, "summary": "Dupes shit in item frames"}, {"authors": ["19MisterX98"], "features": ["DirectConnectSpoof"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/19MisterX98/BypassAntiDirectConnect/master/src/main/resources/assets/template/icon.png", "id": "19MisterX98/BypassAntiDirectConnect", "links": {"github": "https://github.com/19MisterX98/BypassAntiDirectConnect", "download": "https://github.com/19MisterX98/BypassAntiDirectConnect/releases/download/latest/bypass-anti-direct-connect-0.1.0.jar"}, "name": "Bypass AntiDirectConnect", "stars": 1, "last_update": "2023-10-08T19:11:41Z", "downloads": 16, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "An addon template for the Meteor addons that bypasses AntiDirectConnect"}, {"authors": ["seasnail1", "chronosuser"], "features": ["AutoEZ", "AutoSand", "AntiBurrow", "XPautomation", "ChatControl", "StealthMine", "PistonPush", "SelfAnvil", "AutoKit", "AutoAnchor", "SnailBomber", "AutoTrap", "autoCity", "MiddleClick", "AutoPearl", "RPC", "Autoweb", "FOV", "BurrowEsp", "PvpInfo"], "feature_count": 20, "icon": "https://raw.githubusercontent.com/user93390/seasnail1/main/src/main/resources/assets/snail++/icon.png", "id": "user93390/seasnail1", "links": {"github": "https://github.com/user93390/seasnail1", "download": "https://github.com/user93390/seasnail1/releases/download/1.20.4/Snail%2B%2B-1.20.4.jar", "discord": "https://discord.gg/mZrSMrNfMw"}, "name": "Snail++", "stars": 2, "last_update": "2024-07-26T22:24:42Z", "downloads": 23, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Now public Minecraft anarchy addon for Meteor client (1.21-1.20.4)"}, {"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": ["RORAK"], "features": ["VarCommand"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/RORAKUS/meteor-better-starscript/main/src/main/resources/assets/template/icon.png", "id": "RORAKUS/meteor-better-starscript", "links": {"github": "https://github.com/RORAKUS/meteor-better-starscript", "download": "https://github.com/RORAKUS/meteor-better-starscript/releases/download/release/meteor-better-starscript-1.0.0.jar"}, "name": "Better Starscript", "stars": 4, "last_update": "2023-01-31T17:55:06Z", "downloads": 526, "mc_version": "1.19.3", "status": {"archived": false}, "verified": false, "summary": "Addon for meteor to get better starscript"}, {"authors": ["CapyKing10"], "features": ["Texturing", "WebhookLogging", "ShulkerDrop", "EntityFly", "CatSpam", "AutoVertical", "ChunkDupeTimer", "ClientPrefix", "PopCounter", "ArmorNotify", "BackupCaller", "AntiPlayerSwing", "Discord", "GambleYourBase"], "feature_count": 14, "icon": "https://raw.githubusercontent.com/CapyKing10/CapyAddon/main/src/main/resources/assets/capyaddon/icon.png", "id": "CapyKing10/CapyAddon", "links": {"github": "https://github.com/CapyKing10/CapyAddon", "download": "https://github.com/CapyKing10/CapyAddon/releases/download/dev-build-1.0.3-0.1-1.20.1/CapyAddon-1.0.3-dev-1.20.1.jar", "discord": "https://dsc.gg/capyking10"}, "name": "CapyAddon", "stars": 5, "last_update": "2024-07-27T19:55:53Z", "downloads": 6, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A utility meteor addon made by me"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/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": ["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": ["cqb13"], "features": ["AutoLogPlus", "BetterPlace", "Beyblade", "BonemealAura", "ChatEncryption", "ChorusExploit", "ConditionToggle", "Confetti", "FloRida", "GameSettings", "GodBridge", "IgnoreDeaths", "JumpHelper", "LogOutSpots", "NewChunks", "NoStrip", "Number81", "RideStats", "SafeFire", "SafetyNet", "TanukiEgapFinder", "TunnelESP", "WurstGlide", "Trash", "HeadItem", "ClearChat"], "feature_count": 26, "icon": "https://raw.githubusercontent.com/crazymoose77756/Numby-hack/master/src/main/resources/assets/numby-hack/textures/icon.png", "id": "crazymoose77756/Numby-hack", "links": {"github": "https://github.com/crazymoose77756/Numby-hack", "discord": "https://discord.gg/TtmQs7BzPJ", "homepage": "https://numbyhack.cqb13.dev/"}, "name": "Numby Hack", "stars": 1, "last_update": "2024-06-25T20:00:19Z", "downloads": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "A simple Meteor addon focused on giving users more customization options. Made in honor of Number81."}, {"authors": ["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": ["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": 26, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "Banana+ addon for Meteor Client"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/RainbowMyslee/meteor-addon-hwid/main/src/main/resources/assets/template/icon.png", "id": "RainbowMyslee/meteor-addon-hwid", "links": {"github": "https://github.com/RainbowMyslee/meteor-addon-hwid"}, "name": "Addon Template", "stars": 1, "last_update": "2024-01-12T04:39:56Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Add hwid lock to meteor client addon"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/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": ["EurekaEffect", "Kirigaya"], "features": ["NotifyHud"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/BedTrap/Atlas/main/src/main/resources/assets/atlas/icon.png", "id": "BedTrap/Atlas", "links": {"github": "https://github.com/BedTrap/Atlas"}, "name": "Atlas", "stars": 4, "last_update": "2022-11-14T14:31:43Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "Private Meteor Addon."}, {"authors": ["n0rzik"], "features": ["NoHitDelay", "PistonPush", "HitboxDesync", "MultiTask", "FastWeb"], "feature_count": 5, "icon": null, "id": "n0rzik/fire-addon", "links": {"github": "https://github.com/n0rzik/fire-addon", "download": "https://github.com/n0rzik/fire-addon/releases/download/0.1.2/fire-addon-0.1.2.jar"}, "name": "Fire", "stars": 7, "last_update": "2024-06-09T15:23:42Z", "downloads": 11, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "some kind of meteor addon"}, {"authors": ["NotGhostTypes", "RickyTheRacc"], "features": ["AnchorGod", "BedGod", "TickShift", "QuickMend", "ReaperSurround", "ReaperSelfTrap", "ReaperHoleFill", "ArmorAlert", "AutoEZ", "AutoLogin", "BedAlerts", "ChatTweaks", "BreakAlert", "NotifSettings", "PopCounter", "AutoRespawn", "ChorusPredict", "ElytraBotThreaded", "MultiTask", "NoDesync", "OneTap", "PacketFly", "RPC", "StrictMove", "WideScaffold", "ExternalFeed", "ExternalHUD", "ExternalNotifs"], "feature_count": 28, "icon": null, "id": "RacoonDog/reaper-plus", "links": {"github": "https://github.com/RacoonDog/reaper-plus", "discord": "https://discord.gg/kKjSHnXVZv"}, "name": "Reaper Plus", "stars": 0, "last_update": "2023-02-13T04:34:52Z", "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": ["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": 5, "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", "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": ["SplashAni_"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/SplashAni/RandomMeteor/main/src/main/resources/assets/random/icon.png", "id": "SplashAni/RandomMeteor", "links": {"github": "https://github.com/SplashAni/RandomMeteor", "download": "https://github.com/SplashAni/RandomMeteor/releases/download/RandomMeteor-0.5/meteor-random-0.5.0.jar", "discord": "https://discord.gg/dNyVgyvsYG"}, "name": "MeteorRandom", "stars": 36, "last_update": "2024-07-13T10:52:17Z", "downloads": 143, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "most insane addon NGL"}, {"authors": ["yourmom"], "features": ["Breadcrumbs"], "feature_count": 1, "icon": null, "id": "uint128-t/meteor-breadcrumbsplus", "links": {"github": "https://github.com/uint128-t/meteor-breadcrumbsplus", "download": "https://github.com/uint128-t/meteor-breadcrumbsplus/releases/download/1.19.2/Meteor-Breadcrumbsplus-1.0.jar"}, "name": "Breadcrumbs plus", "stars": 1, "last_update": "2022-09-01T23:35:14Z", "downloads": 498, "mc_version": "1.19.2", "status": {"archived": false}, "verified": false, "summary": "meteor plugin (better Breadcrumbs)"}, {"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": ["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": ["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": ["0x06", "DuckGuy"], "features": ["AntiBlockEntityLag", "AntiCrash", "AntiItemLag", "AutoLavacast", "ContainerAction", "CrackedKickModule", "DisconnectScreenPlus", "DoomBoom", "ExplosiveHands", "GamemodeNotify", "PauseScreenPlus", "Privacy", "SidebarAdvertise", "SignChanger", "VanillaFlight", "WitherAdvertise", "WorldDeleter", "CommandCompleteCrash", "ClipboardGive", "CrackedKickCommand", "Hologram", "PurpurCrash"], "feature_count": 22, "icon": "https://raw.githubusercontent.com/MaybeScripted/griefing-utils/main/src/main/resources/assets/griefing_utils/icon.png", "id": "MaybeScripted/griefing-utils", "links": {"github": "https://github.com/MaybeScripted/griefing-utils"}, "name": "0x06's Griefing Utils", "stars": 0, "last_update": "2024-04-21T16:44:56Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "i sometimes add or change something"}, {"authors": ["Fin_LemonKee", "Waxner"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/LemonClientDevelopment/LemonFont/master/src/main/resources/assets/lemon-client/icons/icon.png", "id": "LemonClientDevelopment/LemonFont", "links": {"github": "https://github.com/LemonClientDevelopment/LemonFont"}, "name": "Lemon Font", "stars": 1, "last_update": "2024-02-18T09:43:02Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "A addon that allows Meteor client to display Chinese fonts."}, {"authors": ["Tyler"], "features": ["CobbleNuker", "Door", "Fightbot", "DeleteAllTest", "Disabler", "BlockFarmer", "Speedrun", "ExplodeCalc", "TeleportInfo", "ClickTp", "InfiniteAura", "Follower", "MultiSpinbot", "AutoSteal", "FreecamFly", "StacisBotTest", "LOTEST", "UpFly", "SimpleClickTp", "TorchSpam", "BetterMine", "PacketLogger", "BackAndForth", "LongDistanceTest", "CollisionRender", "uhhhh", "BetterFly", "Craw", "Blank", "infAnchor", "StopSleeping", "GetClosestVehicleId", "Interact", "TPBack", "SendFull", "AcceptTp", "Getid", "Smack", "AIDSon", "AIDSoff", "Trap", "Stop", "TpTo", "TestCommand", "TestCommand2", "Mine", "TP2cam", "Teleport", "Craft", "ItemCollect", "...and 2 more"], "feature_count": 52, "icon": null, "id": "Not-a-Tyler/AutoplayAddon", "links": {"github": "https://github.com/Not-a-Tyler/AutoplayAddon"}, "name": "AutoplayAddon", "stars": 17, "last_update": "2023-10-28T05:49:27Z", "downloads": 0, "mc_version": "1.20.2", "status": {"archived": false}, "verified": false, "summary": "Meteor addon that tries to beat minecraft. Currently in developement"}, {"authors": ["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": ["JohanDevv", "Sssnipa"], "features": ["ModuleCategory", "SurroundPlus", "BurrowAlert", "PopCounter", "ExampleCommand", "HudExample"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/Sssnipa/Lightswitch/main/src/main/resources/assets/lightswitch/icon.png", "id": "Sssnipa/Lightswitch", "links": {"github": "https://github.com/Sssnipa/Lightswitch"}, "name": "Lightswitch", "stars": 2, "last_update": "2021-11-21T14:09:29Z", "downloads": 0, "mc_version": "1.17.1", "status": {"archived": false}, "verified": false, "summary": "A skid"}, {"authors": ["devmello"], "features": ["ModuleExample", "ListCommand", "CommandExample", "SearchCommand", "MusicCommand", "UpdateCommand", "PlayCommand", "ResumeCommand", "PauseCommand", "StopCommand", "VolumeCommand", "RepeatCommand", "MusicTab"], "feature_count": 13, "icon": "https://raw.githubusercontent.com/DevMello/MeteorMusic/main/src/main/resources/assets/music/icon.png", "id": "DevMello/MeteorMusic", "links": {"github": "https://github.com/DevMello/MeteorMusic", "download": "https://github.com/DevMello/MeteorMusic/releases/download/production/music-0.1.1.jar"}, "name": "Meteor Music", "stars": 2, "last_update": "2024-07-27T09:46:58Z", "downloads": 1, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "A Music plugin for Meteor client which allows you to play music directly from minecraft."}, {"authors": ["ccetl"], "features": ["ParticlesModule"], "feature_count": 1, "icon": "https://raw.githubusercontent.com/ccetl/GuiParticlesMeteorAddon/master/src/main/resources/assets/particles/icon.png", "id": "ccetl/GuiParticlesMeteorAddon", "links": {"github": "https://github.com/ccetl/GuiParticlesMeteorAddon", "download": "https://github.com/ccetl/GuiParticlesMeteorAddon/releases/download/1.1/gui-particles-1.1.jar"}, "name": "Particle Effects for Meteor", "stars": 2, "last_update": "2024-07-17T20:10:12Z", "downloads": 41, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "An addon to add GUI particle effects."}, {"authors": ["Hybanos"], "features": ["AntiAntiAFK", "AntiMob", "Auto_grow", "Auto_sex", "AutoWalkP", "Block_rotation", "Duck_Icon", "Explore", "F3_crosshair", "Highway_Builder", "More_tracers", "No_bed_interact", "NotifierP", "Photoshoot", "RedstonePlacement", "SCAFFOLD", "SpamP", "Stay_above", "StashFinder", "Test", "Trash_can", "TPSLog", "Villager_Aura"], "feature_count": 23, "icon": "https://raw.githubusercontent.com/Hybanos/HAHAddon/1.20.1/src/main/resources/assets/template/icon.png", "id": "Hybanos/HAHAddon", "links": {"github": "https://github.com/Hybanos/HAHAddon", "download": "https://github.com/Hybanos/HAHAddon/releases/download/0.4.0/HAHAddon-0.4.0.jar"}, "name": "HAHAddon", "stars": 14, "last_update": "2023-12-27T23:59:57Z", "downloads": 115, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "Small utility addon for Meteor Client"}, {"authors": ["Cloudburst", "StormyBytes"], "features": ["AntiBot", "AntiSpawnpoint", "AntiVanish", "AutoBedTrap", "AutoCraft", "AutoExtinguish", "AutoPot", "AutoSoup", "AutoTNT", "AutoWither", "BoatGlitch", "BlockIn", "BoatPhase", "BonemealAura", "Boost", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "GhostMode", "Glide", "InstaMine", "ItemGenerator", "InteractionMenu", "Lavacast", "NewChunks", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "SilentDisconnect", "SkeletonESP", "SoundLocator", "TillAura", "TreeAura", "CenterCommand", "ClearChatCommand", "GhostCommand", "GiveCommand", "HeadsCommand", "KickCommand", "LocateCommand", "PanicCommand", "ReconnectCommand", "ServerCommand", "...and 7 more"], "feature_count": 57, "icon": "https://raw.githubusercontent.com/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": ["D3vonite"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/D3voniteHacks/WolfWare-Beta/master/src/main/resources/assets/template/icon.png", "id": "D3voniteHacks/WolfWare-Beta", "links": {"github": "https://github.com/D3voniteHacks/WolfWare-Beta"}, "name": "WolfWare.rip", "stars": 0, "last_update": "2024-07-22T03:55:28Z", "downloads": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "first ever version of wolfware. (just modules from a buncha clients i like.)"}, {"authors": ["Zgoly"], "features": ["AutoFeed", "AutoFix", "AutoHeal", "AutoLeave", "AutoLogin", "AutoSleep", "AutoSneak", "BoatControl", "DmSpam", "EntityUse", "Grid", "Instructions", "ItemSucker", "JumpFlight", "JumpJump", "Placer", "SlotClick", "ZAimbot", "ZKillaura", "CoordinatesCommand", "DataCommand"], "feature_count": 21, "icon": "https://raw.githubusercontent.com/crazymoose77756/Meteorist/main/src/main/resources/assets/meteorist/icon.png", "id": "crazymoose77756/Meteorist", "links": {"github": "https://github.com/crazymoose77756/Meteorist", "discord": "https://discord.gg/y8fBWPNJFm", "homepage": "https://zgoly.github.io/utils/download-latest-release?user=Zgoly&repo=Meteorist&file=.jar"}, "name": "Meteorist", "stars": 0, "last_update": "2024-06-25T19:51:25Z", "downloads": 0, "mc_version": "1.20.6", "status": {"archived": false}, "verified": false, "summary": "\u2604\ufe0f Add-on for Meteor that adds useful utilities for non-vanilla anarchy servers \u2604\ufe0f"}, {"authors": ["seasnail"], "features": ["ModuleExample", "CommandExample"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/IvanProCookie/Modules-Plus-Meteor-Addon/master/src/main/resources/assets/template/icon.png", "id": "IvanProCookie/Modules-Plus-Meteor-Addon", "links": {"github": "https://github.com/IvanProCookie/Modules-Plus-Meteor-Addon"}, "name": "Addon Template", "stars": 0, "last_update": "2024-07-24T21:30:31Z", "downloads": 0, "mc_version": "1.21", "status": {"archived": false}, "verified": false, "summary": "Adds A Couple Of Dummy Modules For Testing, You Can Give The Keybinds And Then Use Them In Starscript Too!.:3"}, {"authors": ["ItsMeTomTom", "Exteron", "DuckGuy", "0x06"], "features": ["AirstrikePlus", "AntiFunny", "AntiP2WRPC", "AntiVanish", "AutoLC", "AutoLogin", "AutoScoreboard", "AutoSignPlus", "AutoTitles", "BoomPlus", "ChatFilter", "ChestDisco", "CrashyCrash", "CreativePuke", "DelayPackets", "DoomBoom", "DubCounter", "ExplosiveHands", "FidgetSpinner", "FirstClassFlight", "GameModeNotifier", "HandOfGod", "IPModule", "ItemGenerator", "LiriasCaptcha", "Minesweeper", "MultiUse", "NbtEditor", "NoBlockEntities", "NoFall", "NoItem", "PacketLogger", "Payall", "PingSpoof", "PlayerNotifier", "Radio", "RivalsKingdoms", "RivalsPlayers", "ServerOpNuke", "SuperHeroFX", "Trampoline", "UwUChat", "VanillaFlight", "VulcanBoatFly", "VulcanGlide", "VulcanSpider", "WitherAdvertise", "Creeper_Alert", "BaseFinder", "CustomPackets", "...and 16 more"], "feature_count": 66, "icon": "https://raw.githubusercontent.com/AntiP2WDevelopment/AntiP2W-Addon/main/src/main/resources/assets/antip2w/icon.png", "id": "AntiP2WDevelopment/AntiP2W-Addon", "links": {"github": "https://github.com/AntiP2WDevelopment/AntiP2W-Addon", "download": "https://github.com/AntiP2WDevelopment/AntiP2W-Addon/releases/download/0.1.1/antip2w-tools-0.1.1.jar"}, "name": "AntiP2W-Tools", "stars": 8, "last_update": "2024-06-04T06:51:12Z", "downloads": 89, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "P2W servers \ud83e\udd22\ud83e\udd2e\ud83d\udca5\u274c"}, {"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": ["Pixel_b0t"], "features": ["Bot_Mode_Module", "ResetLastPos"], "feature_count": 2, "icon": "https://raw.githubusercontent.com/darius172/LO_SERVER_ADDON/master/src/main/resources/assets/template/icon.png", "id": "darius172/LO_SERVER_ADDON", "links": {"github": "https://github.com/darius172/LO_SERVER_ADDON"}, "name": "Pixel_b0t's utilitys for liveoverflow's Server ", "stars": 1, "last_update": "2023-11-25T20:16:15Z", "downloads": 0, "mc_version": "1.20.1", "status": {"archived": false}, "verified": false, "summary": "A meteor client addon made for liveoverflow's server."}, {"authors": ["1nject"], "features": [], "feature_count": 0, "icon": "https://raw.githubusercontent.com/YsnKey/UwU-Plus/master/src/main/resources/assets/uwu/uwulogo.png", "id": "YsnKey/UwU-Plus", "links": {"github": "https://github.com/YsnKey/UwU-Plus"}, "name": "UwU Plus", "stars": 0, "last_update": "2024-03-27T02:22:43Z", "downloads": 0, "mc_version": "1.20.4", "status": {"archived": false}, "verified": false, "summary": "Uwu client but better"}, {"authors": ["Destropho and Marius"], "features": ["PacketFly", "AutoBedCraft", "AutoCityPlus", "AutoLogin", "AutoXP", "AutoRespawn", "AnchorAura", "ArmorAlert", "BedAura", "BedDisabler", "BurrowAlert", "BurrowBreaker", "ChatTweaks", "NametagsPlus", "PopCounter", "RPC", "SelfTrapPlus", "SurroundPlus", "ChorusPredict", "BowBomb", "VectorCevBreaker", "cwystalAuwa", "StrafePlus", "BPlusSurround", "VectorCevBreaker", "CevBreaker", "BplusSelfTrap", "Beds", "Crystals", "Gaps", "TextItems", "XP", "Deaths", "Highscore", "KDRatio", "Killstreak", "Kills", "Logo", "VisualBinds", "Watermark", "Welcome"], "feature_count": 41, "icon": "https://raw.githubusercontent.com/cmk-Destro/UwU-Client/main/src/main/resources/assets/orion/icon.png", "id": "cmk-Destro/UwU-Client", "links": {"github": "https://github.com/cmk-Destro/UwU-Client", "discord": "https://discord.com/invite/9vGTkfA6H4"}, "name": "UWU", "stars": 0, "last_update": "2022-01-17T04:33:06Z", "downloads": 0, "mc_version": "1.18", "status": {"archived": false}, "verified": false, "summary": "uwu"}, {"authors": ["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."}]
\ No newline at end of file
diff --git a/addons-ver.json b/addons-ver.json
new file mode 100644
index 00000000..6fd72d74
--- /dev/null
+++ b/addons-ver.json
@@ -0,0 +1 @@
+[{"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": 21, "last_update": "2023-11-29T16:18:43Z", "downloads": 3821, "mc_version": "1.19.4", "status": {"archived": false}, "verified": true, "summary": "The Best Meteor Addon"}, {"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": 43, "last_update": "2022-04-15T15:26:51Z", "downloads": 6418, "mc_version": "1.18.2", "status": {"archived": true}, "verified": true, "summary": "A Meteor Client Addon that adds tweaks to modules and settings."}, {"authors": ["RickyTheRacc"], "features": ["ArmorAlerts", "Blink", "LogoutSpots", "Sprint", "TravelLog", "XPThrower"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/Bennooo/banana-for-everyone/main/src/main/resources/assets/bananaplus/logo.png", "id": "RickyTheRacc/banana-for-everyone", "links": {"github": "https://github.com/RickyTheRacc/banana-for-everyone", "download": "https://github.com/RickyTheRacc/banana-for-everyone/releases/download/Latest/banana-plus-100.jar", "discord": "https://discord.gg/brjN8BkpGU"}, "name": "Banana Plus", "stars": 2, "last_update": "2024-05-26T23:56:15Z", "downloads": 1319, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "Banana+ 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", "BungeeCordSpoof", "ChatBot", "ChestAura", "ChorusExploit", "ColorSigns", "Confuse", "CoordLogger", "CustomPackets", "ExtraElytra", "FullFlight", "GamemodeNotifier", "GhostMode", "Glide", "ItemGenerator", "InteractionMenu", "Jetpack", "KnockbackPlus", "LawnBot", "Lavacast", "MossBot", "NewChunks", "NoJumpDelay", "ObsidianFarm", "OreSim", "PacketFly", "Painter", "Rendering", "RoboWalk", "ShieldBypass", "SilentDisconnect", "...and 23 more"], "feature_count": 73, "icon": "https://raw.githubusercontent.com/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.21/meteor-rejects-addon-0.3.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Rejects", "stars": 360, "last_update": "2024-07-01T07:06:46Z", "downloads": 7489, "mc_version": "1.21", "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": ["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/mc_1.20.6_meteor_0.5.7_ver_1.3/meteor-litematica-printer-1.3.jar"}, "name": "Meteor Litematica Printer", "stars": 58, "last_update": "2024-07-25T12:14:44Z", "downloads": 87, "mc_version": "1.21", "status": {"archived": false}, "verified": true, "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/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.20.2/tanuki-addon-0.1.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Tanuki", "stars": 22, "last_update": "2023-10-23T08:37:12Z", "downloads": 1307, "mc_version": "1.20.2", "status": {"archived": false}, "verified": true, "summary": "Port of Walaryne's tanuki meteor client fork"}, {"authors": ["Wide_Cat", "Cloudburst"], "features": ["AACCrash", "BookCrash", "ContainerCrash", "CompletionCrash", "CraftingCrash", "CreativeCrash", "EntityCrash", "ErrorCrash", "InteractCrash", "LecternCrash", "MessageLagger", "MovementCrash", "PacketSpammer", "SequenceCrash", "WindowCrash", "CrashItemCommand"], "feature_count": 16, "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.20.6/meteor-crash-addon-0.6.jar", "discord": "https://discord.gg/9mrRPGKYU3"}, "name": "Meteor Crash Addon", "stars": 91, "last_update": "2024-06-24T17:43:24Z", "downloads": 3524, "mc_version": "1.20.6", "status": {"archived": false}, "verified": true, "summary": "Add-on that includes various server crashing methods"}, {"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": 1044, "mc_version": null, "status": {"archived": false}, "verified": false, "summary": "A Addon created to improve experience of playing with Meteor Client."}, {"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": 34, "last_update": "2024-04-23T19:45:29Z", "downloads": 3651, "mc_version": "1.19.2", "status": {"archived": false}, "verified": true, "summary": "Admire great artworks from the comfort of Meteor Client"}, {"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": 3406, "mc_version": "1.19.2", "status": {"archived": true}, "verified": true, "summary": "Bidoof."}, {"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.2/orion-0.2.jar", "discord": "https://discord.com/invite/9vGTkfA6H4"}, "name": "Orion", "stars": 85, "last_update": "2024-05-11T03:31:44Z", "downloads": 4429, "mc_version": "1.20.2", "status": {"archived": false}, "verified": true, "summary": "Continuation of GhostTypes' Orion"}, {"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/mc_1.21_meteor_0.5.8_ver_1.0/meteor-utils-1.0.jar"}, "name": "meteor-utils", "stars": 25, "last_update": "2024-07-22T19:28:13Z", "downloads": 261, "mc_version": "1.21", "status": {"archived": false}, "verified": true, "summary": "adds some modules to meteor client"}, {"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/0.20.1/notifications-addon-0.20.1.jar", "discord": "https://discord.com/users/505713760124665867"}, "name": "Notifications Addon", "stars": 20, "last_update": "2024-03-07T11:10:02Z", "downloads": 970, "mc_version": "1.20.4", "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": ["vined_", "hokindo9000"], "features": ["NoBlockEntities", "DubCounter", "AutoItemMove", "DiscordNotifier", "AntiDrop", "AntiInteract"], "feature_count": 6, "icon": "https://raw.githubusercontent.com/Nooniboi/Public-Ikea/main/src/main/resources/assets/ikea/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.2-1.21/ikea-addon-0.2.2-1.21.jar"}, "name": "IKEA Addon", "stars": 24, "last_update": "2024-07-18T23:02:08Z", "downloads": 153, "mc_version": "1.21", "status": {"archived": false}, "verified": true, "summary": "Public Ikea Addon"}, {"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.2/gurkens-gadgetry-1.3.2.jar", "homepage": "https://anticope.pages.dev/addons/?addon=stefexec%2Fgurkens-gadgetry-public&page=2"}, "name": "Gurken's Gadgetry", "stars": 11, "last_update": "2024-06-07T05:01:17Z", "downloads": 1654, "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": ["RattlesHyper", "gasps"], "features": ["AutoClip", "AutoMap", "AutoSex", "CustomHead", "ChatColor", "CommandAura", "DisableTooltips", "ForEach", "ItemDropper", "JoinMessage", "OnSightCommand", "NoClearChat", "PacketScaffold", "RainbowArmor", "SpectatorTeleport", "TpAura", "TpMine", "Uwuifier", "ItemStealer", "RenameCommand", "SptpCommand", "StackCommand", "StickCommand", "SummonCommand"], "feature_count": 24, "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.7.0/lyra-0.7.0.jar", "discord": "https://discord.gg/uFpaAZdVgS"}, "name": "Lyra Addon", "stars": 31, "last_update": "2024-04-19T04:11:17Z", "downloads": 1626, "mc_version": "1.20.4", "status": {"archived": false}, "verified": true, "summary": "Lyra Addon is a Meteor Client addon that has features specificed for Creative Mode/Creative Servers."}, {"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 80.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/4.3.2/server-seeker-4.3.2.jar", "discord": "https://discord.gg/jVyHyYbqdS"}, "name": "ServerSeeker", "stars": 265, "last_update": "2024-06-25T20:07:16Z", "downloads": 4480, "mc_version": "1.20.2 - 1.20.4", "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": ["Neki_play"], "features": ["ItemRawIdCommand", "EclipCommand", "ClearInventoryCommand", "GotoPlusCommand", "GPTCommand", "Hunt", "KillAuraPlus", "Teams", "HologramModule", "SprintPlus", "ChatPrefix", "ChatGPT", "ItemHighlightPlus", "FastLadderPlus", "TriggerBot", "EyeFinder", "InventoryMovePlus", "AutoDropPlus", "NoFallPlus", "TimerPlus", "SpeedPlus", "FlyPlus", "SpiderPlus", "JesusPlus", "BedrockStorageBruteforce", "AutoCraftPlus", "AutoObsidianFarm", "XrayBruteforce", "AutoLeave", "AutoAccept", "GhostBlockFixer", "SafeMine", "Freeze", "AntiBotPlus", "MultiTasks", "ItemFrameEsp", "KillAuraPlus", "ElytraFlyPlus", "VelocityPlus", "NoJumpDelay", "NoSlowPlus", "MapIntegration", "LitematicaPrinter", "WhereIsIt", "HiddenModulesTab"], "feature_count": 45, "icon": "https://raw.githubusercontent.com/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.4_1.0.9.0/meteor-plus-1.20.4_1.0.9.0.jar", "discord": "https://discord.gg/N3gqYc7GRS", "homepage": "https://nekiplay.github.io/MeteorPlus/"}, "name": "Meteor+", "stars": 165, "last_update": "2024-07-11T00:30:02Z", "downloads": 5496, "mc_version": "1.20.4", "status": {"archived": false}, "verified": true, "summary": "An addon for Meteor client and Boze client that adds many blatant features."}, {"authors": ["Zgoly"], "features": ["AutoFeed", "AutoFix", "AutoHeal", "AutoInteract", "AutoLeave", "AutoLogin", "AutoMud", "AutoSleep", "AutoSneak", "AutoTrade", "BoatControl", "DisconnectSound", "DmSpam", "DoubleDoorsInteract", "EntityInteract", "Grid", "Instructions", "ItemSucker", "JumpFlight", "JumpJump", "Placer", "SlotClick", "ZAimbot", "ZKillaura", "CoordinatesCommand", "DataCommand", "PlayersInfoCommand"], "feature_count": 27, "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.10/Meteorist-1.10.jar", "discord": "https://dsc.gg/zgoly", "homepage": "https://zgoly.github.io/utils/download-latest-release?user=Zgoly&repo=Meteorist&file=.jar"}, "name": "Meteorist", "stars": 109, "last_update": "2024-06-30T10:15:21Z", "downloads": 2258, "mc_version": "1.21", "status": {"archived": false}, "verified": true, "summary": "\u2604\ufe0f Add-on for Meteor that adds useful utilities for non-vanilla anarchy servers \u2604\ufe0f"}, {"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.7/villager-roller-1.4.5%2Bmc1.20.6-rev.e9d12e8-dirty.jar", "discord": "https://discord.com/invite/DFsMKWJJPN"}, "name": "Meteor Villager Roller", "stars": 89, "last_update": "2024-07-14T13:20:13Z", "downloads": 761, "mc_version": "1.21", "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": ["cqb13"], "features": ["AutoLogPlus", "BetterPlace", "Beyblade", "BonemealAura", "ChatEncryption", "ChorusExploit", "ConditionToggle", "Confetti", "FloRida", "GameSettings", "GodBridge", "IgnoreDeaths", "JumpHelper", "LogOutSpots", "NewChunks", "NoStrip", "Number81", "RideStats", "SafeFire", "SafetyNet", "TanukiEgapFinder", "TunnelESP", "WurstGlide", "Trash", "HeadItem", "ClearChat"], "feature_count": 26, "icon": "https://raw.githubusercontent.com/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.21-build-33/Numby-Hack-2.3.jar", "discord": "https://discord.gg/TtmQs7BzPJ", "homepage": "https://numbyhack.cqb13.dev/"}, "name": "Numby Hack", "stars": 73, "last_update": "2024-07-09T16:36:55Z", "downloads": 800, "mc_version": "1.21", "status": {"archived": false}, "verified": true, "summary": "A simple Meteor addon focused on giving users more customization options. Made in honor of Number81."}, {"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", "Keywords for module search"], "feature_count": 7, "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.21/MeteorAdditions-1.2.0.jar"}, "name": "MeteorAdditions", "stars": 52, "last_update": "2024-07-25T20:22:43Z", "downloads": 57, "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": ["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": 4850, "mc_version": "1.19.3", "status": {"archived": true}, "verified": true, "summary": "Meteor Client Performance Optimizations"}, {"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": 113, "last_update": "2023-07-02T20:10:02Z", "downloads": 19801, "mc_version": "1.19.4", "status": {"archived": false}, "verified": true, "summary": "A powerful open-source addon for Meteor Client."}, {"authors": ["etianl, and various authors"], "features": ["!!!!!Featuring powerful Griefing Tools and Home of the Original PaletteExploit for NewChunks!!!!!", "-----> Automated Lavacasting Features! Make Lava Mountains fast and easily! <-----", "AutoMountain", "AutoLavaCaster", "AutoStaircase", "LavaTimeCalculator", "CasterTimer", "-----> Find and Grief noobs! <-----", "NewerNewChunks", "BaseFinder", "HoleAndTunnelFinder", "StorageLooter", "LavaAura", "MaceKill", "SuperInstaMine", "InstaMineNuker", "BetterScaffold", "RedstoneNuker", "-----> Overpowered OP mode modules! <-----", "BungeeSpoofer", "HandOfGod", "VoiderPlus", "OPServerKillModule", "CrashCommand", "AutoCommand", "AutoScoreboard", "AutoTitles", "AutoDisplays", "OPplayerTPmodule", "-----> Create Illegal things with Creative mode! <-----", "NbtEditor", "AirstrikePlus", "BoomPlus", "ExplosionAura", "-----> Exploits for old versions! <-----", "ShulkerDupe", "InvDupeModule", "InstantKill", "LecternCrash", "-----> And much more <-----", "BetterAutoSign", "Teleport", "TPFly", "FlightAntikick", "InstaSafetyBox", "TrouserBuild", "TrailMaker", "AutoDrop", "AnHero", "WorldInfoCommand", "...and 6 more"], "feature_count": 56, "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/v1.1.3/1trouser-streak-1.1.3-1.21.jar", "homepage": "https://www.youtube.com/@mountainsoflavainc.6913"}, "name": "TrouserStreak", "stars": 128, "last_update": "2024-07-28T00:20:20Z", "downloads": 9, "mc_version": "1.21", "status": {"archived": false}, "verified": true, "summary": "A compilation of modules optimized for maximum grief. Featuring automated mountain building abilities! Many of the modules were not originally written by me, but have been modified. Check the Github for credits and updates! Official Griefing Utilities of Mountains of Lava Inc."}, {"authors": ["KassuK and OLEPOSSU"], "features": ["AnchorAuraPlus", "AnteroTaateli", "AntiAim", "AntiCrawl", "AutoCraftingTable", "AutoCrystalPlus", "AutoEz", "Automation", "AutoMend", "AutoMine", "AutoMoan", "AutoPearl", "AutoTrapPlus", "BedAuraPlus", "Blocker", "BurrowPlus", "CustomFOV", "ElytraFlyPlus", "FastXP", "FeetESP", "FlightPlus", "Fog", "ForceSneak", "HoleFillPlus", "HoleFillRewrite", "HoleSnap", "JesusPlus", "KillAuraPlus", "LightsOut", "MineESP", "OffHandPlus", "PacketFly", "PacketLogger", "PingSpoof", "PistonCrystal", "PistonPush", "PortalGodMode", "RPC", "ScaffoldPlus", "SelfTrapPlus", "SoundModifier", "SpeedPlus", "SprintPlus", "StepPlus", "StrictNoSlow", "Suicide", "SurroundPlus", "SwingModifier", "TickShift", "WeakAlert", "...and 9 more"], "feature_count": 59, "icon": "https://raw.githubusercontent.com/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.2.jar", "discord": "https://discord.gg/mmWz9Dz4Y9"}, "name": "Blackout", "stars": 107, "last_update": "2024-05-07T17:35:02Z", "downloads": 9795, "mc_version": "1.20.4", "status": {"archived": false}, "verified": true, "summary": "Plugin for meteor client adding more features mostly focusing on CPVP"}, {"authors": ["RedCarlos26", "Ethius"], "features": ["Center", "Coordinates", "TestModule", "AfkLogout", "AutoCenter", "AutoWalkHig", "AxisViewer", "HIGPrefix", "DiscordRPC", "OffhandManager", "HighwayBuilderPlus", "HighwayTools", "HotbarManager", "LiquidFillerHig", "RotationLock", "ScaffoldPlus", "AxisBorer", "NegNegBorer", "NegPosBorer", "PosNegBorer", "PosPosBorer"], "feature_count": 21, "icon": "https://raw.githubusercontent.com/RedCarlos26/HIGTools/main/src/main/resources/assets/higtools/chat/icon.png", "id": "RedCarlos26/HIGTools", "links": {"github": "https://github.com/RedCarlos26/HIGTools", "download": "https://github.com/RedCarlos26/HIGTools/releases/download/2.9.0-1.20.4/HIGTools-2.9.0-1.20.4.jar", "discord": "https://discord.gg/a4jkKGJNdJ"}, "name": "HIGTools", "stars": 67, "last_update": "2024-07-27T14:24:45Z", "downloads": 303, "mc_version": "1.21", "status": {"archived": false}, "verified": true, "summary": "Highway Tools for Meteor Client."}]
\ 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..4a05a42c
--- /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.20.2 - 1.20.4"
+ }
+}
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..35a9254d
--- /dev/null
+++ b/verified.json
@@ -0,0 +1,34 @@
+[
+ "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",
+ "Nooniboi/Public-Ikea",
+ "ridglef/walper-addon"
+]