Skip to content

A library to detect Crappy MCLauncher ! (Not a Minecraft Mod library)

License

Notifications You must be signed in to change notification settings

ETO-MC/DetectCrappyLauncher

 
 

Repository files navigation

DetectCrappyLauncher

A library to detect crappy launcher(Plain Craft Launcher), modified from UnlegitMinecraft/FuckPCL.

Use

If your project are on kotlin

import org.etomc.dclauncher.LauncherChecker

LauncherChecker.fullCheck(Minecraft.getMinecraft().mcDataDir/*, true*/) // boolean

If your project are on java

import org.etomc.dclauncher.LauncherChecker;

LauncherChecker.INSTANCE.fullCheck(Minecraft.getMinecraft().mcDataDir/*, true*/);

About

A library to detect Crappy MCLauncher ! (Not a Minecraft Mod library)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Kotlin 67.2%
  • Java 32.8%