Skip to content

Kakumi/CustomMC-Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomMC-Launcher

A complete template to create your minecraft launcher

Inspired from Litarvan

How to use

Clone the project simply in your IDE (I used IntelliJ IDEA) Then modify some constants found in the class file 'Config.java'. Finally, replace the textures with your own.

Libraries used

AuthMineweb : Allows you to use the login system of your site using the MineWeb CMS
Jasypt : Allow you to encrypt texts
Java Discord RPC : Allows you to activate the rich presence discord in your launcher
OpenAuth : Allows you to use the mojang login system
Swinger, Supdate, OpenlauncherLib : Allow you to create your launcher

How to update automatically ?

You must use S-Update server.

You can get it there : https://github.com/Litarvan/S-Update-Server

How to use Mojang login ?

By default, the source code use the Mojang login

How to use MineWeb login ?

You can find a nice tutorial there : AuthMineweb documentation

How to remove login (crack version) ?

You have to edit the auth method (into LauncherManager:92) to :

public static void auth(String username, String password) {
    authInfos = new AuthInfos(username, "", "");
}

and remove the try/catch exception (into LauncherPanel:184) :

LauncherManager.auth(usernameField.getText(), null);

Don't forget to remove the password field !

Need more help ?

You can get help there : YouTube (FR)

Copyright

You can use and redistribute this code as you wish

About

A complete template to create your minecraft launcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages