Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Auto Client Updater

MasterOf13FPS

Administrator
Staff member
Administrator
MasterOf13FPS
Joined
Jul 11, 2020
Messages
0
Reaction score
25
Points
0
Today ill be releasing my personal automatical updater.
This will just download a jar file from the web and replace it if the version is outdated.

[hide] https://pastebin.com/K5U5U7yb [/hide]
WebUtils was not made by me,it was made by IHaq.
[hide] https://pastebin.com/yWRZTjQN [/hide]

The JAR File location: new File(Minecraft.getMinecraft().mcDataDir.toString() + "/" + "versions" + "/" + "1.8" + "/1.8e.jar"); // I saved it as a 1.8e just for testing purposes

Example (in main class):

try {
Updater.INSTANCE.runCheck();
} catch (IOException e) {
e.printStackTrace();
}
 
Last edited by a moderator:
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top