From 9179e70a3766303265c9991605c3d7dfd04ca7f8 Mon Sep 17 00:00:00 2001 From: Shabbir Ezzy Date: Sat, 22 Jan 2022 11:02:00 +0530 Subject: [PATCH] Fixed Many Things and improved script --- ForgeAndModsInstaller.bat | 46 +++++++++++++++++++++++-------- ModsOnly&ModsUpdater.bat | 44 +++++++++++++++++++++++++++++ OnlyModsInstaller.bat | 22 --------------- Read Me Before Doing Anything.txt | 10 +++++++ 4 files changed, 89 insertions(+), 33 deletions(-) create mode 100644 ModsOnly&ModsUpdater.bat delete mode 100644 OnlyModsInstaller.bat create mode 100644 Read Me Before Doing Anything.txt diff --git a/ForgeAndModsInstaller.bat b/ForgeAndModsInstaller.bat index 547f80d..1c82737 100644 --- a/ForgeAndModsInstaller.bat +++ b/ForgeAndModsInstaller.bat @@ -1,24 +1,48 @@ @echo off +echo Please Read "Read Me Before Doing Anything.txt" If u havent already. Script will run in 20secs. You can press CTRL+C To exit and read the file. +echo If You Have Already Read, Please wait 20sec. +timeout /t 20 /nobreak +echo Backing up your old mods to folder "modsbackup" +ren "%appdata%/.minecraft/mods" modsbackup echo Creating Directories mkdir "%appdata%/.minecraft/mods" echo Downloading Files! Please Wait :) -wget -P .\files\forgeinstaller\ https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/ForgeInstaller.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/AutoGG.jar +echo Downloading Forge +wget -P .\files\forgeinstaller\ https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/ForgeInstaller.jar -q +echo Downloading AutoGG +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/AutoGG.jar -q move "AutoGG.jar" %appdata%/.minecraft/mods/AutoGG.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/BetterChat.jar +echo Downloading BetterChat +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/BetterChat.jar -q move "BetterChat.jar" %appdata%/.minecraft/mods/BetterChat.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/DungeonRooms.jar +echo Downloading DungeonRooms +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/DungeonRooms.jar -q move "DungeonRooms.jar" %appdata%/.minecraft/mods/DungeonRooms.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/LobbySounds.jar +echo Downloading LobbySounds +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/LobbySounds.jar -q move "LobbySounds.jar" %appdata%/.minecraft/mods/LobbySounds.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughCoins.jar +echo Downloading NotEnoughCoins +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughCoins.jar -q move "NotEnoughCoins.jar" %appdata%/.minecraft/mods/NotEnoughCoins.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughUpdates.jar +echo Downloading NotEnoughUpdates +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughUpdates.jar -q move "NotEnoughUpdates.jar" %appdata%/.minecraft/mods/NotEnoughUpdates.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/OptiFine.jar +echo Downloading Optifine +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/OptiFine.jar -q move "OptiFine.jar" %appdata%/.minecraft/mods/OptiFine.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/ScrollableTooltips.jar +echo Downloading ScrollableTooltips +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/ScrollableTooltips.jar -q move "ScrollableTooltips.jar" %appdata%/.minecraft/mods/ScrollableTooltips.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/Skytils.jar +echo Downloading Skytils +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/Skytils.jar -q move "Skytils.jar" %appdata%/.minecraft/mods/Skytils.jar -java -jar .\files\forgeinstaller\ForgeInstaller.jar \ No newline at end of file +echo Downloading Patcher +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/Patcher.jar -q +move "Patcher.jar" %appdata%/.minecraft/mods/Patcher.jar +echo Downloading DankerSkyblockMod +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/DankerSkyblockMod.jar -q +move "DankerSkyblockMod.jar" %appdata%/.minecraft/mods/DankerSkyblockMod.jar +echo Installing Forge Please Click On Install Client! +java -jar .\files\forgeinstaller\ForgeInstaller.jar +echo Operation Done :) +pause \ No newline at end of file diff --git a/ModsOnly&ModsUpdater.bat b/ModsOnly&ModsUpdater.bat new file mode 100644 index 0000000..5a3f913 --- /dev/null +++ b/ModsOnly&ModsUpdater.bat @@ -0,0 +1,44 @@ +@echo off +echo Please Read "Read Me Before Doing Anything.txt" If u havent already. Script will run in 20secs. You can press CTRL+C To exit and read the file. +echo If You Have Already Read, Please wait 20sec. +timeout /t 20 /nobreak +echo Backing up your old mods to folder "modsbackup" +ren "%appdata%/.minecraft/mods" modsbackup +echo Creating Directories +mkdir "%appdata%/.minecraft/mods" +echo Downloading Files! Please Wait :) +echo Downloading AutoGG +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/AutoGG.jar -q +move "AutoGG.jar" %appdata%/.minecraft/mods/AutoGG.jar +echo Downloading BetterChat +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/BetterChat.jar -q +move "BetterChat.jar" %appdata%/.minecraft/mods/BetterChat.jar +echo Downloading DungeonRooms +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/DungeonRooms.jar -q +move "DungeonRooms.jar" %appdata%/.minecraft/mods/DungeonRooms.jar +echo Downloading LobbySounds +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/LobbySounds.jar -q +move "LobbySounds.jar" %appdata%/.minecraft/mods/LobbySounds.jar +echo Downloading NotEnoughCoins +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughCoins.jar -q +move "NotEnoughCoins.jar" %appdata%/.minecraft/mods/NotEnoughCoins.jar +echo Downloading NotEnoughUpdates +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughUpdates.jar -q +move "NotEnoughUpdates.jar" %appdata%/.minecraft/mods/NotEnoughUpdates.jar +echo Downloading Optifine +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/OptiFine.jar -q +move "OptiFine.jar" %appdata%/.minecraft/mods/OptiFine.jar +echo Downloading ScrollableTooltips +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/ScrollableTooltips.jar -q +move "ScrollableTooltips.jar" %appdata%/.minecraft/mods/ScrollableTooltips.jar +echo Downloading Skytils +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/Skytils.jar -q +move "Skytils.jar" %appdata%/.minecraft/mods/Skytils.jar +echo Downloading Patcher +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/Patcher.jar -q +move "Patcher.jar" %appdata%/.minecraft/mods/Patcher.jar +echo Downloading DankerSkyblockMod +wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/DankerSkyblockMod.jar -q +move "DankerSkyblockMod.jar" %appdata%/.minecraft/mods/DankerSkyblockMod.jar +echo Operation Done :) +pause \ No newline at end of file diff --git a/OnlyModsInstaller.bat b/OnlyModsInstaller.bat deleted file mode 100644 index 6d2956b..0000000 --- a/OnlyModsInstaller.bat +++ /dev/null @@ -1,22 +0,0 @@ -@echo off -echo Creating Directories -mkdir "%appdata%/.minecraft/mods" -echo Downloading Files! Please Wait :) -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/AutoGG.jar -move "AutoGG.jar" %appdata%/.minecraft/mods/AutoGG.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/BetterChat.jar -move "BetterChat.jar" %appdata%/.minecraft/mods/BetterChat.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/DungeonRooms.jar -move "DungeonRooms.jar" %appdata%/.minecraft/mods/DungeonRooms.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/LobbySounds.jar -move "LobbySounds.jar" %appdata%/.minecraft/mods/LobbySounds.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughCoins.jar -move "NotEnoughCoins.jar" %appdata%/.minecraft/mods/NotEnoughCoins.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughUpdates.jar -move "NotEnoughUpdates.jar" %appdata%/.minecraft/mods/NotEnoughUpdates.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/OptiFine.jar -move "OptiFine.jar" %appdata%/.minecraft/mods/OptiFine.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/ScrollableTooltips.jar -move "ScrollableTooltips.jar" %appdata%/.minecraft/mods/ScrollableTooltips.jar -wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/Skytils.jar -move "Skytils.jar" %appdata%/.minecraft/mods/Skytils.jar \ No newline at end of file diff --git a/Read Me Before Doing Anything.txt b/Read Me Before Doing Anything.txt new file mode 100644 index 0000000..0029f53 --- /dev/null +++ b/Read Me Before Doing Anything.txt @@ -0,0 +1,10 @@ +HEY +This Script Auto Installs Best Mods For Skyblock (1.8.9) Forge! +If u have forge 1.8.9 already installed, Please Double Click On "ModsOnly/ModsUpdater.bat" +Or If u dont have forge 1.8.9 installer, click on "ForgeAndModsInstaller.bat" +To Update Your Mods to latest version, weekly run "ModsOnly/ModsUpdater.bat" +After running the script all of ur old mods will be moved to new folder called 'modsbackup' in .minecraft folder. +You can copy your old mods anytime back from that folder :) +When clicking on .bat, if notepad opens, DO NOT EDIT ANYTHING, and close the notepad and run the .bat file as administrator using right click on file. +Also wget.exe is necessary so do not delete it. +If any problem occurs try contacting me :)