Links
Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 2 weeks ago
All versions
3.4.3
Release
[1.21, 1.21.1] 3.4.34 months ago 6,420
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Any compatible version
Changes
Release notes:
Add
- IP limit controls #200, thanks to @virgil698 #252
- New config options for IP limit in
extended.conf:ipLimit.enabledipLimit.maxAccountsPerIpipLimit.blockExcessRegistrationipLimit.notifyAdminsipLimit.exemptIpsipLimit.cacheExpirySecondsipLimit.maxConcurrentSessionsPerIpipLimit.exemptOnlinePlayers
- UUID management commands, thanks to @virgil698 #249
/auth setUuid/auth clearUuid/auth getUuid
- PostgreSQL support, thanks to @DanielTrejoBorjas #226, #258
- New options in
extended.conffor preventing OPs and registered players from joining without logging withskipAllAuthChecksenabled, thanks to @Fenix5fire #184skipAllAuthChecksNotForOperatorsskipAllAuthChecksNotForRegisteredPlayers
- Option
allowCustomPacketsForNonOpto allow handling custom packets for non-OP players - Option
allowedCustomPacketsto specify list of custom packets that always allowed
Fix
/auth updateto also refresh cached online player data #244- Problem with loading configurations files #225
- Fail to freeze player before login #261
Full Changelog:
https://github.com/NikitaCartes/EasyAuth/tree/HEAD/CHANGELOG.md
Optional dependencies
Any compatible version
Any compatible version
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:aZj58GfX:NQu1Efao"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aZj58GfX:NQu1Efao"
}

