Tags
Creators
Details
Licensed AGPL-3.0-only
Published 2 years ago
Updated 10 months ago
All versions
1.1.2
Release
SafeLogin 1.1.210 months ago 814
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
- Removed Client Side requirement
- Added a config file (in
config/safelogin/config.json5) withprotectionType, MOVE (default), COMMAND, and GUI- MOVE, (mostly) the same mode as 1.0.0 but the way you are unpushable is executed differently (fully server side approach)
- COMMAND, you must enter in a (configurable) command to disable the protection, if you attempt to move off the block, you will be stopped and prompted to enter the command
- GUI, when attempting to leave your login block, a GUI will open and upon closing, will disable your login protection
delayJoinMessage, if you wish to only have the join message send when the player has disabled protection (i.e successfully loaded in)commandwhere you can set the command in which the player executes to disable protection in COMMAND Protection Type
- Added logic to store previous user state in case (for instance) the player is in creative mode and their invulnerable boolean was set to true before SafeLogin set it to true, so when protection is disabled mobs will target and can attack and damage you in creative mode upon having protection disabled
- Added ignoring of certain packets (attack, break, and place) when invulnerable in case someone were to try to abuse the perks of invulnerability (even if they could only hit, break or place, while staying inside 1 block)
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:pcTIw4RZ:KwSOPcXz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pcTIw4RZ:KwSOPcXz"
}

