Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.
Compare
Choose a tag to compare
@hax0r31337 hax0r31337 released this 22 Oct 07:52

APIs

Added

WindowUtils.getWindowNames()

Removed

PCLChecker.runCheck()
WindowUtils.findWindow()

Changed

PCLChecker.titleCheck()

rule changed
str.contains("Plain Craft Launcher") => (str.length < "Plain Craft Launcher".length*2 && str.contains("Plain Craft Launcher"))

Get it

https://jitpack.io/#UnlegitMC/FuckPCL/2.0

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	<dependency>
	    <groupId>com.github.UnlegitMC</groupId>
	    <artifactId>FuckPCL</artifactId>
	    <version>2.0</version>
	</dependency>