Tags
Creators
Details
2.0
Compatibility
Changes
π English Description & Updates π Version Update - Login System v1.4
β¨ Features & Improvements:
Improved Admin GUI (/loginadmin): Administrators can now view player passwords in plain text when using the 'Info' menu (Requires passwords to be generated/updated in this new version. Legacy passwords will safely display as [Encrypted]). Added support for saving plain text passwords reliably on both File Storage and Database Storage. Intuitive GUI Controls: Fixed the Delete Player UI behavior. Admins can now simply click normally on a player skull in the 'Delete Menu' to remove them. π Bug Fixes:
Crash Fix (NoSuchMethodError): Fixed a critical server crash that occurred when deleting a player's password or viewing info. Fixed Missing Translations: Added the missing password.changed language key. Cleaned Text Encoding: Stripped out corrupted unicode/emoji symbols that were displaying incorrectly in the chat/console logs. β¨οΈ Mod Commands:
/register <password> <password> : Register your account on the server for the first time. /login <password> : Login to your account when you join the server. /changepassword <old password> <new password> : Change your current password to a new one. /loginadmin : Opens the Administrator GUI panel to view player passwords or delete their login data (Requires Server OP/Admin permissions).
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:S4Tu3Hn2:xkpQgD46"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:S4Tu3Hn2:xkpQgD46"
}

