Froked from OpeNLogin.
In goal of adding more features
Generative AI has been used in the development of this fork to assist with implementing and refining new features.
-
Login from Spawn and telport to last location (WITH LESS FAILURE RATES!)
So dont worry about your players randomly teleporting into spawn after login
-
Hide inventory when on login with ProtocolLib
-
Admin commands
/plsjustadmin rmpass <Username> #Removes Passwword for that user (acts like Unregister)
/plsjustadmin migrate <OldUsername> <NewUsername> # Migrates from old username to new username (Untested Use it at your on risk)
/plsjustadmin changepass <Username> <New Password> #Changes Password
/plsjustadmin import <LoginSecurtiy> # Migrate from LoginSecurity to Plsjstlogin
repositories {
maven {
url = uri('https://repo.nickuc.com/maven-releases/')
}
}
dependencies {
compileOnly('com.nickuc.openlogin:openlogin-universal:1.3')
}
<repositories>
<repository>
<id>nickuc-repo</id>
<url>https://repo.nickuc.com/maven-releases/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.nickuc.openlogin</groupId>
<artifactId>openlogin-universal</artifactId>
<version>1.3</version>
<scope>provided</scope>
</dependency>
</dependencies>